Path: misc. source comment typos

This commit is contained in:
luz.paz
2018-04-20 10:07:28 -04:00
committed by wmayer
parent 0720c5e233
commit 2d5cc6a1ed
10 changed files with 15 additions and 15 deletions

View File

@@ -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

View File

@@ -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):

View File

@@ -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():