Misc. typo and whitespace fixes

ref: https://forum.freecadweb.org/viewtopic.php?f=3&t=30988#p256964
along with other misc. fixes
This commit is contained in:
luz.paz
2018-09-18 09:56:12 -04:00
committed by wmayer
parent 3e7079d9cd
commit 360e581672
15 changed files with 78 additions and 78 deletions

View File

@@ -185,7 +185,7 @@ class ObjectDressup:
return results
def getLeadEnd(self, obj, queue, action):
'''returns the Gcode of LeadOut.'''
'''returns the Gcode of LeadOut.'''
global currLocation
results = []
horizFeed = PathDressup.toolController(obj.Base).HorizFeed.Value

View File

@@ -311,7 +311,7 @@ class ObjectSurface(PathOp.ObjectOp):
return True
def opSetDefaultValues(self, obj, job):
'''opSetDefaultValues(obj, job) ... initialize defauts'''
'''opSetDefaultValues(obj, job) ... initialize defaults'''
# obj.ZigZagAngle = 45.0
obj.StepOver = 50