- 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:
Marius Stanciu
2019-03-04 21:19:55 +02:00
parent d775e999fe
commit 996b63cf4e
4 changed files with 24 additions and 8 deletions

View File

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