Merge pull request #24809 from sebastianohl/main

Zero-4 machine controller don't like two M-commands in one line
This commit is contained in:
sliptonic
2025-10-27 12:11:27 -05:00
committed by GitHub

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):