4 retraction_enable = True
5 solid_layer_thickness = 1.2
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 = Second extruder
18 wipe_tower_volume = 15
20 filament_diameter = 2.89
21 filament_diameter2 = 2.89
22 filament_diameter3 = 0
23 filament_diameter4 = 0
27 retraction_dual_amount = 25
28 retraction_min_travel = 1.5
29 retraction_combing = All
30 retraction_minimal_extrusion = 0.02
33 layer0_width_factor = 200
37 bottom_layer_speed = 10
42 cool_min_layer_time = 45
46 skirt_minimal_length = 0
51 cool_head_lift = False
57 support_fill_rate = 30
58 support_xy_distance = 0
59 support_z_distance = 0
64 raft_line_spacing = 1.0
65 raft_base_thickness = .5
66 raft_base_linewidth = 0.7
67 raft_interface_thickness = 0.2
68 raft_interface_linewidth = 0.2
70 raft_surface_layers = 2
71 fix_horrible_union_all_type_a = False
72 fix_horrible_union_all_type_b = False
73 fix_horrible_use_open_bits = False
74 fix_horrible_extensive_stitching = False
81 start.gcode = ;This Gcode has been generated specifically for the LulzBot Mini
82 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
83 ;Filament Diameter: {filament_diameter}
84 ;Nozzle Size: {nozzle_size}
86 G90 ; absolute positioning
87 M82 ; set extruder to absolute mode
88 M107 ; start with the fan off
89 G92 E0 ; set extruder position to 0
90 M140 S{print_bed_temperature}; get bed heating up
92 M109 S140 ; set to cleaning temp and wait
93 G1 Z150 E-30 F75 ; suck up XXmm of filament
94 M109 S160 ; heat up rest of way
95 G1 X45 Y174 F11520 ; move behind scraper
96 G1 Z0 F1200 ; CRITICAL: set Z to height of top of scraper
97 G1 X45 Y174 Z-.5 F4000 ; wiping ; plunge into wipe pad
98 G1 X55 Y172 Z-.5 F4000 ; wiping
99 G1 X45 Y174 Z0 F4000 ; wiping
100 G1 X55 Y172 F4000 ; wiping
101 G1 X45 Y174 F4000 ; wiping
102 G1 X55 Y172 F4000 ; wiping
103 G1 X45 Y174 F4000 ; wiping
104 G1 X55 Y172 F4000 ; wiping
105 G1 X60 Y174 F4000 ; wiping
106 G1 X80 Y172 F4000 ; wiping
107 G1 X60 Y174 F4000 ; wiping
108 G1 X80 Y172 F4000 ; wiping
109 G1 X60 Y174 F4000 ; wiping
110 G1 X90 Y172 F4000 ; wiping
111 G1 X80 Y174 F4000 ; wiping
112 G1 X100 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 X110 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 X115 Y172 Z-0.5 F1000 ; wipe slower and bury noz in cleanish area
124 G28 X0 Y0 ; home x and y
125 M109 S160 ; set to probing temp
126 M204 S300 ; Set probing acceleration
128 M204 S2000 ; Restore standard acceleration
129 G1 X5 Y15 Z10 F5000 ; get out the way
132 M109 S{print_temperature} ; set extruder temp and wait
133 G4 S15 ; wait for bed to temp up
134 G1 Z2 E0 F75 ; extrude filament back into nozzle
135 M140 S{print_bed_temperature}; get bed temping up during first layer
138 M140 S0 ; heated bed heater off (if you have it)
140 G92 E5 ; set extruder to 5mm for retract on print end
141 G1 X5 Y5 Z156 E0 F10000 ; move to cooling positioning
142 M190 R50 ; wait for bed to cool
144 G1 X145 Y175 Z156 F1000 ; move to cooling positioning
146 G90 ; absolute positioning
148 start2.gcode = ;Sliced at: {day} {date} {time}
149 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
150 ;Print time: {print_time}
151 ;Filament used: {filament_amount}m {filament_weight}g
152 ;Filament cost: {filament_cost}
153 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
154 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
155 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
156 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
158 G90 ;absolute positioning
159 M107 ;start with the fan off
160 G28 X0 Y0 ;move X/Y to min endstops
161 G28 Z0 ;move Z to min endstops
162 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
163 T1 ;Switch to the 2nd extruder
164 G92 E0 ;zero the extruded length
165 G1 F200 E10 ;extrude 10mm of feed stock
166 G92 E0 ;zero the extruded length again
167 G1 F200 E-{retraction_dual_amount}
168 T0 ;Switch to the first extruder
169 G92 E0 ;zero the extruded length
170 G1 F200 E10 ;extrude 10mm of feed stock
171 G92 E0 ;zero the extruded length again
173 ;Put printing message on LCD screen
175 end2.gcode = ;End GCode
176 M104 T0 S0 ;extruder heater off
177 M104 T1 S0 ;extruder heater off
178 M140 S0 ;heated bed heater off (if you have it)
179 G91 ;relative positioning
180 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
181 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
182 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
184 G90 ;absolute positioning
185 start3.gcode = ;Sliced at: {day} {date} {time}
186 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
187 ;Print time: {print_time}
188 ;Filament used: {filament_amount}m {filament_weight}g
189 ;Filament cost: {filament_cost}
190 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
191 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
192 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
193 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
195 G90 ;absolute positioning
196 M107 ;start with the fan off
197 G28 X0 Y0 ;move X/Y to min endstops
198 G28 Z0 ;move Z to min endstops
199 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
200 T2 ;Switch to the 2nd extruder
201 G92 E0 ;zero the extruded length
202 G1 F200 E10 ;extrude 10mm of feed stock
203 G92 E0 ;zero the extruded length again
204 G1 F200 E-{retraction_dual_amount}
205 T1 ;Switch to the 2nd extruder
206 G92 E0 ;zero the extruded length
207 G1 F200 E10 ;extrude 10mm of feed stock
208 G92 E0 ;zero the extruded length again
209 G1 F200 E-{retraction_dual_amount}
210 T0 ;Switch to the first 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
215 ;Put printing message on LCD screen
217 end3.gcode = ;End GCode
218 M104 T0 S0 ;extruder heater off
219 M104 T1 S0 ;extruder heater off
220 M104 T2 S0 ;extruder heater off
221 M140 S0 ;heated bed heater off (if you have it)
222 G91 ;relative positioning
223 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
224 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
225 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
227 G90 ;absolute positioning
229 start4.gcode = ;Sliced at: {day} {date} {time}
230 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
231 ;Print time: {print_time}
232 ;Filament used: {filament_amount}m {filament_weight}g
233 ;Filament cost: {filament_cost}
234 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
235 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
236 ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
237 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
238 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
240 G90 ;absolute positioning
241 M107 ;start with the fan off
242 G28 X0 Y0 ;move X/Y to min endstops
243 G28 Z0 ;move Z to min endstops
244 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
245 T3 ;Switch to the 4th extruder
246 G92 E0 ;zero the extruded length
247 G1 F200 E10 ;extrude 10mm of feed stock
248 G92 E0 ;zero the extruded length again
249 G1 F200 E-{retraction_dual_amount}
250 T2 ;Switch to the 3th extruder
251 G92 E0 ;zero the extruded length
252 G1 F200 E10 ;extrude 10mm of feed stock
253 G92 E0 ;zero the extruded length again
254 G1 F200 E-{retraction_dual_amount}
255 T1 ;Switch to the 2nd 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 T0 ;Switch to the first 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
265 ;Put printing message on LCD screen
267 end4.gcode = ;End GCode
268 M104 T0 S0 ;extruder heater off
269 M104 T1 S0 ;extruder heater off
270 M104 T2 S0 ;extruder heater off
271 M104 T3 S0 ;extruder heater off
272 M140 S0 ;heated bed heater off (if you have it)
273 G91 ;relative positioning
274 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
275 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
276 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
278 G90 ;absolute positioning
280 support_start.gcode =
285 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
286 ;This code is added before the T(n)
287 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
288 ;This code is added after the T(n)