Path: misc. source comment typos
This commit is contained in:
@@ -302,7 +302,7 @@ class ObjectDressup:
|
||||
by going the path backwards until the original plunge end point is reached
|
||||
4. Continue with the original path
|
||||
|
||||
This method causes unecessarily many moves with tool down
|
||||
This method causes many unnecessary moves with tool down.
|
||||
"""
|
||||
outedges = []
|
||||
rampremaining = projectionlen
|
||||
@@ -365,10 +365,10 @@ class ObjectDressup:
|
||||
1. Start from the original startpoint of the plunge
|
||||
2. Ramp down along the path that comes after the plunge until
|
||||
traveled half of the Z distance
|
||||
3. Change direction and ramp backwards to the origianal plunge end point
|
||||
3. Change direction and ramp backwards to the original plunge end point
|
||||
4. Continue with the original path
|
||||
|
||||
This method causes unecessarily many moves with tool down
|
||||
This method causes many unnecessary moves with tool down.
|
||||
"""
|
||||
outedges = []
|
||||
rampremaining = projectionlen
|
||||
|
||||
@@ -221,7 +221,7 @@ class TaskPanelPage(object):
|
||||
|
||||
def pageUpdateData(self, obj, prop):
|
||||
'''pageUpdateData(obj, prop) ... internal callback.
|
||||
Do not overwrite, implement updateData(obj) instaed.'''
|
||||
Do not overwrite, implement updateData(obj) instead.'''
|
||||
self.updateData(obj, prop)
|
||||
|
||||
def setTitle(self, title):
|
||||
|
||||
@@ -58,7 +58,7 @@ class TaskPanelOpPage(PathOpGui.TaskPanelPage):
|
||||
pass
|
||||
|
||||
def getForm(self):
|
||||
'''getForm() ... returns UI, adapted to the resutls from pocketFeatures()'''
|
||||
'''getForm() ... returns UI, adapted to the results from pocketFeatures()'''
|
||||
form = FreeCADGui.PySideUic.loadUi(":/panels/PageOpPocketFullEdit.ui")
|
||||
|
||||
if not FeatureFacing & self.pocketFeatures():
|
||||
|
||||
Reference in New Issue
Block a user