A30 G-CODE

Post Reply
orzsw
Posts: 1
Joined: Mon Dec 03, 2018 10:54 am

A30 G-CODE

Post by orzsw »

When printing is complete

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
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?
User avatar
Sneakers
Posts: 38
Joined: Thu Oct 18, 2018 1:32 am

Re: A30 G-CODE

Post by Sneakers »

This is a bug in the latest firmware. I believe it only happens when you print from the SD Card. We're stuck waiting for an update from Geeetech.
Post Reply