Skip to content

Instantly share code, notes, and snippets.

@calvinbui
Last active March 3, 2018 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calvinbui/b3e32c765281acfef288d2e59207cec4 to your computer and use it in GitHub Desktop.
Save calvinbui/b3e32c765281acfef288d2e59207cec4 to your computer and use it in GitHub Desktop.
To prevent filament oozing around the printbed
M115 U3.1.1-RC4 ; tell printer latest fw version
M83 ; extruder relative mode
M140 S[first_layer_bed_temperature] ; set bed temp
M104 S170 ; set extruder temp to 170
M190 S[first_layer_bed_temperature] ; wait for bed temp
M109 S170 ; wait for extruder temp
G28 W ; home all without mesh bed level
M104 S[first_layer_temperature] ; set extruder to print temp
G80 ; mesh bed leveling ie 9 points
M109 S[first_layer_temperature] ; Heat extruder to print temp and wait
G1 Y-3.0 F1000.0 ; go outside print area
G92 E0.0
G1 X60.0 E9.0 F1000.0 ; intro line
G1 X100.0 E12.5 F1000.0 ; intro line
G92 E0.0
M221 S95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment