(**** beginning of start.gcode ****) (This file is for a MakerBot Thing-O-Matic) (**** begin initialization commands ****) G21 (set units to mm) G90 (set positioning to absolute) M104 S225 T0 (set extruder temperature) M109 S100 T0 (set heated-build-platform temperature) (**** end initialization commands ****) (**** begin homing ****) G92 Z0 (zero Z axis) G1 Z10 (move up to clear platform) G161 X Y F2500 (home XY axes minimum) M132 X Y A B (Recall stored home offsets for XYAB axis) (**** end homing ****) (**** begin pre-wipe commands ****) G1 X0 Y62 F2000 (move to waiting position) G161 Z F2500 (home Z axis minimum) M132 Z (Recall stored Z offset) G1 Z0.3 F500 (Move above platform) M6 T0 (wait for toolhead parts, nozzle, HBP, etc., to reach temperature) G92 E-5 (set extruder to -5mm) G1 E2.5 F120.0 (Create Anchor, at ~2RPM) G1 E0 F1200.0 (retract) (**** end pre-wipe commands ****) (**** end of start.gcode ****)