4 retraction_enable = True
5 solid_layer_thickness = 0.8
10 print_temperature2 = 0
11 print_temperature3 = 0
12 print_temperature4 = 0
13 print_bed_temperature = 0
15 platform_adhesion = None
16 support_dual_extrusion = Both
18 wipe_tower_volume = 15
20 filament_diameter = 2.85
21 filament_diameter2 = 0
22 filament_diameter3 = 0
23 filament_diameter4 = 0
27 retraction_dual_amount = 16.5
28 retraction_min_travel = 1.5
29 retraction_combing = All
30 retraction_minimal_extrusion = 0.005
32 bottom_thickness = 0.425
33 layer0_width_factor = 125
37 bottom_layer_speed = 15
41 cool_min_layer_time = 15
45 skirt_minimal_length = 250
49 cool_min_feedrate = 10
50 cool_head_lift = False
56 support_fill_rate = 30
57 support_xy_distance = 0.7
58 support_z_distance = 0.05
63 raft_line_spacing = 3.0
64 raft_base_thickness = 0.3
65 raft_base_linewidth = 1.0
66 raft_interface_thickness = 0.27
67 raft_interface_linewidth = 0.4
69 raft_surface_layers = 2
70 fix_horrible_union_all_type_a = True
71 fix_horrible_union_all_type_b = False
72 fix_horrible_use_open_bits = False
73 fix_horrible_extensive_stitching = False
80 start.gcode = ;Sliced at: {day} {date} {time}
81 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
82 ;Print time: {print_time}
83 ;Filament used: {filament_amount}m {filament_weight}g
84 ;Filament cost: {filament_cost}
85 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
86 ;M109 S{print_temperature} ;Uncomment to add your own temperature line
88 G90 ;absolute positioning
89 M82 ;set extruder to absolute mode
90 M107 ;start with the fan off
91 G28 X0 Y0 ;move X/Y to min endstops
92 G28 Z0 ;move Z to min endstops
93 G1 Z15.0 F{travel_speed};move the platform down 15mm
94 G92 E0 ; zero the extruded length
95 G1 F200 E0 ; extrude 3mm of feed stock
96 G92 E0 ; zero the extruded length again
97 G1 F{travel_speed} ; set travel speed
98 M203 X192 Y208 Z3 ; speed limits
99 M117 Printing... ; send message to LCD
102 M140 S0 ; heated bed heater off (if you have it)
104 G91 ; relative positioning
105 G1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure
106 G1 Z+0.5 E-5 X-20 Y-20 F3000 ; move Z up a bit and retract filament even more
107 G90 ; absolute positioning
108 G1 X0 Y250 ; move to cooling position
110 G90 ; absolute positioning
113 start2.gcode = ;Sliced at: {day} {date} {time}
114 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
115 ;Print time: {print_time}
116 ;Filament used: {filament_amount}m {filament_weight}g
117 ;Filament cost: {filament_cost}
118 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
119 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
120 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
121 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
123 G90 ;absolute positioning
124 M107 ;start with the fan off
125 G28 X0 Y0 ;move X/Y to min endstops
126 G28 Z0 ;move Z to min endstops
127 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
128 T1 ;Switch to the 2nd extruder
129 G92 E0 ;zero the extruded length
130 G1 F200 E10 ;extrude 10mm of feed stock
131 G92 E0 ;zero the extruded length again
132 G1 F200 E-{retraction_dual_amount}
133 T0 ;Switch to the first extruder
134 G92 E0 ;zero the extruded length
135 G1 F200 E10 ;extrude 10mm of feed stock
136 G92 E0 ;zero the extruded length again
138 ;Put printing message on LCD screen
140 end2.gcode = ;End GCode
141 M104 T0 S0 ;extruder heater off
142 M104 T1 S0 ;extruder heater off
143 M140 S0 ;heated bed heater off (if you have it)
144 G91 ;relative positioning
145 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
146 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
147 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
149 G90 ;absolute positioning
151 start3.gcode = ;Sliced at: {day} {date} {time}
152 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
153 ;Print time: {print_time}
154 ;Filament used: {filament_amount}m {filament_weight}g
155 ;Filament cost: {filament_cost}
156 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
157 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
158 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
159 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
161 G90 ;absolute positioning
162 M107 ;start with the fan off
163 G28 X0 Y0 ;move X/Y to min endstops
164 G28 Z0 ;move Z to min endstops
165 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
166 T2 ;Switch to the 2nd extruder
167 G92 E0 ;zero the extruded length
168 G1 F200 E10 ;extrude 10mm of feed stock
169 G92 E0 ;zero the extruded length again
170 G1 F200 E-{retraction_dual_amount}
171 T1 ;Switch to the 2nd extruder
172 G92 E0 ;zero the extruded length
173 G1 F200 E10 ;extrude 10mm of feed stock
174 G92 E0 ;zero the extruded length again
175 G1 F200 E-{retraction_dual_amount}
176 T0 ;Switch to the first extruder
177 G92 E0 ;zero the extruded length
178 G1 F200 E10 ;extrude 10mm of feed stock
179 G92 E0 ;zero the extruded length again
181 ;Put printing message on LCD screen
183 end3.gcode = ;End GCode
184 M104 T0 S0 ;extruder heater off
185 M104 T1 S0 ;extruder heater off
186 M104 T2 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 start4.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 T2 S{print_temperature2} ;Uncomment to add your own temperature line
203 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
204 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
206 G90 ;absolute positioning
207 M107 ;start with the fan off
208 G28 X0 Y0 ;move X/Y to min endstops
209 G28 Z0 ;move Z to min endstops
210 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
211 T3 ;Switch to the 4th extruder
212 G92 E0 ;zero the extruded length
213 G1 F200 E10 ;extrude 10mm of feed stock
214 G92 E0 ;zero the extruded length again
215 G1 F200 E-{retraction_dual_amount}
216 T2 ;Switch to the 3th extruder
217 G92 E0 ;zero the extruded length
218 G1 F200 E10 ;extrude 10mm of feed stock
219 G92 E0 ;zero the extruded length again
220 G1 F200 E-{retraction_dual_amount}
221 T1 ;Switch to the 2nd extruder
222 G92 E0 ;zero the extruded length
223 G1 F200 E10 ;extrude 10mm of feed stock
224 G92 E0 ;zero the extruded length again
225 G1 F200 E-{retraction_dual_amount}
226 T0 ;Switch to the first extruder
227 G92 E0 ;zero the extruded length
228 G1 F200 E10 ;extrude 10mm of feed stock
229 G92 E0 ;zero the extruded length again
231 ;Put printing message on LCD screen
233 end4.gcode = ;End GCode
234 M104 T0 S0 ;extruder heater off
235 M104 T1 S0 ;extruder heater off
236 M104 T2 S0 ;extruder heater off
237 M104 T3 S0 ;extruder heater off
238 M140 S0 ;heated bed heater off (if you have it)
239 G91 ;relative positioning
240 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
241 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
242 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
244 G90 ;absolute positioning
246 support_start.gcode =
251 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
252 ;This code is added before the T(n)
253 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
254 ;This code is added after the T(n)