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:
@@ -130,7 +130,8 @@ POST_OPERATION = """"""
|
||||
|
||||
# Tool Change commands will be inserted before a tool change
|
||||
TOOL_CHANGE = """M05
|
||||
M09"""
|
||||
M09
|
||||
"""
|
||||
|
||||
|
||||
def processArguments(argstring):
|
||||
|
||||
Reference in New Issue
Block a user