4 retraction_enable = True
5 solid_layer_thickness = 1
7 perimeter_before_infill = True
11 print_temperature2 = 0
12 print_temperature3 = 0
13 print_temperature4 = 0
14 print_temperature5 = 0
15 print_bed_temperature = 0
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
46 cool_min_layer_time = 20
50 skirt_minimal_length = 250
54 cool_min_feedrate = 10
55 cool_head_lift = False
61 support_fill_rate = 30
62 support_xy_distance = 1.5
63 support_z_distance = 0.1
68 raft_line_spacing = 3.0
69 raft_base_thickness = 0.3
70 raft_base_linewidth = 1.0
71 raft_interface_thickness = 0.27
72 raft_interface_linewidth = 0.4
75 raft_surface_layers = 2
76 raft_surface_thickness = 0.27
77 raft_surface_linewidth = 0.4
78 fix_horrible_union_all_type_a = True
79 fix_horrible_union_all_type_b = False
80 fix_horrible_use_open_bits = False
81 fix_horrible_extensive_stitching = False
86 simplemodeprofile = Standard
87 simplemodematerial = PLA
88 simplemodematerialtype = Beginner
91 start.gcode = ;Sliced at: {day} {date} {time}
92 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
93 ;Print time: {print_time}
94 ;Filament used: {filament_amount}m {filament_weight}g
95 ;Filament cost: {filament_cost}
96 ;M190 R{print_bed_temperature} ;Uncomment to add your own bed temperature line
97 ;M109 R{print_temperature} ;Uncomment to add your own temperature line
99 G90 ;absolute positioning
100 M82 ;set extruder to absolute mode
101 M107 ;start with the fan off
102 G28 X0 Y0 ;move X/Y to min endstops
103 G28 Z0 ;move Z to min endstops
104 G1 Z15.0 F{travel_speed};move the platform down 15mm
105 G92 E0 ; zero the extruded length
106 G1 F200 E0 ; extrude 3mm of feed stock
107 G92 E0 ; zero the extruded length again
108 G1 F{travel_speed} ; set travel speed
109 M203 X192 Y208 Z3 ; speed limits
110 M117 Printing... ; send message to LCD
113 M140 S0 ; heated bed heater off (if you have it)
115 G91 ; relative positioning
116 G1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure
117 G1 Z+0.5 E-5 X-20 Y-20 F3000 ; move Z up a bit and retract filament even more
118 G90 ; absolute positioning
119 G1 X0 Y250 ; move to cooling position
121 G90 ; absolute positioning
124 start2.gcode = ;Sliced at: {day} {date} {time}
125 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
126 ;Print time: {print_time}
127 ;Filament used: {filament_amount}m {filament_weight}g
128 ;Filament cost: {filament_cost}
129 ;M190 R{print_bed_temperature} ;Uncomment to add your own bed temperature line
130 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
131 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
132 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
134 G90 ;absolute positioning
135 M107 ;start with the fan off
136 G28 X0 Y0 ;move X/Y to min endstops
137 G28 Z0 ;move Z to min endstops
138 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
139 T1 ;Switch to the 2nd extruder
140 G92 E0 ;zero the extruded length
141 G1 F200 E10 ;extrude 10mm of feed stock
142 G92 E0 ;zero the extruded length again
143 G1 F200 E-{retraction_dual_amount}
144 T0 ;Switch to the first extruder
145 G92 E0 ;zero the extruded length
146 G1 F200 E10 ;extrude 10mm of feed stock
147 G92 E0 ;zero the extruded length again
149 ;Put printing message on LCD screen
151 end2.gcode = ;End GCode
152 M104 T0 S0 ;extruder heater off
153 M104 T1 S0 ;extruder heater off
154 M140 S0 ;heated bed heater off (if you have it)
155 G91 ;relative positioning
156 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
157 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
158 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
160 G90 ;absolute positioning
162 start3.gcode = ;Sliced at: {day} {date} {time}
163 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
164 ;Print time: {print_time}
165 ;Filament used: {filament_amount}m {filament_weight}g
166 ;Filament cost: {filament_cost}
167 ;M190 R{print_bed_temperature} ;Uncomment to add your own bed temperature line
168 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
169 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
170 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
172 G90 ;absolute positioning
173 M107 ;start with the fan off
174 G28 X0 Y0 ;move X/Y to min endstops
175 G28 Z0 ;move Z to min endstops
176 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
177 T2 ;Switch to the 2nd 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
181 G1 F200 E-{retraction_dual_amount}
182 T1 ;Switch to the 2nd extruder
183 G92 E0 ;zero the extruded length
184 G1 F200 E10 ;extrude 10mm of feed stock
185 G92 E0 ;zero the extruded length again
186 G1 F200 E-{retraction_dual_amount}
187 T0 ;Switch to the first extruder
188 G92 E0 ;zero the extruded length
189 G1 F200 E10 ;extrude 10mm of feed stock
190 G92 E0 ;zero the extruded length again
192 ;Put printing message on LCD screen
194 end3.gcode = ;End GCode
195 M104 T0 S0 ;extruder heater off
196 M104 T1 S0 ;extruder heater off
197 M104 T2 S0 ;extruder heater off
198 M140 S0 ;heated bed heater off (if you have it)
199 G91 ;relative positioning
200 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
201 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
202 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
204 G90 ;absolute positioning
206 start4.gcode = ;Sliced at: {day} {date} {time}
207 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
208 ;Print time: {print_time}
209 ;Filament used: {filament_amount}m {filament_weight}g
210 ;Filament cost: {filament_cost}
211 ;M190 R{print_bed_temperature} ;Uncomment to add your own bed temperature line
212 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
213 ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
214 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
215 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
217 G90 ;absolute positioning
218 M107 ;start with the fan off
219 G28 X0 Y0 ;move X/Y to min endstops
220 G28 Z0 ;move Z to min endstops
221 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
222 T3 ;Switch to the 4th extruder
223 G92 E0 ;zero the extruded length
224 G1 F200 E10 ;extrude 10mm of feed stock
225 G92 E0 ;zero the extruded length again
226 G1 F200 E-{retraction_dual_amount}
227 T2 ;Switch to the 3th extruder
228 G92 E0 ;zero the extruded length
229 G1 F200 E10 ;extrude 10mm of feed stock
230 G92 E0 ;zero the extruded length again
231 G1 F200 E-{retraction_dual_amount}
232 T1 ;Switch to the 2nd extruder
233 G92 E0 ;zero the extruded length
234 G1 F200 E10 ;extrude 10mm of feed stock
235 G92 E0 ;zero the extruded length again
236 G1 F200 E-{retraction_dual_amount}
237 T0 ;Switch to the first extruder
238 G92 E0 ;zero the extruded length
239 G1 F200 E10 ;extrude 10mm of feed stock
240 G92 E0 ;zero the extruded length again
242 ;Put printing message on LCD screen
244 end4.gcode = ;End GCode
245 M104 T0 S0 ;extruder heater off
246 M104 T1 S0 ;extruder heater off
247 M104 T2 S0 ;extruder heater off
248 M104 T3 S0 ;extruder heater off
249 M140 S0 ;heated bed heater off (if you have it)
250 G91 ;relative positioning
251 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
252 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
253 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
255 G90 ;absolute positioning
257 support_start.gcode =
262 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
263 ;This code is added before the T(n)
264 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
265 ;This code is added after the T(n)