Add plotter_disable_command parameter with default value M5
This commit is contained in:
@@ -622,6 +622,9 @@ class LaserGcode(inkex.Effect):
|
||||
{"name": "--plotter-off-command", "type": str, "dest": "plotter_off_command",
|
||||
"default": "M05", "help": "Laser gcode end command"},
|
||||
|
||||
{"name": "--plotter-disable-command", "type": str, "dest": "plotter_disable_command",
|
||||
"default": "M5", "help": "Plotter disable command"},
|
||||
|
||||
{"name": "--plotter-speed", "type": int, "dest": "plotter_speed", "default": 750,
|
||||
"help": "Laser speed (mm/min},"},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user