;TYPE:CUSTOMG1 Z0.000000 F900.000000;End GCodeM104 S0 ;extruder heater offM140 S0 ;heated bed heater off (if you have it)G91 ;relative positioningG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressureG1 Z+0.5 E-5 X-20 Y-20 F9000 ;move Z up a bit and retract filament even moreG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the wayM84 ;steppers offG90 ;absolute positioning
Mine reads this at the end.
I believe the G1 Z0 etc. is the line that causes the issue here?
If I take the generated STL and slice it in the normal window instead it has this:
;TYPE:CUSTOM;End GCodeM104 S0 ;extruder heater offM140 S0 ;heated bed heater off (if you have it)G91 ;relative positioningG1 F300 E-1G1 X-20.0 Y-20.0 Z0.5 F9000 E-5G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the wayM84 ;steppers offG90 ;absolute positioning
Which I believe is normal.
Recommended Posts
Daid 306
Odd, I'm not seeing this.
The extra code inserted is:
With the G1 Z11 having a Zxxx depending on the already printed object heights. Maybe something goes wrong in that height calculation, which STL files did you try to project plan?
Link to post
Share on other sites