Added coolant support to grbl_post
Improved canned cycles Added/translated comments
This commit is contained in:
committed by
Bernd Hahnebach
parent
8b3c31170b
commit
4545cf34b2
@@ -162,6 +162,7 @@ class ObjectDrilling(PathCircularHoleBase.ObjectOp):
|
||||
|
||||
# Perform and cancel canned drilling cycle
|
||||
self.commandlist.append(Path.Command(cmd, params))
|
||||
self.commandlist.append(Path.Command('G80'))
|
||||
self.commandlist.append(Path.Command('G0', {'Z': obj.SafeHeight.Value}))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user