Skip to content

Instantly share code, notes, and snippets.

@calvinbui
Last active March 3, 2018 15:46
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/6332b9fd874a441ef592c140fcfb31ab to your computer and use it in GitHub Desktop.
Save calvinbui/6332b9fd874a441ef592c140fcfb31ab to your computer and use it in GitHub Desktop.
To prevent filament ooze
M83 ; extruder relative mode
M104 S170 ; set extruder temp to 170
M140 S[bed1_temperature] ; this will take the layer 1 temperature for bed 0
M190 S[bed1_temperature] ; wait for bed temp
M109 S170 ; wait for extruder temp
G28 W ; home all without mesh bed level
M104 S[extruder0_temperature] T0 ; this will take the layer 1 temperature for extruder 0
G80 ; mesh bed leveling
M109 S[extruder0_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
M900 K30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment