Update KineticNCBeamicon2_post.py (#23602)
Added a return in the postamble to separate M05 and M09 GCode as beamicon2-basic doesn't like having both M-code on the same line.
This commit is contained in:
@@ -116,7 +116,8 @@ M08
|
||||
"""
|
||||
|
||||
# Postamble text will appear following the last operation.
|
||||
POSTAMBLE = """M05 M09
|
||||
POSTAMBLE = """M05
|
||||
M09
|
||||
G17 G90 G80 G40
|
||||
M30
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user