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