End print: move plate to front don't work
Posted: Wed Apr 10, 2019 5:36 pm
Hi team,
I'm unable to move plate to the front of printer to easily remove the print.
Seem's that end Gcode is well executed, the plate move well to front, then after 1s, it move back at full speed the rear of the printer….
This is my "end" Gcode (collected directly from the .gcode file is use for test):
Tks a lot for your help.
I'm unable to move plate to the front of printer to easily remove the print.
Seem's that end Gcode is well executed, the plate move well to front, then after 1s, it move back at full speed the rear of the printer….
This is my "end" Gcode (collected directly from the .gcode file is use for test):
Code: Select all
; Custom End G-code
G4 ; Wait
M220 S100 ; Reset Speed factor override percentage to default (100%)
M221 S100 ; Reset Extrude factor override percentage to default (100%)
G91 ; Set coordinates to relative
G1 F1800 E-3 ; Retract filament 3 mm to prevent oozing
G1 F3000 Z20 ; Move Z Axis up 20 mm to allow filament ooze freely
G90 ; Set coordinates to absolute
G1 X0 Y150 F3000 ; Move Heat Bed to the front for easy print removal
M84 ; Disable stepper motors
; End of custom end GCode
M82 ;absolute extrusion mode
M104 S0
;End of Gcode