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:
zophon
2025-09-08 18:07:01 +02:00
committed by GitHub
parent b699349e9b
commit 967342ef34

View File

@@ -116,7 +116,8 @@ M08
"""
# Postamble text will appear following the last operation.
POSTAMBLE = """M05 M09
POSTAMBLE = """M05
M09
G17 G90 G80 G40
M30
"""