Fixed retraction of tool when profiling multiple holes.

This commit is contained in:
Markus Lampert
2017-08-19 12:26:19 -07:00
committed by Yorik van Havre
parent 90952b1c5d
commit 8c70c3abcd
3 changed files with 13 additions and 5 deletions

View File

@@ -214,7 +214,7 @@ class ObjectOp(object):
self.commandlist ... a list for collecting all commands produced by the operation
Once everything is validated and above variables are set the implementation calls
opExectue(obj) - which is expected to add the generated commands to self.commandlist
opExecute(obj) - which is expected to add the generated commands to self.commandlist
Finally the base implementation adds a rapid move to clearance height and assigns
the receiver's Path property from the command list.
'''