Add plotter_disable_command parameter with default value M5

This commit is contained in:
devdesk
2025-12-04 14:40:58 +02:00
parent 3b5a7e0e8c
commit e345067286
2 changed files with 5 additions and 1 deletions

View File

@@ -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},"},