4 retraction_enable = True
5 solid_layer_thickness = 0.8
9 print_temperature = 240
10 print_temperature2 = 0
11 print_temperature3 = 0
12 print_temperature4 = 0
13 print_bed_temperature = 110
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 = 1.5
29 retraction_combing = All
30 retraction_minimal_extrusion = 0.005
32 bottom_thickness = 0.425
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
80 start.gcode = ;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 G92 E0 ; set extruder position to 0
91 M140 S{print_bed_temperature}; get bed heating up
93 M109 S150 ; set to cleaning temp and wait
94 G1 Z150 E-30 F75 ; suck up XXmm of filament
95 M109 S170 ; heat up rest of way
96 G1 X45 Y174 F11520 ; move behind scraper
97 G1 Z0 F1200 ; CRITICAL: set Z to height of top of scraper
98 G1 X45 Y174 Z-.5 F4000 ; wiping ; plunge into wipe pad
99 G1 X55 Y172 Z-.5 F4000 ; wiping
100 G1 X45 Y174 Z0 F4000 ; wiping
101 G1 X55 Y172 F4000 ; wiping
102 G1 X45 Y174 F4000 ; wiping
103 G1 X55 Y172 F4000 ; wiping
104 G1 X45 Y174 F4000 ; wiping
105 G1 X55 Y172 F4000 ; wiping
106 G1 X60 Y174 F4000 ; wiping
107 G1 X80 Y172 F4000 ; wiping
108 G1 X60 Y174 F4000 ; wiping
109 G1 X80 Y172 F4000 ; wiping
110 G1 X60 Y174 F4000 ; wiping
111 G1 X90 Y172 F4000 ; wiping
112 G1 X80 Y174 F4000 ; wiping
113 G1 X100 Y172 F4000 ; wiping
114 G1 X80 Y174 F4000 ; wiping
115 G1 X100 Y172 F4000 ; wiping
116 G1 X80 Y174 F4000 ; wiping
117 G1 X100 Y172 F4000 ; wiping
118 G1 X110 Y174 F4000 ; wiping
119 G1 X100 Y172 F4000 ; wiping
120 G1 X110 Y174 F4000 ; wiping
121 G1 X100 Y172 F4000 ; wiping
122 G1 X110 Y174 F4000 ; wiping
123 G1 X115 Y172 Z-0.5 F1000 ; wipe slower and bury noz in cleanish area
125 G28 X0 Y0 ; home x and y
126 M109 S170 ; set to probing temp
127 M204 S300 ; set accel for probing
129 M204 S2000 ; set accel back to normal
130 G1 X5 Y15 Z10 F5000 ; get out the way
133 M109 S{print_temperature} ; set extruder temp and wait
134 G4 S25 ; wait for bed to temp up
135 G1 Z2 E0 F75 ; extrude filament back into nozzle
136 M140 S{print_bed_temperature}; get bed temping up during first layer
139 M140 S0 ; heated bed heater off (if you have it)
141 G92 E0 ; set extruder to 0
142 G1 E-3 F300 ; retract a bit to relieve pressure
143 G1 X5 Y5 Z156 F10000 ; move to cooling positioning
144 M190 R60 ; wait for bed to cool
145 M140 S0 ; turn off bed temp
146 G1 X145 Y175 Z156 F1000 ; move to cooling positioning
148 G90 ; absolute positioning
150 start2.gcode = ;Sliced at: {day} {date} {time}
151 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
152 ;Print time: {print_time}
153 ;Filament used: {filament_amount}m {filament_weight}g
154 ;Filament cost: {filament_cost}
155 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
156 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
157 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
158 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
160 G90 ;absolute positioning
161 M107 ;start with the fan off
162 G28 X0 Y0 ;move X/Y to min endstops
163 G28 Z0 ;move Z to min endstops
164 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
165 T1 ;Switch to the 2nd extruder
166 G92 E0 ;zero the extruded length
167 G1 F200 E10 ;extrude 10mm of feed stock
168 G92 E0 ;zero the extruded length again
169 G1 F200 E-{retraction_dual_amount}
170 T0 ;Switch to the first 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
175 ;Put printing message on LCD screen
177 end2.gcode = ;End GCode
178 M104 T0 S0 ;extruder heater off
179 M104 T1 S0 ;extruder heater off
180 M140 S0 ;heated bed heater off (if you have it)
181 G91 ;relative positioning
182 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
183 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
184 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
186 G90 ;absolute positioning
188 start3.gcode = ;Sliced at: {day} {date} {time}
189 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
190 ;Print time: {print_time}
191 ;Filament used: {filament_amount}m {filament_weight}g
192 ;Filament cost: {filament_cost}
193 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
194 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
195 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
196 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
198 G90 ;absolute positioning
199 M107 ;start with the fan off
200 G28 X0 Y0 ;move X/Y to min endstops
201 G28 Z0 ;move Z to min endstops
202 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
203 T2 ;Switch to the 2nd extruder
204 G92 E0 ;zero the extruded length
205 G1 F200 E10 ;extrude 10mm of feed stock
206 G92 E0 ;zero the extruded length again
207 G1 F200 E-{retraction_dual_amount}
208 T1 ;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 T0 ;Switch to the first 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
218 ;Put printing message on LCD screen
220 end3.gcode = ;End GCode
221 M104 T0 S0 ;extruder heater off
222 M104 T1 S0 ;extruder heater off
223 M104 T2 S0 ;extruder heater off
224 M140 S0 ;heated bed heater off (if you have it)
225 G91 ;relative positioning
226 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
227 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
228 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
230 G90 ;absolute positioning
232 start4.gcode = ;Sliced at: {day} {date} {time}
233 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
234 ;Print time: {print_time}
235 ;Filament used: {filament_amount}m {filament_weight}g
236 ;Filament cost: {filament_cost}
237 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
238 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
239 ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
240 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
241 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
243 G90 ;absolute positioning
244 M107 ;start with the fan off
245 G28 X0 Y0 ;move X/Y to min endstops
246 G28 Z0 ;move Z to min endstops
247 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
248 T3 ;Switch to the 4th extruder
249 G92 E0 ;zero the extruded length
250 G1 F200 E10 ;extrude 10mm of feed stock
251 G92 E0 ;zero the extruded length again
252 G1 F200 E-{retraction_dual_amount}
253 T2 ;Switch to the 3th 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 T1 ;Switch to the 2nd 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 T0 ;Switch to the first 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
268 ;Put printing message on LCD screen
270 end4.gcode = ;End GCode
271 M104 T0 S0 ;extruder heater off
272 M104 T1 S0 ;extruder heater off
273 M104 T2 S0 ;extruder heater off
274 M104 T3 S0 ;extruder heater off
275 M140 S0 ;heated bed heater off (if you have it)
276 G91 ;relative positioning
277 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
278 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
279 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
281 G90 ;absolute positioning
283 support_start.gcode =
288 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
289 ;This code is added before the T(n)
290 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
291 ;This code is added after the T(n)