4 retraction_enable = True
5 solid_layer_thickness = .84
10 print_temperature2 = 0
11 print_temperature3 = 0
12 print_temperature4 = 0
13 print_bed_temperature = 0
15 platform_adhesion = None
16 support_dual_extrusion = Both
18 wipe_tower_volume = 15
20 filament_diameter = 2.85
21 filament_diameter2 = 0
22 filament_diameter3 = 0
23 filament_diameter4 = 0
27 retraction_dual_amount = 16.5
28 retraction_min_travel = 0.5
29 retraction_combing = All
30 retraction_minimal_extrusion = 0.005
33 layer0_width_factor = 125
37 bottom_layer_speed = 15
41 cool_min_layer_time = 15
45 skirt_minimal_length = 250
49 cool_min_feedrate = 10
50 cool_head_lift = False
56 support_fill_rate = 30
57 support_xy_distance = 0.7
58 support_z_distance = 0.05
63 raft_line_spacing = 3.0
64 raft_base_thickness = 0.3
65 raft_base_linewidth = 1.0
66 raft_interface_thickness = 0.27
67 raft_interface_linewidth = 0.4
69 raft_surface_layers = 2
70 fix_horrible_union_all_type_a = True
71 fix_horrible_union_all_type_b = False
72 fix_horrible_use_open_bits = False
73 fix_horrible_extensive_stitching = False
79 start.gcode = ;Sliced at: {day} {date} {time}
80 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
81 ;Print time: {print_time}
82 ;Filament used: {filament_amount}m {filament_weight}g
83 ;Filament cost: {filament_cost}
84 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
85 ;M109 S{print_temperature} ;Uncomment to add your own temperature line
87 G90 ;absolute positioning
88 M82 ;set extruder to absolute mode
89 M107 ;start with the fan off
90 G28 X0 Y0 ;move X/Y to min endstops
91 G28 Z0 ;move Z to min endstops
92 G1 Z15.0 F{travel_speed};move the platform down 15mm
93 G92 E0 ; zero the extruded length
94 G1 F200 E0 ; extrude 3mm of feed stock
95 G92 E0 ; zero the extruded length again
96 G1 F{travel_speed} ; set travel speed
97 M203 X192 Y208 Z3 ; speed limits
98 M117 Printing... ; send message to LCD
100 end.gcode = M400 ; wait for buffer to clear
102 M140 S0 ; heated bed heater off (if you have it)
104 G91 ; relative positioning
105 G1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure
106 G1 Z+0.5 E-5 X-20 Y-20 F3000 ; move Z up a bit and retract filament even more
107 G90 ; absolute positioning
108 G1 X0 Y250 ; move to cooling position
110 G90 ; absolute positioning
114 start2.gcode = ;Sliced at: {day} {date} {time}
115 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
116 ;Print time: {print_time}
117 ;Filament used: {filament_amount}m {filament_weight}g
118 ;Filament cost: {filament_cost}
119 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
120 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
121 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
122 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
124 G90 ;absolute positioning
125 M107 ;start with the fan off
126 G28 X0 Y0 ;move X/Y to min endstops
127 G28 Z0 ;move Z to min endstops
128 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
129 T1 ;Switch to the 2nd extruder
130 G92 E0 ;zero the extruded length
131 G1 F200 E10 ;extrude 10mm of feed stock
132 G92 E0 ;zero the extruded length again
133 G1 F200 E-{retraction_dual_amount}
134 T0 ;Switch to the first extruder
135 G92 E0 ;zero the extruded length
136 G1 F200 E10 ;extrude 10mm of feed stock
137 G92 E0 ;zero the extruded length again
139 ;Put printing message on LCD screen
141 end2.gcode = ;End GCode
142 M104 T0 S0 ;extruder heater off
143 M104 T1 S0 ;extruder heater off
144 M140 S0 ;heated bed heater off (if you have it)
145 G91 ;relative positioning
146 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
147 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
148 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
150 G90 ;absolute positioning
152 start3.gcode = ;Sliced at: {day} {date} {time}
153 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
154 ;Print time: {print_time}
155 ;Filament used: {filament_amount}m {filament_weight}g
156 ;Filament cost: {filament_cost}
157 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
158 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
159 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
160 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
162 G90 ;absolute positioning
163 M107 ;start with the fan off
164 G28 X0 Y0 ;move X/Y to min endstops
165 G28 Z0 ;move Z to min endstops
166 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
167 T2 ;Switch to the 2nd extruder
168 G92 E0 ;zero the extruded length
169 G1 F200 E10 ;extrude 10mm of feed stock
170 G92 E0 ;zero the extruded length again
171 G1 F200 E-{retraction_dual_amount}
172 T1 ;Switch to the 2nd extruder
173 G92 E0 ;zero the extruded length
174 G1 F200 E10 ;extrude 10mm of feed stock
175 G92 E0 ;zero the extruded length again
176 G1 F200 E-{retraction_dual_amount}
177 T0 ;Switch to the first extruder
178 G92 E0 ;zero the extruded length
179 G1 F200 E10 ;extrude 10mm of feed stock
180 G92 E0 ;zero the extruded length again
182 ;Put printing message on LCD screen
184 end3.gcode = ;End GCode
185 M104 T0 S0 ;extruder heater off
186 M104 T1 S0 ;extruder heater off
187 M104 T2 S0 ;extruder heater off
188 M140 S0 ;heated bed heater off (if you have it)
189 G91 ;relative positioning
190 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
191 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
192 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
194 G90 ;absolute positioning
196 start4.gcode = ;Sliced at: {day} {date} {time}
197 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
198 ;Print time: {print_time}
199 ;Filament used: {filament_amount}m {filament_weight}g
200 ;Filament cost: {filament_cost}
201 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
202 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
203 ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
204 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
205 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
207 G90 ;absolute positioning
208 M107 ;start with the fan off
209 G28 X0 Y0 ;move X/Y to min endstops
210 G28 Z0 ;move Z to min endstops
211 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
212 T3 ;Switch to the 4th extruder
213 G92 E0 ;zero the extruded length
214 G1 F200 E10 ;extrude 10mm of feed stock
215 G92 E0 ;zero the extruded length again
216 G1 F200 E-{retraction_dual_amount}
217 T2 ;Switch to the 3th extruder
218 G92 E0 ;zero the extruded length
219 G1 F200 E10 ;extrude 10mm of feed stock
220 G92 E0 ;zero the extruded length again
221 G1 F200 E-{retraction_dual_amount}
222 T1 ;Switch to the 2nd extruder
223 G92 E0 ;zero the extruded length
224 G1 F200 E10 ;extrude 10mm of feed stock
225 G92 E0 ;zero the extruded length again
226 G1 F200 E-{retraction_dual_amount}
227 T0 ;Switch to the first extruder
228 G92 E0 ;zero the extruded length
229 G1 F200 E10 ;extrude 10mm of feed stock
230 G92 E0 ;zero the extruded length again
232 ;Put printing message on LCD screen
234 end4.gcode = ;End GCode
235 M104 T0 S0 ;extruder heater off
236 M104 T1 S0 ;extruder heater off
237 M104 T2 S0 ;extruder heater off
238 M104 T3 S0 ;extruder heater off
239 M140 S0 ;heated bed heater off (if you have it)
240 G91 ;relative positioning
241 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
242 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
243 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
245 G90 ;absolute positioning
247 support_start.gcode =
252 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
253 ;This code is added before the T(n)
254 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
255 ;This code is added after the T(n)