- modified the grbl-laser postprocessor lift_code()
- treated an error created by Z_Cut parameter being None - changed the hover and selection box transparency
This commit is contained in:
@@ -42,7 +42,7 @@ class grbl_laser(FlatCAMPostProc):
|
||||
return ''
|
||||
|
||||
def lift_code(self, p):
|
||||
return 'M05'
|
||||
return 'M05 S0'
|
||||
|
||||
def down_code(self, p):
|
||||
if p.spindlespeed:
|
||||
|
||||
Reference in New Issue
Block a user