- finished the UI for adding a new parameter that is used in conjunction with the laser preprocessors: laser minimum power parameter which should help in doing a full power up/down cycle (should prolong the lifetime for the laser diode)

- fixed some UI issues for the Milling and Drilling plugins when using a `laser` preprocessor
This commit is contained in:
Marius Stanciu
2022-01-30 19:03:20 +02:00
committed by Marius
parent 16af642409
commit dbc2e5c381
8 changed files with 141 additions and 37 deletions

View File

@@ -14,7 +14,7 @@ from appPreProcessor import *
# is compatible with almost any version of Grbl.
class GRBL_laser_Z(PreProc):
class GRBL_laser_z(PreProc):
include_header = True
coordinate_format = "%.*f"