[profile] layer_height = 0.2 wall_thickness = .6 retraction_enable = True solid_layer_thickness = 0.8 fill_density = 100 nozzle_size = 0.5 print_speed = 8 print_temperature = 240 print_temperature2 = 240 print_temperature3 = 0 print_temperature4 = 0 print_bed_temperature = 80 support = Everywhere platform_adhesion = Brim support_dual_extrusion = Second extruder wipe_tower = True wipe_tower_volume = 20 ooze_shield = False filament_diameter = 1.75 filament_diameter2 = 1.75 filament_diameter3 = 0 filament_diameter4 = 0 filament_flow = 100 retraction_speed = 15 retraction_amount = 4.5 retraction_dual_amount = 16 retraction_min_travel = 1 retraction_combing = False retraction_minimal_extrusion = .2 bottom_thickness = .3 object_sink = 0 overlap_dual = 0 travel_speed = 90 bottom_layer_speed = 7 infill_speed = 15 cool_min_layer_time = 30 fan_enabled = False skirt_line_count = 2 skirt_gap = 8 skirt_minimal_length = 150.0 fan_full_height = 0.5 fan_speed = 100 fan_speed_max = 100 cool_min_feedrate = 10 cool_head_lift = False solid_top = True solid_bottom = True fill_overlap = 20 support_fill_rate = 50 support_xy_distance = .8 support_z_distance = 0 spiralize = False brim_line_count = 8 raft_margin = 8 raft_line_spacing = 1.0 raft_base_thickness = 0.25 raft_base_linewidth = 0.7 raft_interface_thickness = 0.2 raft_interface_linewidth = 0.7 fix_horrible_union_all_type_a = False fix_horrible_union_all_type_b = False fix_horrible_use_open_bits = False fix_horrible_extensive_stitching = False plugin_config = (lp1 (dp2 S'params' p3 (dp4 S'extruderTwo' p5 V230 p6 sS'extruderThree' p7 V sS'platformTemp' p8 V sS'targetZ' p9 V.7 p10 sS'flowrate' p11 V sS'speed' p12 V sS'extruderOne' p13 V230 p14 ssS'filename' p15 S'TweakAtZ.3.0.1.py' p16 sa(dp17 S'params' p18 (dp19 S'extruderTwo' p20 V sS'extruderThree' p21 V sS'platformTemp' p22 V sS'targetZ' p23 V30 p24 sS'flowrate' p25 V sS'speed' p26 V sS'extruderOne' p27 V220 p28 ssS'filename' p29 S'TweakAtZ.3.0.1.py' p30 sa(dp31 g18 (dp32 g20 V sg21 V sg22 V sg23 V31 p33 sg25 V sg26 V150 p34 sg27 V ssg29 g30 sa(dp35 g18 (dp36 g20 V sg21 V sg22 V sg23 V32 p37 sg25 V sg26 V100 p38 sg27 V230 p39 ssg29 g30 sa. object_center_x = -1 object_center_y = -1 [alterations] start.gcode = ;Start Gcode G28 ;axes to endstops G92 E0 ;zero extruder end.gcode = ;End GCode M104 S0 ;extruder heater off M140 S0 ;heated bed heater off (if you have it) G92 E0 ;zero extruder G28 ;zero axes M84 ;steppers off start2.gcode = ;Sliced at: {day} {date} {time} ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density} ;Print time: {print_time} ;Filament used: {filament_amount}m {filament_weight}g ;Filament cost: {filament_cost} ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line ;M104 S{print_temperature} ;Uncomment to add your own temperature line ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line G21 ;metric values G90 ;absolute positioning M107 ;start with the fan off G28 ;home axes G1 Z250.0 F{travel_speed} ;move Z to 250 T1 ;Switch to the 2nd extruder G92 E0 ;zero the extruded length G1 F200 E20 ;extrude 20mm of feed stock G92 E0 ;zero the extruded length again G1 F200 E-{retraction_dual_amount} T0 ;Switch to the first extruder G92 E0 ;zero the extruded length G1 F200 E20 ;extrude 20mm of feed stock G92 E0 ;zero the extruded length again G1 F{travel_speed} ;Put printing message on LCD screen M117 Printing... end2.gcode = ;End GCode M104 T0 S0 ;extruder heater off M104 T1 S0 ;extruder heater off M140 S0 ;heated bed heater off (if you have it) G91 ;relative positioning G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more G28 ;move X/Y to min endstops, so the head is out of the way M84 ;steppers off G90 ;absolute positioning support_start.gcode = support_end.gcode = cool_start.gcode = cool_end.gcode = replace.csv = switchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders. G92 E0 G1 E-36 F5000 G92 E0 T{extruder} G1 X{new_x} Y{new_y} Z{new_z} F{travel_speed} G1 E36 F5000 G92 E0