- 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:
@@ -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"
|
||||
Reference in New Issue
Block a user