Thanks for the lightning fast reply. To the best of my knowledge, I've avoided touching any code fragments for "start" or "end". Here is my "start.gcode" from the Cura version that I use:
;Sliced at: {day} {date} {time}
;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}
G21 ;metric values
G90 ;absolute positioning
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}
M117 Printing...
Recommended Posts
illuminarti 18
Can you post the start gcode from your copy of Cura? Most likely there's something in there that is upsetting the printer.
Link to post
Share on other sites