Page 1 of 1

My End-code don't allow bed to move out for part presentation

Posted: Sat Oct 05, 2019 10:31 pm
by yoyok30
Hi everybody,
Since the beginning of use of my A10M, my printer don't move the bed out of the printer to easily remove the printed part.
I've tried lot of end-code, but each time the bed move well out then without any reason it go back to the rear until it hit the end course switch, then stop.
This is my current end-code (from Geeetech).
G91
G1 E-1
G0 X0 Y200
M104 S0
G90
G92 E0
M140 S0
M84
M104 S0
M140 S0
M84

Tks.
Lionel

Re: My End-code don't allow bed to move out for part presentation

Posted: Sun Oct 06, 2019 10:04 am
by Jarda3d
Hi, use gcode from my profile

Re: My End-code don't allow bed to move out for part presentation

Posted: Sun Oct 06, 2019 5:47 pm
by yoyok30
Tks a lot Jarda3D. But i miss to indicate that i use Cura, not Slic3r. I'm unable to find your end_gcode in .ini files.

Re: My End-code don't allow bed to move out for part presentation

Posted: Mon Oct 07, 2019 2:12 am
by Jarda3d
Why not slic3r? Latest development version seems stable.
https://slic3r.org/download/

Code: Select all

G91 ;relative positioning
G1 E-7 F2400  ;retract 
G1 Z+0.5 X-20 Y-20 F9000 ;move Z up
G28 X ;move X to min endstops so the head is out of the way
M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G28 Y ;move Y to min endstops so the head is out of the way
G1 Y200 F6000  ;
M84 ;steppers off
M0 T.H.E..E.N.D