Start G-Code M201 X1000.00 Y1000.00 Z200.00 E5000.00 ;Setup machine max acceleration M203 X800.00 Y800.00 Z100.00 E50.00 ;Setup machine max feedrate M204 P1000.00 R2000.00 T2000.00 ;Setup Print/Retract/Travel acceleration M205 X10.00 Y10.00 Z0.2 E2 ;Setup Jerk M220 S100 ;Reset Feedrate M221 S100 ;Reset Flowrate M92 E562 G28 ;Home G1 Z2.0 F600 G90 ; Position absolute G1 X2.0 Y0.0 F2000.0 ; go to Start point G1 Z0.5 G92 E0 ;Reset Extruder G1 E10 F600; Purge Bubble G1 Y60.0 E18.0 F1000.0 ; intro line G1 Y100.0 E28 F1000.0 ; intro line G92 E0 ;Reset Extruder G1 E-0.6 F3000 G92 E0 ;Reset Extruder ________________________________________________ End G-code G91 ;Relative positioning G1 E-2 F2700 ;Retract a bit G1 E-2 Z0.2 F2400 ;Retract and raise Z G1 X5 Y5 F3000 ;Wipe out G1 Z10 ;Raise Z more G90 ;Absolute positioning G1 X0 Y{machine_depth} ;Present print M106 S0 ;Turn-off fan M104 S0 ;Turn-off hotend M140 S0 ;Turn-off bed M84 X Y E ;Disable all steppers but Z