From 3650440ef5c4b459e557ab5e6174002ff5d4d9fe Mon Sep 17 00:00:00 2001 From: bakedpotatolord Date: Sat, 17 May 2025 19:06:49 -0600 Subject: [PATCH] add laser macros --- docs/kiri-moto/gcode-macros.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/kiri-moto/gcode-macros.md b/docs/kiri-moto/gcode-macros.md index c851f53c..7bb71fc4 100644 --- a/docs/kiri-moto/gcode-macros.md +++ b/docs/kiri-moto/gcode-macros.md @@ -112,3 +112,13 @@ _`;; SCALE { "X":100, "Y":100, "Z":100 }`_ Allows for over-riding the default axis names. Useful for swapping axes and changing output for specific firmware targets. The format of the map is a JSON object._ `;; AXISMAP {"X":"Y", "Y":"Z", "E":"E1"}` + + +## Laser Mode Only + +### Laser Macros + +- \{power\} = laser power +- \{color\} = assigned color +- \{thick\} = assigned thickness +- \{z\} = current z position