Skip to content

Instantly share code, notes, and snippets.

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 SippieCup/4a55c19175627517601c3b020f19087d to your computer and use it in GitHub Desktop.
Save SippieCup/4a55c19175627517601c3b020f19087d to your computer and use it in GitHub Desktop.
start.gcode
G28 X0 Y0 Z0 ; home extruder
M140 S[first_layer_bed_temperature] ; set bed temp
M190 S[first_layer_bed_temperature] ; wait for bed temp
G29
M104 S[first_layer_temperature] ; set extruder temp
M109 S[first_layer_temperature] : wait for extruder temp
M900 K30
G1 Z5;
G1 X10 Y40 Z0 F6000;
G1 Y100.0 E9.0 F1000.0 ; intro line
G1 Y250.0 E12.5 F1000.0 ; intro line
G1 Z2
G92 E0.0
G1 Z0.125 F1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment