4 retraction_enable = True
5 solid_layer_thickness = 1
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
29 retraction_amount = 1.5
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 = 20
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
85 simplemodeprofile = 2_normal
86 simplemodematerial = 1_pla
89 start.gcode = ;This Gcode has been generated specifically for the LulzBot Mini
90 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
91 ;Filament Diameter: {filament_diameter}
92 ;Nozzle Size: {nozzle_size}
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 S140 ; set to cleaning temp and wait
101 G1 Z150 E-30 F75 ; suck up XXmm of filament
102 M109 S140 ; heat up rest of way
103 G1 X45 Y174 F11520 ; move behind scraper
104 G1 Z0 F1200 ; CRITICAL: set Z to height of top of scraper
105 G1 X45 Y174 Z-.5 F4000 ; wiping ; plunge into wipe pad
106 G1 X55 Y172 Z-.5 F4000 ; wiping
107 G1 X45 Y174 Z0 F4000 ; wiping
108 G1 X55 Y172 F4000 ; wiping
109 G1 X45 Y174 F4000 ; wiping
110 G1 X55 Y172 F4000 ; wiping
111 G1 X45 Y174 F4000 ; wiping
112 G1 X55 Y172 F4000 ; wiping
113 G1 X60 Y174 F4000 ; wiping
114 G1 X80 Y172 F4000 ; wiping
115 G1 X60 Y174 F4000 ; wiping
116 G1 X80 Y172 F4000 ; wiping
117 G1 X60 Y174 F4000 ; wiping
118 G1 X90 Y172 F4000 ; wiping
119 G1 X80 Y174 F4000 ; wiping
120 G1 X100 Y172 F4000 ; wiping
121 G1 X80 Y174 F4000 ; wiping
122 G1 X100 Y172 F4000 ; wiping
123 G1 X80 Y174 F4000 ; wiping
124 G1 X100 Y172 F4000 ; wiping
125 G1 X110 Y174 F4000 ; wiping
126 G1 X100 Y172 F4000 ; wiping
127 G1 X110 Y174 F4000 ; wiping
128 G1 X100 Y172 F4000 ; wiping
129 G1 X110 Y174 F4000 ; wiping
130 G1 X115 Y172 Z-0.5 F1000 ; wipe slower and bury noz in cleanish area
132 G28 X0 Y0 ; home x and y
133 M109 S140 ; set to probing temp
134 M204 S300 ; Set probing acceleration
136 M204 S2000 ; Restore standard acceleration
137 G1 X5 Y15 Z10 F5000 ; get out the way
140 M109 S{print_temperature} ; set extruder temp and wait
141 G4 S15 ; wait for bed to temp up
142 G1 Z2 E0 F75 ; extrude filament back into nozzle
143 M140 S{print_bed_temperature}; get bed temping up during first layer
147 M140 S0 ; heated bed heater off (if you have it)
149 G92 E5 ; set extruder to 5mm for retract on print end
150 G1 X5 Y5 Z156 E0 F10000 ; move to cooling positioning
151 M190 R50 ; wait for bed to cool
152 M140 S0 ; shut off bed
153 G1 X145 Y175 Z156 F1000 ; move to cooling positioning
155 G90 ; absolute positioning
157 start2.gcode = ;Sliced at: {day} {date} {time}
158 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
159 ;Print time: {print_time}
160 ;Filament used: {filament_amount}m {filament_weight}g
161 ;Filament cost: {filament_cost}
162 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
163 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
164 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
165 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
167 G90 ;absolute positioning
168 M107 ;start with the fan off
169 G28 X0 Y0 ;move X/Y to min endstops
170 G28 Z0 ;move Z to min endstops
171 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
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 end2.gcode = ;End GCode
185 M104 T0 S0 ;extruder heater off
186 M104 T1 S0 ;extruder heater off
187 M140 S0 ;heated bed heater off (if you have it)
188 G91 ;relative positioning
189 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
190 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
191 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
193 G90 ;absolute positioning
195 start3.gcode = ;Sliced at: {day} {date} {time}
196 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
197 ;Print time: {print_time}
198 ;Filament used: {filament_amount}m {filament_weight}g
199 ;Filament cost: {filament_cost}
200 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
201 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
202 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
203 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
205 G90 ;absolute positioning
206 M107 ;start with the fan off
207 G28 X0 Y0 ;move X/Y to min endstops
208 G28 Z0 ;move Z to min endstops
209 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
210 T2 ;Switch to the 2nd extruder
211 G92 E0 ;zero the extruded length
212 G1 F200 E10 ;extrude 10mm of feed stock
213 G92 E0 ;zero the extruded length again
214 G1 F200 E-{retraction_dual_amount}
215 T1 ;Switch to the 2nd extruder
216 G92 E0 ;zero the extruded length
217 G1 F200 E10 ;extrude 10mm of feed stock
218 G92 E0 ;zero the extruded length again
219 G1 F200 E-{retraction_dual_amount}
220 T0 ;Switch to the first extruder
221 G92 E0 ;zero the extruded length
222 G1 F200 E10 ;extrude 10mm of feed stock
223 G92 E0 ;zero the extruded length again
225 ;Put printing message on LCD screen
227 end3.gcode = ;End GCode
228 M104 T0 S0 ;extruder heater off
229 M104 T1 S0 ;extruder heater off
230 M104 T2 S0 ;extruder heater off
231 M140 S0 ;heated bed heater off (if you have it)
232 G91 ;relative positioning
233 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
234 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
235 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
237 G90 ;absolute positioning
239 start4.gcode = ;Sliced at: {day} {date} {time}
240 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
241 ;Print time: {print_time}
242 ;Filament used: {filament_amount}m {filament_weight}g
243 ;Filament cost: {filament_cost}
244 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
245 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
246 ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
247 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
248 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
250 G90 ;absolute positioning
251 M107 ;start with the fan off
252 G28 X0 Y0 ;move X/Y to min endstops
253 G28 Z0 ;move Z to min endstops
254 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
255 T3 ;Switch to the 4th extruder
256 G92 E0 ;zero the extruded length
257 G1 F200 E10 ;extrude 10mm of feed stock
258 G92 E0 ;zero the extruded length again
259 G1 F200 E-{retraction_dual_amount}
260 T2 ;Switch to the 3th extruder
261 G92 E0 ;zero the extruded length
262 G1 F200 E10 ;extrude 10mm of feed stock
263 G92 E0 ;zero the extruded length again
264 G1 F200 E-{retraction_dual_amount}
265 T1 ;Switch to the 2nd extruder
266 G92 E0 ;zero the extruded length
267 G1 F200 E10 ;extrude 10mm of feed stock
268 G92 E0 ;zero the extruded length again
269 G1 F200 E-{retraction_dual_amount}
270 T0 ;Switch to the first extruder
271 G92 E0 ;zero the extruded length
272 G1 F200 E10 ;extrude 10mm of feed stock
273 G92 E0 ;zero the extruded length again
275 ;Put printing message on LCD screen
277 end4.gcode = ;End GCode
278 M104 T0 S0 ;extruder heater off
279 M104 T1 S0 ;extruder heater off
280 M104 T2 S0 ;extruder heater off
281 M104 T3 S0 ;extruder heater off
282 M140 S0 ;heated bed heater off (if you have it)
283 G91 ;relative positioning
284 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
285 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
286 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
288 G90 ;absolute positioning
290 support_start.gcode =
295 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
296 ;This code is added before the T(n)
297 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
298 ;This code is added after the T(n)