Skip to content

Instantly share code, notes, and snippets.

@saschaludwig
Last active October 3, 2019 12:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save saschaludwig/36dfa0d940cbec703bf3465144b0c670 to your computer and use it in GitHub Desktop.
Save saschaludwig/36dfa0d940cbec703bf3465144b0c670 to your computer and use it in GitHub Desktop.
Anycubic I3 Mega Hunde_haufen Start-Gcode
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
M140 S60 ;start heating the bed to 60
M104 S130 T0 ;start heating T0 to 130
M117 Pre-Heating...
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z7 F600 ;move Z to 7mm
G1 X5 Y5 F600 ;move to x5mm y5mm
G1 Z1 ;move z to 1mm
G92 E0 ;zero the extruded length
M190 S60 ;wait until the bed reaches 60
M109 S200 T0 ;wait for T0 to reach 200
G1 F200 E15 ;extrude 15mm of feed stock
G1 Z10 F200
;indiana jones theme
M300 S1318 P240
M300 S0 P120
M300 S1396 P120
M300 S1567 P120
M300 S0 P120
M300 S2093 P720
M300 S0 P180
G92 E0 ;zero the extruded length again
G1 F{speed_travel}
M117 Printing...
G5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment