diff --git a/plotter-lod.inx b/plotter-lod.inx
index abc0ac5..59afef4 100644
--- a/plotter-lod.inx
+++ b/plotter-lod.inx
@@ -6,7 +6,8 @@
inkex
M03
- M05
+ M03
+ M05
3000
750
1000
diff --git a/plotter-lod.py b/plotter-lod.py
index 4590798..89caa54 100644
--- a/plotter-lod.py
+++ b/plotter-lod.py
@@ -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},"},