cancel_gcode=\n\n;Remove the ";" to activate any line\n\n;MAKE SURE YOU KNOW WHAT EACH LINE DOES BEFORE YOU CHANGE IT!!! The Me2 is 100% hackable and so has limited physical protection from mistakes in the g-code\n\nG91; Set to Relative position\n\nG1 Z3 E-3; move z axis up\n\nG28 ; home axis\n\n;G28 X0 ; home X axis\n\n;G28 Y0 ; home Y axis\n\n;G28 Z0 ; home Z axis\n\nG92 E0; zero the extruded length\n\nG1 F250 E-20; Retract filament from barrel\n\nG92 E0; zero the extruded length again\n\nG91; Set to Absolute position\n\nM104 S0 ; turn off temperature\n\nM140 S0 ; turn off heated bed\n\nM84 ; disable motors\n\nM117 Look...awesome! ; Put message on LCD screen
center_part_on_bed=1
complete_objects=0
cool_extruder_lift=0
cooling=1
create_raft=0
raft_extra_distance_around_part=5
raft_air_gap=.2
default_acceleration=0
disable_fan_first_layers=1
end_gcode=\n\n;Remove the ";" to activate any line\n\n;MAKE SURE YOU KNOW WHAT EACH LINE DOES BEFORE YOU CHANGE IT!!! The Me2 is 100% hackable and so has limited physical protection from mistakes in the g-code\n\nG91; Set to Relative position\n\nG1 Z3 E-3; move z axis up\n\nG28 ; home axis\n\n;G28 X0 ; home X axis\n\n;G28 Y0 ; home Y axis\n\n;G28 Z0 ; home Z axis\n\nG92 E0; zero the extruded length\n\nG1 F250 E-20; Retract filament from barrel\n\nG92 E0; zero the extruded length again\n\nG91; Set to Absolute position\n\nM104 S0 ; turn off temperature\n\nM140 S0 ; turn off heated bed\n\nM84 ; disable motors\n\nM117 Look...awesome! ; Put message on LCD screen
start_gcode=;Me3D - startup sequence - Me2 (G5,G6,G7) Build 30/08/14\n\n;Remove the ";" to activate any line\n\n;MAKE SURE YOU KNOW WHAT EACH LINE DOES BEFORE YOU CHANGE IT!!! The Me2 is 100% hackable and so has limited physical protection from errors in the g-code\n\n;Filament cost: {filament_cost}\n\n;M190 S{print_bed_temperature} ; // Uncomment to add your own bed temperature line\n\nM104 S{temperature} ; // Start heater and continue g-code\n\nG21 ; // set units to millimeters\n\n;M92 E106.707 ; // manually calibrate Extruder\n\n;M92 X80 ; // manually calibrate X //as measured - 20T=80 16T=100\n\n;M92 Y80 ; // manually calibrate Y // as measured - 20T=80 16T=100\n\n;M92 Z80 ; // manually calibrate Z //as measured - 20T=80 16T=100\n\nM201 X3000 Y3000; // max accel print\n\nM202 X3000 Y3000; // max accel travel\n\n;M204 S3000; // default accel for normal moves\n\n;M205 X15; // max xyjerk mm/s\n\nM208 X200 Y200 Z200; // set build size\n\nG90 ; // use abs00olute coordinates\n\nM18; // Enable motors\n\nG28; // home axes\n\nG29; // perform auto levelling at three corners\n\nM82 ; // use absolute distances for extrusion\n\n;G1 Z25.0 F2000; OFFSET PART 1 //move to z offset, nominal Z7.5 mm already set in firmware, tweak to achieve good adhesion. Always check again before completing a full print this can severely damage the machine.\n\n;G92 Z0; OFFSET PART 2 // Set new Z position to zero.\n\nG1 Z15 F4000; // Raise Z axis clear\n\nG1 X0 F4000; // Move to X axis zero\n\nG92 E0; // zero the extruded length\n\nM109 S{temperature}; // Set print temperature and wait\n\nG1 F250 E40; // extrude feed stock to prime hotend barrel and purge\n\nG92 E0; // zero the extruded length again\n\n;G1 X36 Y43 ; // Position\n\n;G92 X0 Y0 Z0 ; // set z offset\n\nG0 Z0; // Lower z axis to bed height\n\nG0 X0 Y0; // Go to offset nozzle position\n\nM117 Awesome!!! // Put message on LCD screen