adding newline, as the Zero-4 machine controller don't like two M-commands in one line

This commit is contained in:
Sebastian Ohl
2025-10-23 13:54:22 +02:00
parent fce385dd73
commit 70be188426

View File

@@ -130,7 +130,8 @@ POST_OPERATION = """"""
# Tool Change commands will be inserted before a tool change
TOOL_CHANGE = """M05
M09"""
M09
"""
def processArguments(argstring):