4 retraction_enable = True
5 solid_layer_thickness = 0.88
7 perimeter_before_infill = True
10 print_temperature = 205
11 print_temperature2 = 0
12 print_temperature3 = 0
13 print_temperature4 = 0
14 print_temperature5 = 0
15 print_bed_temperature = 60
17 platform_adhesion = None
18 support_dual_extrusion = Both
20 wipe_tower_volume = 15
22 filament_diameter = 2.85
23 filament_diameter2 = 0
24 filament_diameter3 = 0
25 filament_diameter4 = 0
26 filament_diameter5 = 0
30 retraction_dual_amount = 16.5
31 retraction_min_travel = 1.5
32 retraction_combing = All
33 retraction_minimal_extrusion = 0.005
35 bottom_thickness = 0.425
36 layer0_width_factor = 125
40 bottom_layer_speed = 15
45 cool_min_layer_time = 15
49 skirt_minimal_length = 250
53 cool_min_feedrate = 10
54 cool_head_lift = False
60 support_fill_rate = 30
61 support_xy_distance = 0.7
62 support_z_distance = 0.05
67 raft_line_spacing = 3.0
68 raft_base_thickness = 0.3
69 raft_base_linewidth = 1.0
70 raft_interface_thickness = 0.27
71 raft_interface_linewidth = 0.4
74 raft_surface_layers = 2
75 raft_surface_thickness = 0.27
76 raft_surface_linewidth = 0.4
77 fix_horrible_union_all_type_a = True
78 fix_horrible_union_all_type_b = False
79 fix_horrible_use_open_bits = False
80 fix_horrible_extensive_stitching = False
86 simplemodeprofile = 2_normal
87 simplemodematerial = 1_pla
88 simplemodematerialtype = Beginner
94 G90 ; absolute positioning
95 M82 ; set extruder to absolute mode
96 M107 ; start with the fan off
97 G92 E0 ; set extruder position to 0
98 M140 S{print_bed_temperature}; get bed heating up
100 M109 S130 ; set to cleaning temp and wait
101 G1 E-30 F100 ; suck up XXmm of filament
102 M109 S140 ; heat to probe temp
103 G1 X-15 Y100 F3000 ; move above wiper pad
104 G1 Z2 ; Push nozzle into wiper
105 G1 X-17 Y95 F1000 ; slow wipe
106 G1 X-17 Y90 F1000 ; slow wipe
107 G1 X-17 Y85 F1000 ; slow wipe
108 G1 X-15 Y90 F1000 ; slow wipe
109 G1 X-17 Y80 F1000 ; slow wipe
110 G1 X-15 Y95 F1000 ; slow wipe
111 G1 X-17 Y75 F2000 ; fast wipe
112 G1 X-15 Y65 F2000 ; fast wipe
113 G1 X-17 Y70 F2000 ; fast wipe
114 G1 X-15 Y60 F2000 ; fast wipe
115 G1 X-17 Y55 F2000 ; fast wipe
116 G1 X-15 Y50 F2000 ; fast wipe
117 G1 X-17 Y40 F2000 ; fast wipe
118 G1 X-15 Y45 F2000 ; fast wipe
119 G1 X-17 Y35 F2000 ; fast wipe
120 G1 X-15 Y40 F2000 ; fast wipe
121 G1 X-17 Y70 F2000 ; fast wipe
122 G1 X-15 Y30 Z2 F2000 ; fast wipe
123 G1 X-17 Y35 F2000 ; fast wipe
124 G1 X-15 Y25 F2000 ; fast wipe
125 G1 X-17 Y30 F2000 ; fast wipe
126 G1 X-15 Y25 Z1.5 F1000 ; slow wipe
127 G1 X-17 Y23 F1000 ; slow wipe
128 M109 S140 ; heat to probe temp
129 G1 Z10 ; raise extruder
130 G1 X-11 Y-8 ; move above probe
131 M204 S100 ; set accel for probing
133 M204 S700 ; set accel back to normal
134 G1 X0 Y0 Z15 F5000 ; get out the way
137 M109 S{print_temperature} ; set extruder temp and wait
138 G4 S25 ; wait for bed to temp up
139 G1 Z2 E0 F75 ; extrude filament back into nozzle
140 M140 S{print_bed_temperature}; get bed temping up during first layer
141 M117 Taz Printing... ; Message
144 M140 S0 ; heated bed heater off (if you have it)
146 G91 ; relative positioning
147 G1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure
148 G1 Z+0.5 E-5 X-20 Y-20 F3000 ; move Z up a bit and retract filament even more
149 G90 ; absolute positioning
150 G1 X0 Y250 ; move to cooling position
152 G90 ; absolute positioning
155 start2.gcode = ;Sliced at: {day} {date} {time}
156 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
157 ;Print time: {print_time}
158 ;Filament used: {filament_amount}m {filament_weight}g
159 ;Filament cost: {filament_cost}
160 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
161 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
162 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
163 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
165 G90 ;absolute positioning
166 M107 ;start with the fan off
167 G28 X0 Y0 ;move X/Y to min endstops
168 G28 Z0 ;move Z to min endstops
169 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
170 T1 ;Switch to the 2nd extruder
171 G92 E0 ;zero the extruded length
172 G1 F200 E10 ;extrude 10mm of feed stock
173 G92 E0 ;zero the extruded length again
174 G1 F200 E-{retraction_dual_amount}
175 T0 ;Switch to the first extruder
176 G92 E0 ;zero the extruded length
177 G1 F200 E10 ;extrude 10mm of feed stock
178 G92 E0 ;zero the extruded length again
180 ;Put printing message on LCD screen
182 end2.gcode = ;End GCode
183 M104 T0 S0 ;extruder heater off
184 M104 T1 S0 ;extruder heater off
185 M140 S0 ;heated bed heater off (if you have it)
186 G91 ;relative positioning
187 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
188 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
189 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
191 G90 ;absolute positioning
193 start3.gcode = ;Sliced at: {day} {date} {time}
194 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
195 ;Print time: {print_time}
196 ;Filament used: {filament_amount}m {filament_weight}g
197 ;Filament cost: {filament_cost}
198 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
199 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
200 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
201 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
203 G90 ;absolute positioning
204 M107 ;start with the fan off
205 G28 X0 Y0 ;move X/Y to min endstops
206 G28 Z0 ;move Z to min endstops
207 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
208 T2 ;Switch to the 2nd extruder
209 G92 E0 ;zero the extruded length
210 G1 F200 E10 ;extrude 10mm of feed stock
211 G92 E0 ;zero the extruded length again
212 G1 F200 E-{retraction_dual_amount}
213 T1 ;Switch to the 2nd extruder
214 G92 E0 ;zero the extruded length
215 G1 F200 E10 ;extrude 10mm of feed stock
216 G92 E0 ;zero the extruded length again
217 G1 F200 E-{retraction_dual_amount}
218 T0 ;Switch to the first extruder
219 G92 E0 ;zero the extruded length
220 G1 F200 E10 ;extrude 10mm of feed stock
221 G92 E0 ;zero the extruded length again
223 ;Put printing message on LCD screen
225 end3.gcode = ;End GCode
226 M104 T0 S0 ;extruder heater off
227 M104 T1 S0 ;extruder heater off
228 M104 T2 S0 ;extruder heater off
229 M140 S0 ;heated bed heater off (if you have it)
230 G91 ;relative positioning
231 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
232 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
233 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
235 G90 ;absolute positioning
237 start4.gcode = ;Sliced at: {day} {date} {time}
238 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
239 ;Print time: {print_time}
240 ;Filament used: {filament_amount}m {filament_weight}g
241 ;Filament cost: {filament_cost}
242 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
243 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
244 ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
245 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
246 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
248 G90 ;absolute positioning
249 M107 ;start with the fan off
250 G28 X0 Y0 ;move X/Y to min endstops
251 G28 Z0 ;move Z to min endstops
252 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
253 T3 ;Switch to the 4th extruder
254 G92 E0 ;zero the extruded length
255 G1 F200 E10 ;extrude 10mm of feed stock
256 G92 E0 ;zero the extruded length again
257 G1 F200 E-{retraction_dual_amount}
258 T2 ;Switch to the 3th extruder
259 G92 E0 ;zero the extruded length
260 G1 F200 E10 ;extrude 10mm of feed stock
261 G92 E0 ;zero the extruded length again
262 G1 F200 E-{retraction_dual_amount}
263 T1 ;Switch to the 2nd extruder
264 G92 E0 ;zero the extruded length
265 G1 F200 E10 ;extrude 10mm of feed stock
266 G92 E0 ;zero the extruded length again
267 G1 F200 E-{retraction_dual_amount}
268 T0 ;Switch to the first extruder
269 G92 E0 ;zero the extruded length
270 G1 F200 E10 ;extrude 10mm of feed stock
271 G92 E0 ;zero the extruded length again
273 ;Put printing message on LCD screen
275 end4.gcode = ;End GCode
276 M104 T0 S0 ;extruder heater off
277 M104 T1 S0 ;extruder heater off
278 M104 T2 S0 ;extruder heater off
279 M104 T3 S0 ;extruder heater off
280 M140 S0 ;heated bed heater off (if you have it)
281 G91 ;relative positioning
282 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
283 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
284 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
286 G90 ;absolute positioning
288 support_start.gcode =
293 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
294 ;This code is added before the T(n)
295 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
296 ;This code is added after the T(n)