When i use Cura for splicing, at the end of printing, the bed doesn’t go down to the origin but remains on the top. With Splic3r i don’t have this problem.
What i can do?? Thanks
2 Likes
Left
2
Hi @Tantingtree857,
Try to reset the gcode, of use the following gcode.
;Start GCode Cura 14.07
;Basic settings:
;Layer height: {layer_height}
;Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used:
;{filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
M190 S75 ;{print_bed_temperature}
M109 S220 ;{print_temperature}
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M907 E1000 ;set extruder current to normal state
;only needed for Trinamic-Stepper
;not needed for UM2-Original
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F{travel_speed}
;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
;Put printing message on LCD screen
M117 Printing…
;END GCode Cura 14.07
M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit
;before lifting the nozzle, to release
;some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed}
;move Z up a bit and retract filament
;even more
G28 X0 Y0 ;move X/Y to min endstops,
;so the head is out of the way
M84 ;steppers off
G90 ;absolute positioning
;{profile_string}
This setup already exists…nothing changes. I checked it and it’s correct. What to do?
Left
4
Have you tried to uninstall and re-install cura ?
Yes done, nothing changes.
And another bizzarre problem: after 15% of printing, the printer stopped himself, i don’t know why, and on the display i read “attend personnel”…i click the button and printing starts again till the end…mah…very strange…i think i’ll come back to Slic3r!!!
Nutman
6
Copy your end.gcode from slic3r, and paste to Cura.
Before doing this you might want to delete or comment out end.gcode from Cura
cheers
phil