You can prime the print head manually before starting a print by turning the big gear by hand until you get a consistent extrusion. When I do this, I try to cut the oozing stringer off at the nozzle as the print head traverses to the start point of the print. I use an opened scissor or screw driver or exacto knife - whatever is handy. Just stay out of the way.
Another thing you could try is to enable the skirt function. If you have skirt turned on, priming the extruder manually is maybe redundant. Skirt will print a single layer thickness 'border' around the bottom of your print at width you define. This will normally be 6 or more concentric loops starting away from and ending at the outside shape of your part. Since its the first layer, it prints the skirt on slow speed and give ample time to establish a properly primed head (and properly adjusted Z screw) before the part is started.
Recommended Posts
drayson 74
Hi,
I know this issue as my printer also start "printing with hot air". Honestly I have alo no idea why. I already tried to add a few mm in the start.gcode but that was also not the perfect solution.
My startup code now looks like this - how looks yours?
;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 E5 ;extrude 5mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
M117 ;Printing...
Maybe someone of the experienced users could assist here too?
Link to post
Share on other sites