chiark / gitweb /
Merge branch 'new-settings' into devel
[cura.git] / resources / quickprint / lulzbot_mini / PLA / High / profile.ini
1 [info]
2 name = High Quality
3 order = 2
4
5 [profile]
6 layer_height = 0.14
7 wall_thickness = 1
8 retraction_enable = True
9 solid_layer_thickness = 1
10 fill_density = 20
11 nozzle_size = 0.5
12 print_speed = 50
13 print_temperature = 205
14 print_temperature2 = 0
15 print_temperature3 = 0
16 print_temperature4 = 0
17 print_bed_temperature = 60
18 support = None
19 platform_adhesion = None
20 support_dual_extrusion = Both
21 wipe_tower = False
22 wipe_tower_volume = 15
23 ooze_shield = False
24 filament_diameter = 2.85
25 filament_diameter2 = 0
26 filament_diameter3 = 0
27 filament_diameter4 = 0
28 filament_flow = 100.0
29 retraction_speed = 10
30 retraction_amount = 1.5
31 retraction_dual_amount = 16.5
32 retraction_min_travel = 1.5
33 retraction_combing = True
34 retraction_minimal_extrusion = 0.005
35 retraction_hop = 0.1
36 bottom_thickness = 0.425
37 layer0_width_factor = 125
38 object_sink = 0.0
39 overlap_dual = 0.15
40 travel_speed = 175
41 bottom_layer_speed = 15
42 infill_speed = 40
43 inset0_speed = 30
44 insetx_speed = 35
45 cool_min_layer_time = 20
46 fan_enabled = True
47 skirt_line_count = 1
48 skirt_gap = 3.0
49 skirt_minimal_length = 250
50 fan_full_height = 0.5
51 fan_speed = 75
52 fan_speed_max = 100
53 cool_min_feedrate = 10
54 cool_head_lift = False
55 solid_top = True
56 solid_bottom = True
57 fill_overlap = 15
58 support_type = Lines
59 support_angle = 45
60 support_fill_rate = 30
61 support_xy_distance = 0.7
62 support_z_distance = 0.05
63 spiralize = False
64 simple_mode = False
65 brim_line_count = 10
66 raft_margin = 5.0
67 raft_line_spacing = 3.0
68 raft_base_thickness = 0.3
69 raft_base_linewidth = 1.0
70 raft_interface_thickness = 0.27
71 raft_interface_linewidth = 0.4
72 raft_airgap = 0.5
73 raft_surface_layers = 2
74 fix_horrible_union_all_type_a = True
75 fix_horrible_union_all_type_b = False
76 fix_horrible_use_open_bits = False
77 fix_horrible_extensive_stitching = False
78 plugin_config = 
79 object_center_x = -1
80 object_center_y = -1
81
82 [alterations]
83 start.gcode = ;This Gcode has been generated specifically for the LulzBot Mini
84         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
85         ;Filament Diameter: {filament_diameter}
86         ;Nozzle Size: {nozzle_size}
87         G21                          ; metric values
88         G90                          ; absolute positioning
89         M82                          ; set extruder to absolute mode
90         M107                         ; start with the fan off
91         G92 E0                       ; set extruder position to 0
92         M140 S{print_bed_temperature}; get bed heating up
93         G28                          ; home all
94         M109 S140                    ; set to cleaning temp and wait
95         G1 Z150 E-30 F75             ; suck up XXmm of filament
96         M109 S140                    ; heat up rest of way
97         G1 X45 Y174 F11520           ; move behind scraper
98         G1 Z0  F1200                 ; CRITICAL: set Z to height of top of scraper
99         G1 X45 Y174 Z-.5 F4000       ; wiping ; plunge into wipe pad
100         G1 X55 Y172 Z-.5 F4000       ; wiping
101         G1 X45 Y174 Z0 F4000         ; wiping
102         G1 X55 Y172 F4000            ; wiping
103         G1 X45 Y174 F4000            ; wiping
104         G1 X55 Y172 F4000            ; wiping
105         G1 X45 Y174 F4000            ; wiping
106         G1 X55 Y172 F4000            ; wiping
107         G1 X60 Y174 F4000            ; wiping
108         G1 X80 Y172 F4000            ; wiping
109         G1 X60 Y174 F4000            ; wiping
110         G1 X80 Y172 F4000            ; wiping
111         G1 X60 Y174 F4000            ; wiping
112         G1 X90 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 X80 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 X100 Y172 F4000           ; wiping
123         G1 X110 Y174 F4000           ; wiping
124         G1 X115 Y172 Z-0.5 F1000     ; wipe slower and bury noz in cleanish area
125         G1 Z10                       ; raise z
126         G28 X0 Y0                    ; home x and y
127         M109 S140                    ; set to probing temp
128         M204 S300                    ; Set probing acceleration
129         G29                          ; Probe
130         M204 S2000                   ; Restore standard acceleration
131         G1 X5 Y15 Z10 F5000          ; get out the way
132         G4 S1                        ; pause
133         M400                         ; clear buffer
134         M109 S{print_temperature}    ; set extruder temp and wait
135         G4 S15                       ; wait for bed to temp up
136         G1 Z2 E0 F75                 ; extrude filament back into nozzle
137         M140 S{print_bed_temperature}; get bed temping up during first layer
138 end.gcode = 
139         M400
140         M104 S0                                      ; hotend off
141         M140 S0                                      ; heated bed heater off (if you have it)
142         M107                                         ; fans off
143         G92 E5                                       ; set extruder to 5mm for retract on print end
144         G1 X5 Y5 Z156 E0 F10000                      ; move to cooling positioning
145         M190 R50                                     ; wait for bed to cool
146         M104 S0                                      ;
147         G1 X145 Y175 Z156 F1000                      ; move to cooling positioning
148         M84                                          ; steppers off
149         G90                                          ; absolute positioning
150         ;{profile_string}
151 start2.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
160         G21        ;metric values
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         T1                      ;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         T0                      ;Switch to the first 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 F{travel_speed}
176         ;Put printing message on LCD screen
177         M117 Printing...
178 end2.gcode = ;End GCode
179         M104 T0 S0                     ;extruder heater off
180         M104 T1 S0                     ;extruder heater off
181         M140 S0                     ;heated bed heater off (if you have it)
182         G91                                    ;relative positioning
183         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
184         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
185         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
186         M84                         ;steppers off
187         G90                         ;absolute positioning
188         ;{profile_string}
189 start3.gcode = ;Sliced at: {day} {date} {time}
190         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
191         ;Print time: {print_time}
192         ;Filament used: {filament_amount}m {filament_weight}g
193         ;Filament cost: {filament_cost}
194         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
195         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
196         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
197         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
198         G21        ;metric values
199         G90        ;absolute positioning
200         M107       ;start with the fan off
201         G28 X0 Y0  ;move X/Y to min endstops
202         G28 Z0     ;move Z to min endstops
203         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
204         T2                      ;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         T1                      ;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         T0                      ;Switch to the first 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 F{travel_speed}
219         ;Put printing message on LCD screen
220         M117 Printing...
221 end3.gcode = ;End GCode
222         M104 T0 S0                     ;extruder heater off
223         M104 T1 S0                     ;extruder heater off
224         M104 T2 S0                     ;extruder heater off
225         M140 S0                     ;heated bed heater off (if you have it)
226         G91                                    ;relative positioning
227         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
228         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
229         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
230         M84                         ;steppers off
231         G90                         ;absolute positioning
232         ;{profile_string}
233 start4.gcode = ;Sliced at: {day} {date} {time}
234         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
235         ;Print time: {print_time}
236         ;Filament used: {filament_amount}m {filament_weight}g
237         ;Filament cost: {filament_cost}
238         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
239         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
240         ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
241         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
242         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
243         G21        ;metric values
244         G90        ;absolute positioning
245         M107       ;start with the fan off
246         G28 X0 Y0  ;move X/Y to min endstops
247         G28 Z0     ;move Z to min endstops
248         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
249         T3                      ;Switch to the 4th 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         T2                      ;Switch to the 3th 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         T1                      ;Switch to the 2nd 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         T0                      ;Switch to the first 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 F{travel_speed}
269         ;Put printing message on LCD screen
270         M117 Printing...
271 end4.gcode = ;End GCode
272         M104 T0 S0                     ;extruder heater off
273         M104 T1 S0                     ;extruder heater off
274         M104 T2 S0                     ;extruder heater off
275         M104 T3 S0                     ;extruder heater off
276         M140 S0                     ;heated bed heater off (if you have it)
277         G91                                    ;relative positioning
278         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
279         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
280         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
281         M84                         ;steppers off
282         G90                         ;absolute positioning
283         ;{profile_string}
284 support_start.gcode = 
285 support_end.gcode = 
286 cool_start.gcode = 
287 cool_end.gcode = 
288 replace.csv = 
289 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
290         ;This code is added before the T(n)
291 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
292         ;This code is added after the T(n)
293