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
42 cool_min_layer_time = 20
46 skirt_minimal_length = 250
50 cool_min_feedrate = 10
51 cool_head_lift = False
57 support_fill_rate = 30
58 support_xy_distance = 0.7
59 support_z_distance = 0.05
64 raft_line_spacing = 3.0
65 raft_base_thickness = 0.3
66 raft_base_linewidth = 1.0
67 raft_interface_thickness = 0.27
68 raft_interface_linewidth = 0.4
70 raft_surface_layers = 2
71 fix_horrible_union_all_type_a = True
72 fix_horrible_union_all_type_b = False
73 fix_horrible_use_open_bits = False
74 fix_horrible_extensive_stitching = False
81 start.gcode = ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
82 ;Print time: {print_time}
83 ;Filament used: {filament_amount}m {filament_weight}g
84 ;Filament cost: {filament_cost}
85 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
86 ;M109 S{print_temperature} ;Uncomment to add your own temperature line
88 G90 ; absolute positioning
89 M82 ; set extruder to absolute mode
90 M107 ; start with the fan off
91 G92 E0 ; set extruder position to 0
92 M140 S{print_bed_temperature}; get bed heating up
94 M109 S150 ; set to cleaning temp and wait
95 G1 Z150 E-30 F75 ; suck up XXmm of filament
96 M109 S170 ; heat up rest of way
97 G1 X45 Y174 F11520 ; move behind scraper
98 G1 Z0 F1200 ; CRITICAL: set Z to height of top of scraper
99 G1 X45 Y174 Z-.5 F4000 ; wiping ; plunge into wipe pad
100 G1 X55 Y172 Z-.5 F4000 ; wiping
101 G1 X45 Y174 Z0 F4000 ; wiping
102 G1 X55 Y172 F4000 ; wiping
103 G1 X45 Y174 F4000 ; wiping
104 G1 X55 Y172 F4000 ; wiping
105 G1 X45 Y174 F4000 ; wiping
106 G1 X55 Y172 F4000 ; wiping
107 G1 X60 Y174 F4000 ; wiping
108 G1 X80 Y172 F4000 ; wiping
109 G1 X60 Y174 F4000 ; wiping
110 G1 X80 Y172 F4000 ; wiping
111 G1 X60 Y174 F4000 ; wiping
112 G1 X90 Y172 F4000 ; wiping
113 G1 X80 Y174 F4000 ; wiping
114 G1 X100 Y172 F4000 ; wiping
115 G1 X80 Y174 F4000 ; wiping
116 G1 X100 Y172 F4000 ; wiping
117 G1 X80 Y174 F4000 ; wiping
118 G1 X100 Y172 F4000 ; wiping
119 G1 X110 Y174 F4000 ; wiping
120 G1 X100 Y172 F4000 ; wiping
121 G1 X110 Y174 F4000 ; wiping
122 G1 X100 Y172 F4000 ; wiping
123 G1 X110 Y174 F4000 ; wiping
124 G1 X115 Y172 Z-0.5 F1000 ; wipe slower and bury noz in cleanish area
126 G28 X0 Y0 ; home x and y
127 M109 S170 ; set to probing temp
128 M204 S300 ; set accel for probing
130 M204 S2000 ; set accel back to normal
131 G1 X5 Y15 Z10 F5000 ; get out the way
134 M109 S{print_temperature} ; set extruder temp and wait
135 G4 S25 ; wait for bed to temp up
136 G1 Z2 E0 F75 ; extrude filament back into nozzle
137 M140 S{print_bed_temperature}; get bed temping up during first layer
140 M140 S0 ; heated bed heater off (if you have it)
142 G92 E0 ; set extruder to 0
143 G1 E-3 F300 ; retract a bit to relieve pressure
144 G1 X5 Y5 Z156 F10000 ; move to cooling positioning
145 M190 R60 ; wait for bed to cool
146 M140 S0 ; turn off bed temp
147 G1 X145 Y175 Z156 F1000 ; move to cooling positioning
149 G90 ; absolute positioning
151 start2.gcode = ;Sliced at: {day} {date} {time}
152 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
153 ;Print time: {print_time}
154 ;Filament used: {filament_amount}m {filament_weight}g
155 ;Filament cost: {filament_cost}
156 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
157 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
158 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
159 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
161 G90 ;absolute positioning
162 M107 ;start with the fan off
163 G28 X0 Y0 ;move X/Y to min endstops
164 G28 Z0 ;move Z to min endstops
165 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
166 T1 ;Switch to the 2nd extruder
167 G92 E0 ;zero the extruded length
168 G1 F200 E10 ;extrude 10mm of feed stock
169 G92 E0 ;zero the extruded length again
170 G1 F200 E-{retraction_dual_amount}
171 T0 ;Switch to the first extruder
172 G92 E0 ;zero the extruded length
173 G1 F200 E10 ;extrude 10mm of feed stock
174 G92 E0 ;zero the extruded length again
176 ;Put printing message on LCD screen
178 end2.gcode = ;End GCode
179 M104 T0 S0 ;extruder heater off
180 M104 T1 S0 ;extruder heater off
181 M140 S0 ;heated bed heater off (if you have it)
182 G91 ;relative positioning
183 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
184 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
185 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
187 G90 ;absolute positioning
189 start3.gcode = ;Sliced at: {day} {date} {time}
190 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
191 ;Print time: {print_time}
192 ;Filament used: {filament_amount}m {filament_weight}g
193 ;Filament cost: {filament_cost}
194 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
195 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
196 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
197 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
199 G90 ;absolute positioning
200 M107 ;start with the fan off
201 G28 X0 Y0 ;move X/Y to min endstops
202 G28 Z0 ;move Z to min endstops
203 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
204 T2 ;Switch to the 2nd extruder
205 G92 E0 ;zero the extruded length
206 G1 F200 E10 ;extrude 10mm of feed stock
207 G92 E0 ;zero the extruded length again
208 G1 F200 E-{retraction_dual_amount}
209 T1 ;Switch to the 2nd extruder
210 G92 E0 ;zero the extruded length
211 G1 F200 E10 ;extrude 10mm of feed stock
212 G92 E0 ;zero the extruded length again
213 G1 F200 E-{retraction_dual_amount}
214 T0 ;Switch to the first extruder
215 G92 E0 ;zero the extruded length
216 G1 F200 E10 ;extrude 10mm of feed stock
217 G92 E0 ;zero the extruded length again
219 ;Put printing message on LCD screen
221 end3.gcode = ;End GCode
222 M104 T0 S0 ;extruder heater off
223 M104 T1 S0 ;extruder heater off
224 M104 T2 S0 ;extruder heater off
225 M140 S0 ;heated bed heater off (if you have it)
226 G91 ;relative positioning
227 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
228 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
229 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
231 G90 ;absolute positioning
233 start4.gcode = ;Sliced at: {day} {date} {time}
234 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
235 ;Print time: {print_time}
236 ;Filament used: {filament_amount}m {filament_weight}g
237 ;Filament cost: {filament_cost}
238 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
239 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
240 ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
241 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
242 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
244 G90 ;absolute positioning
245 M107 ;start with the fan off
246 G28 X0 Y0 ;move X/Y to min endstops
247 G28 Z0 ;move Z to min endstops
248 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
249 T3 ;Switch to the 4th extruder
250 G92 E0 ;zero the extruded length
251 G1 F200 E10 ;extrude 10mm of feed stock
252 G92 E0 ;zero the extruded length again
253 G1 F200 E-{retraction_dual_amount}
254 T2 ;Switch to the 3th extruder
255 G92 E0 ;zero the extruded length
256 G1 F200 E10 ;extrude 10mm of feed stock
257 G92 E0 ;zero the extruded length again
258 G1 F200 E-{retraction_dual_amount}
259 T1 ;Switch to the 2nd extruder
260 G92 E0 ;zero the extruded length
261 G1 F200 E10 ;extrude 10mm of feed stock
262 G92 E0 ;zero the extruded length again
263 G1 F200 E-{retraction_dual_amount}
264 T0 ;Switch to the first extruder
265 G92 E0 ;zero the extruded length
266 G1 F200 E10 ;extrude 10mm of feed stock
267 G92 E0 ;zero the extruded length again
269 ;Put printing message on LCD screen
271 end4.gcode = ;End GCode
272 M104 T0 S0 ;extruder heater off
273 M104 T1 S0 ;extruder heater off
274 M104 T2 S0 ;extruder heater off
275 M104 T3 S0 ;extruder heater off
276 M140 S0 ;heated bed heater off (if you have it)
277 G91 ;relative positioning
278 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
279 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
280 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
282 G90 ;absolute positioning
284 support_start.gcode =
289 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
290 ;This code is added before the T(n)
291 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
292 ;This code is added after the T(n)