Thanks burtoogle. Sorry, I'm not familiar with g-code, so I'm not alble to jujdje.
I realised this is happenings since i'm printing in upper right corner of the plate (everywhere else scratched). I would have thought that just happened twice by chance, but since it's not bringing z up after printing, i think is a bad behaviour. Cura should at least bring Z axis up at the end of the print. Specially if it's going to move Y (plate) and keep X still.
Recommended Posts
burtoogle 516
Looking at your gcode, I see this sequence at the end...
;TIME_ELAPSED:3303.171209 G1 F2100 E3811.3849 M140 S0 M107 G91 G1 E-1 G0 X0 Y200 M104 S0 G90 G92 E0 M140 S0 M84 M104 S0 M140 S0 M84 M82 ;absolute extrusion mode M104 S0 ;End of Gcode
The G91 is setting the X/Y moves to relative and so the following G0 X0 Y200 may well be asking for a move off the build plate. Furthermore, the G1 E-1 is not going to work right either as the extruder is still in absolute mode. Perhaps you should have M83 rather than G91 ?
Link to post
Share on other sites