End print: move plate to front don't work

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

End print: move plate to front don't work

Post by yoyok30 » 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):

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
Tks a lot for your help.

User avatar
_kaktus_
Site Admin
Posts: 1260
Joined: Fri Dec 15, 2017 10:06 pm
Location: PL
Contact:

Re: End print: move plate to front don't work

Post by _kaktus_ » Wed Apr 10, 2019 6:23 pm

Hello.
:mrgreen:

Your script looks good, so the problem may have a source somewhere else.
On the forum I help to use the rod, I don't give fish.
Geeetech Prusa I3 M201 Dual extruder Mixcolor 3D printer, bought 2017-12-19, already built, in the cognitive and improvement phase
Geeetech filament, ABS only
Geeetech 3D WiFi Module for 3D Printer, bought 2018-04-15, He got a new life, and still lies in a drawer.
Positively frenzied customer of Getech Technology.

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

Re: End print: move plate to front don't work

Post by yoyok30 » Wed Apr 10, 2019 7:33 pm

Tks _kaktus_
Any idea on where it could be ?

wotor
Posts: 51
Joined: Tue Dec 26, 2017 1:18 am

Re: End print: move plate to front don't work

Post by wotor » Wed Apr 10, 2019 8:21 pm

I had same problem when I run Marlin 1.1.9
After upgrade to 2.0.x from vert everything works great.

Jacob14
Posts: 1
Joined: Sat Nov 14, 2020 7:22 pm

Re: End print: move plate to front don't work

Post by Jacob14 » Sat Nov 14, 2020 7:27 pm

I have clearly seen the code error in the system that's why the printer is not properly working. Use the thesis help error correction unit to make corrections in the code. After the process reset the printer.

Post Reply