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

Post Reply
yoyok30
Posts: 6
Joined: Wed Jan 16, 2019 9:16 pm

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

Post by yoyok30 » Sat Oct 05, 2019 10:31 pm

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

Jarda3d
Posts: 189
Joined: Sat Jan 26, 2019 8:42 am

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

Post by Jarda3d » Sun Oct 06, 2019 10:04 am

Hi, use gcode from my profile
A10M Slic3r profile: here and fresh on github (lot of tips here)
A10 Slic3r profile: here
TIP: tight all screws and wheels (except right side of Z axis) and re-align frame while assembly. And silence it.

yoyok30
Posts: 6
Joined: Wed Jan 16, 2019 9:16 pm

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

Post by yoyok30 » Sun Oct 06, 2019 5:47 pm

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.

Jarda3d
Posts: 189
Joined: Sat Jan 26, 2019 8:42 am

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

Post by Jarda3d » Mon Oct 07, 2019 2:12 am

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
A10M Slic3r profile: here and fresh on github (lot of tips here)
A10 Slic3r profile: here
TIP: tight all screws and wheels (except right side of Z axis) and re-align frame while assembly. And silence it.

Post Reply