From 70be188426bf00d6ab758d33d63e65bc4a679c2a Mon Sep 17 00:00:00 2001 From: Sebastian Ohl Date: Thu, 23 Oct 2025 13:54:22 +0200 Subject: [PATCH] adding newline, as the Zero-4 machine controller don't like two M-commands in one line --- src/Mod/CAM/Path/Post/scripts/KineticNCBeamicon2_post.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mod/CAM/Path/Post/scripts/KineticNCBeamicon2_post.py b/src/Mod/CAM/Path/Post/scripts/KineticNCBeamicon2_post.py index 31f3691c6c..80b29663e8 100644 --- a/src/Mod/CAM/Path/Post/scripts/KineticNCBeamicon2_post.py +++ b/src/Mod/CAM/Path/Post/scripts/KineticNCBeamicon2_post.py @@ -130,7 +130,8 @@ POST_OPERATION = """""" # Tool Change commands will be inserted before a tool change TOOL_CHANGE = """M05 -M09""" +M09 +""" def processArguments(argstring):