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
My End-code don't allow bed to move out for part presentation
Re: My End-code don't allow bed to move out for part presentation
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.
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.
Re: My End-code don't allow bed to move out for part presentation
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
Why not slic3r? Latest development version seems stable.
https://slic3r.org/download/
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.
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.