From 4cdb51f49d91b1482ac1ee2db7b3b1809948ef9a Mon Sep 17 00:00:00 2001 From: Olivier Date: Mon, 30 Mar 2026 12:27:12 +0200 Subject: [PATCH] fix dwell time unit in Makera.Carvera.Air spindle macro --- src/kiri/dev/cam/Makera.Carvera.Air.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kiri/dev/cam/Makera.Carvera.Air.json b/src/kiri/dev/cam/Makera.Carvera.Air.json index 8474dd185..eba7c3cc2 100644 --- a/src/kiri/dev/cam/Makera.Carvera.Air.json +++ b/src/kiri/dev/cam/Makera.Carvera.Air.json @@ -19,11 +19,11 @@ "M30 ; program end" ], "gcodeDwell": [ - "G4 P{time} ; dwell for {time}ms" + "G4 P{time} ; dwell for {time}s" ], "gcodeSpindle": [ "M3 S{spindle}", - "G4 P4000" + "G4 P4 ; pause during 4 seconds" ], "gcodeChange": [ "M6 T{tool} ; change tool to '{tool_name}'"