4 retraction_enable = True
5 solid_layer_thickness = 1.2
7 perimeter_before_infill = True
10 print_temperature = 240
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 = Second extruder
20 wipe_tower_volume = 15
22 filament_diameter = 2.89
23 filament_diameter2 = 2.89
24 filament_diameter3 = 0
25 filament_diameter4 = 0
26 filament_diameter5 = 0
30 retraction_dual_amount = 25
31 retraction_min_travel = 1.5
32 retraction_combing = All
33 retraction_minimal_extrusion = 0.02
35 bottom_thickness = .425
36 layer0_width_factor = 200
40 bottom_layer_speed = 10
45 cool_min_layer_time = 45
49 skirt_minimal_length = 0
54 cool_head_lift = False
60 support_fill_rate = 30
61 support_xy_distance = 0
62 support_z_distance = 0
67 raft_line_spacing = 1.0
68 raft_base_thickness = .5
69 raft_base_linewidth = 0.7
70 raft_interface_thickness = 0.2
71 raft_interface_linewidth = 0.2
74 raft_surface_layers = 2
75 raft_surface_thickness = 0.27
76 raft_surface_linewidth = 0.4
77 fix_horrible_union_all_type_a = False
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
90 start.gcode = ;This Gcode has been generated specifically for the LulzBot Mini
91 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
92 ;Filament Diameter: {filament_diameter}
93 ;Nozzle Size: {nozzle_size}
95 G90 ; absolute positioning
96 M82 ; set extruder to absolute mode
97 M107 ; start with the fan off
98 G92 E0 ; set extruder position to 0
99 M140 S{print_bed_temperature}; get bed heating up
101 M109 S140 ; set to cleaning temp and wait
102 G1 Z150 E-30 F75 ; suck up XXmm of filament
103 M109 S160 ; heat up rest of way
104 G1 X45 Y174 F11520 ; move behind scraper
105 G1 Z0 F1200 ; CRITICAL: set Z to height of top of scraper
106 G1 X45 Y174 Z-.5 F4000 ; wiping ; plunge into wipe pad
107 G1 X55 Y172 Z-.5 F4000 ; wiping
108 G1 X45 Y174 Z0 F4000 ; wiping
109 G1 X55 Y172 F4000 ; wiping
110 G1 X45 Y174 F4000 ; wiping
111 G1 X55 Y172 F4000 ; wiping
112 G1 X45 Y174 F4000 ; wiping
113 G1 X55 Y172 F4000 ; wiping
114 G1 X60 Y174 F4000 ; wiping
115 G1 X80 Y172 F4000 ; wiping
116 G1 X60 Y174 F4000 ; wiping
117 G1 X80 Y172 F4000 ; wiping
118 G1 X60 Y174 F4000 ; wiping
119 G1 X90 Y172 F4000 ; wiping
120 G1 X80 Y174 F4000 ; wiping
121 G1 X100 Y172 F4000 ; wiping
122 G1 X80 Y174 F4000 ; wiping
123 G1 X100 Y172 F4000 ; wiping
124 G1 X80 Y174 F4000 ; wiping
125 G1 X100 Y172 F4000 ; wiping
126 G1 X110 Y174 F4000 ; wiping
127 G1 X100 Y172 F4000 ; wiping
128 G1 X110 Y174 F4000 ; wiping
129 G1 X100 Y172 F4000 ; wiping
130 G1 X110 Y174 F4000 ; wiping
131 G1 X115 Y172 Z-0.5 F1000 ; wipe slower and bury noz in cleanish area
133 G28 X0 Y0 ; home x and y
134 M109 S160 ; set to probing temp
135 M204 S300 ; Set probing acceleration
137 M204 S2000 ; Restore standard acceleration
138 G1 X5 Y15 Z10 F5000 ; get out the way
141 M109 S{print_temperature} ; set extruder temp and wait
142 G4 S15 ; wait for bed to temp up
143 G1 Z2 E0 F75 ; extrude filament back into nozzle
144 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
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
194 start3.gcode = ;Sliced at: {day} {date} {time}
195 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
196 ;Print time: {print_time}
197 ;Filament used: {filament_amount}m {filament_weight}g
198 ;Filament cost: {filament_cost}
199 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
200 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
201 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
202 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
204 G90 ;absolute positioning
205 M107 ;start with the fan off
206 G28 X0 Y0 ;move X/Y to min endstops
207 G28 Z0 ;move Z to min endstops
208 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
209 T2 ;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 T1 ;Switch to the 2nd 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
218 G1 F200 E-{retraction_dual_amount}
219 T0 ;Switch to the first extruder
220 G92 E0 ;zero the extruded length
221 G1 F200 E10 ;extrude 10mm of feed stock
222 G92 E0 ;zero the extruded length again
224 ;Put printing message on LCD screen
226 end3.gcode = ;End GCode
227 M104 T0 S0 ;extruder heater off
228 M104 T1 S0 ;extruder heater off
229 M104 T2 S0 ;extruder heater off
230 M140 S0 ;heated bed heater off (if you have it)
231 G91 ;relative positioning
232 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
233 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
234 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
236 G90 ;absolute positioning
238 start4.gcode = ;Sliced at: {day} {date} {time}
239 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
240 ;Print time: {print_time}
241 ;Filament used: {filament_amount}m {filament_weight}g
242 ;Filament cost: {filament_cost}
243 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
244 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
245 ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
246 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
247 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
249 G90 ;absolute positioning
250 M107 ;start with the fan off
251 G28 X0 Y0 ;move X/Y to min endstops
252 G28 Z0 ;move Z to min endstops
253 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
254 T3 ;Switch to the 4th 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 T2 ;Switch to the 3th 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 T1 ;Switch to the 2nd 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
268 G1 F200 E-{retraction_dual_amount}
269 T0 ;Switch to the first extruder
270 G92 E0 ;zero the extruded length
271 G1 F200 E10 ;extrude 10mm of feed stock
272 G92 E0 ;zero the extruded length again
274 ;Put printing message on LCD screen
276 end4.gcode = ;End GCode
277 M104 T0 S0 ;extruder heater off
278 M104 T1 S0 ;extruder heater off
279 M104 T2 S0 ;extruder heater off
280 M104 T3 S0 ;extruder heater off
281 M140 S0 ;heated bed heater off (if you have it)
282 G91 ;relative positioning
283 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
284 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
285 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
287 G90 ;absolute positioning
289 support_start.gcode =
294 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
295 ;This code is added before the T(n)
296 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
297 ;This code is added after the T(n)