Added coolant support to grbl_post

Improved canned cycles

Added/translated comments
This commit is contained in:
Patrick Felixberger
2020-03-02 18:23:59 +01:00
committed by Bernd Hahnebach
parent 8b3c31170b
commit 4545cf34b2
2 changed files with 32 additions and 3 deletions

View File

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