This is my version of Gcode (Slic3r) for those of you who want a ooze free mesh bed leveling. Also, for those of you who suffer from live z-adjustment of different materials.
Process of the Gcode
NOTE: Please clean and clear the bed before you hit PRINT.
Nozzle will then lower toward the bed and print the intro line and your print will begin.
I am not sure if it is kind of necessary to raise the nozzle above the bed the second time. But I found that it is easier for me the clean up the nozzle right before the print and it works for me so well. So, give this a shot and leave me a comment.
Happy Printing!
Start Gcode (Slic3r)
M115 U3.0.11 ; tell printer latest firmware version
M83 ; extruder relative mode
G28 W ; home all without mesh bed level
G1 Z100.0 F7200.0 ; raise Z to 100 mm
M104 S170 ; set extruder temp to 170
M140 S[first_layer_bed_temperature] ; set bed temp
M190 S[first_layer_bed_temperature] ; wait for bed temp
M109 S170 ; wait for extruder temp to reach 170
G1 Z0.2 F7200.0 ; lower Z to 0.2 mm
G80 ; mesh bed leveling
M104 S[first_layer_temperature] ; set extruder temp
G1 Z100.0 F7200.0 ; raise Z to 100 mm
M109 S[first_layer_temperature] ; wait for extruder temp
G1 Z0.2 F7200.0 ; lower Z to 0.2 mm
G1 Y-3.0 F1000.0 ; go outside print area
G1 X60.0 E9.0 F1000.0 ; intro line
G1 X100.0 E12.5 F1000.0 ; intro line
Category: 3D Printing
The author marked this model as their own original creation. Imported from Thingiverse.