A30 G-CODE
Posted: Mon Dec 03, 2018 10:58 am
When printing is complete
Execute this command.
Instead of going back to Home, you want printing to end at the end of the printout.
However, once printing is complete within A30, the command back to home appears to be the default.
How do we solve this problem?
Code: Select all
;end
M104 S0
M140 S0
G91
G1 E-1 F300
G1 Z+50 E-5 X-20 Y20 F{travel_xy_speed}
M84
Instead of going back to Home, you want printing to end at the end of the printout.
However, once printing is complete within A30, the command back to home appears to be the default.
How do we solve this problem?