avoid_crossing_perimeters = 1 bed_shape = rectangular bed_size = 200,200 bed_temperature = 0 bottom_clip_amount = 0 bottom_solid_layers = 3 bridge_acceleration = 0 bridge_fan_speed = 100 bridge_flow_ratio = 1 bridge_speed = 20 brim_width = 0 build_height = 200 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 external_perimeter_speed = 50 external_perimeters_first = 0 extra_perimeters = 1 extruder_clearance_height = 20 extruder_clearance_radius = 40 extruder_offset = 0x0 extrusion_axis = E extrusion_multiplier = 1 extrusion_width = 0 fan_always_on = 0 fan_below_layer_time = 60 filament_diameter = 1.75 fill_angle = 45 fill_density = 0.2 fill_pattern = honeycomb first_layer_acceleration = 0 first_layer_bed_temperature = 0 first_layer_extrusion_width = 200% first_layer_height = 0.2 first_layer_speed = 40 first_layer_temperature = 220 g0 = 0 gap_fill_speed = 20 gcode_arcs = 1 gcode_comments = 0 gcode_flavor = reprap gcode_output_type = REPRAP has_fan = 1 has_heated_bed = 0 has_sd_card_reader = 1 infill_acceleration = 0 infill_every_layers = 1 infill_extruder = 1 infill_extrusion_width = 0 infill_first = 0 infill_only_where_needed = 0 infill_overlap_perimeter = .06 infill_speed = 40 infill_type = GRID layer_gcode = layer_height = 0.2 min_extrusion_before_retract = .1 max_fan_speed = 100 min_fan_speed = 35 min_print_speed = 10 min_skirt_length = 30 notes = nozzle_diameter = 0.4 only_retract_when_crossing_perimeters = 1 ooze_prevention = 0 output_filename_format = [input_filename_base].gcode overhangs = 1 pause_gcode = perimeter_acceleration = 0 perimeter_extruder = 1 perimeter_extrusion_width = 0 perimeter_speed = 40 perimeters = 2 post_process = print_center = 100,100 raft_layers = 0 randomize_start = 0 repair_outlines_extensive_stitching = 0 repair_outlines_keep_open = 0 repair_overlaps_reverse_orientation = 0 repair_overlaps_union_all_together = 0 resolution = 0 resume_gcode = retract_before_travel = 2 retract_layer_change = 1 retract_length = 3 retract_length_tool_change = 10 retract_lift = 0 retract_restart_extra = 0 retract_restart_extra_toolchange = 0 retract_speed = 30 skirt_distance = 6 skirt_height = 1 skirts = 1 slowdown_below_layer_time = 30 small_perimeter_speed = 30 solid_fill_pattern = rectilinear solid_infill_below_area = 70 solid_infill_every_layers = 0 solid_infill_extrusion_width = 0 solid_infill_speed = 60 spiral_vase = 0 standby_temperature_delta = -5 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 start_perimeters_at_concave_points = 0 start_perimeters_at_non_overhang = 0 support_material = 0 support_material_angle = 45 support_material_create_internal_support = 0 support_material_enforce_layers = 0 support_material_extruder = 1 support_material_extrusion_width = 0 support_material_interface_extruder = 1 support_material_interface_layers = 3 support_material_interface_spacing = 0 support_material_pattern = honeycomb support_material_spacing = 2.5 support_material_speed = 40 support_material_threshold = 0 support_material_xy_distance = 0.7 support_material_z_distance = 0.15 support_material_z_gap_layers = 1 support_type = GRID temperature = 220 thin_walls = 1 threads = 2 toolchange_gcode = top_infill_extrusion_width = 0 top_solid_infill_speed = 50 top_solid_layers = 4 travel_speed = 150 use_firmware_retraction = 0 use_relative_e_distances = 0 vibration_limit = 0 wipe = 0 wipe_shield_distance = 0 z_offset = 0