Skip to content

Instantly share code, notes, and snippets.

@NeoMod
NeoMod / ai3m-start.gcode
Last active November 29, 2020 13:12 — forked from saschaludwig/hunde_haufen.gcode
Anycubic I3 Mega-S Custom "Wipe Nozzle" Start GCode
G21 ;metric values
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
;this part should take care of any mini-blob created during heating up of the nozzle
G1 Z7 F600 ;move Z to 7mm
G1 X5 Y5 F600 ;move to x5mm y5mm
;now move to a proper height. customize this based on your carriage/build plate setup.