chiark / gitweb /
Merge branch 'new-settings' into devel
[cura.git] / resources / quickprint / lulzbot_mini / ABS / High / profile.ini
1 [info]
2 name = High Quality
3 order = 2
4
5 [profile]
6 layer_height = 0.18
7 wall_thickness = 1.0
8 retraction_enable = True
9 solid_layer_thickness = 0.8
10 fill_density = 20
11 nozzle_size = 0.5
12 print_speed = 50
13 print_temperature = 240
14 print_temperature2 = 0
15 print_temperature3 = 0
16 print_temperature4 = 0
17 print_bed_temperature = 110
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
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 = 40
52 fan_speed_max = 60
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 = (lp1
79         .
80 object_center_x = -1
81 object_center_y = -1
82
83 [alterations]
84 start.gcode = ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
85         ;Print time: {print_time}
86         ;Filament used: {filament_amount}m {filament_weight}g
87         ;Filament cost: {filament_cost}
88         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
89         ;M109 S{print_temperature} ;Uncomment to add your own temperature line
90         G21                          ; metric values
91         G90                          ; absolute positioning
92         M82                          ; set extruder to absolute mode
93         M107                         ; start with the fan off
94         G92 E0                       ; set extruder position to 0
95         M140 S{print_bed_temperature}; get bed heating up
96         G28                          ; home all
97         M109 S150                    ; set to cleaning temp and wait
98         G1 Z150 E-30 F75             ; suck up XXmm of filament
99         M109 S170                    ; heat up rest of way
100         G1 X45 Y174 F11520           ; move behind scraper
101         G1 Z0  F1200                 ; CRITICAL: set Z to height of top of scraper
102         G1 X45 Y174 Z-.5 F4000       ; wiping ; plunge into wipe pad
103         G1 X55 Y172 Z-.5 F4000       ; wiping
104         G1 X45 Y174 Z0 F4000         ; wiping
105         G1 X55 Y172 F4000            ; wiping
106         G1 X45 Y174 F4000            ; wiping
107         G1 X55 Y172 F4000            ; wiping
108         G1 X45 Y174 F4000            ; wiping
109         G1 X55 Y172 F4000            ; wiping
110         G1 X60 Y174 F4000            ; wiping
111         G1 X80 Y172 F4000            ; wiping
112         G1 X60 Y174 F4000            ; wiping
113         G1 X80 Y172 F4000            ; wiping
114         G1 X60 Y174 F4000            ; wiping
115         G1 X90 Y172 F4000            ; wiping
116         G1 X80 Y174 F4000            ; wiping
117         G1 X100 Y172 F4000           ; wiping
118         G1 X80 Y174 F4000            ; wiping
119         G1 X100 Y172 F4000           ; wiping
120         G1 X80 Y174 F4000            ; wiping
121         G1 X100 Y172 F4000           ; wiping
122         G1 X110 Y174 F4000           ; wiping
123         G1 X100 Y172 F4000           ; wiping
124         G1 X110 Y174 F4000           ; wiping
125         G1 X100 Y172 F4000           ; wiping
126         G1 X110 Y174 F4000           ; wiping
127         G1 X115 Y172 Z-0.5 F1000     ; wipe slower and bury noz in cleanish area
128         G1 Z10                       ; raise z
129         G28 X0 Y0                    ; home x and y
130         M109 S170                    ; set to probing temp
131         M204 S300                    ; set accel for probing
132         G29                          ; Probe
133         M204 S2000                   ; set accel back to normal
134         G1 X5 Y15 Z10 F5000          ; get out the way
135         M400                         ; clear buffer
136         G4 S1                        ; pause
137         M109 S{print_temperature}    ; set extruder temp and wait
138         G4 S25                       ; wait for bed to temp up
139         G1 Z2 E0 F75                 ; extrude filament back into nozzle
140         M140 S{print_bed_temperature}; get bed temping up during first layer
141 end.gcode = M400
142         M104 S0                         ; Hotend off
143         M140 S0                         ; heated bed heater off (if you have it)
144         M107                            ; fans off
145         G92 E0                          ; set extruder to 0
146         G1 E-3 F300                     ; retract a bit to relieve pressure
147         G1 X5 Y5 Z156 F10000            ; move to cooling positioning
148         M190 R60                        ; wait for bed to cool
149         M140 S0                         ; turn off bed temp
150         G1 X145 Y175 Z156 F1000         ; move to cooling positioning
151         M84                             ; steppers off
152         G90                             ; absolute positioning
153         ;{profile_string}
154 start2.gcode = ;Sliced at: {day} {date} {time}
155         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
156         ;Print time: {print_time}
157         ;Filament used: {filament_amount}m {filament_weight}g
158         ;Filament cost: {filament_cost}
159         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
160         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
161         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
162         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
163         G21        ;metric values
164         G90        ;absolute positioning
165         M107       ;start with the fan off
166         G28 X0 Y0  ;move X/Y to min endstops
167         G28 Z0     ;move Z to min endstops
168         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
169         T1                      ;Switch to the 2nd extruder
170         G92 E0                  ;zero the extruded length
171         G1 F200 E10             ;extrude 10mm of feed stock
172         G92 E0                  ;zero the extruded length again
173         G1 F200 E-{retraction_dual_amount}
174         T0                      ;Switch to the first extruder
175         G92 E0                  ;zero the extruded length
176         G1 F200 E10             ;extrude 10mm of feed stock
177         G92 E0                  ;zero the extruded length again
178         G1 F{travel_speed}
179         ;Put printing message on LCD screen
180         M117 Printing...
181 end2.gcode = ;End GCode
182         M104 T0 S0                     ;extruder heater off
183         M104 T1 S0                     ;extruder heater off
184         M140 S0                     ;heated bed heater off (if you have it)
185         G91                                    ;relative positioning
186         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
187         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
188         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
189         M84                         ;steppers off
190         G90                         ;absolute positioning
191         ;{profile_string}
192 start3.gcode = ;Sliced at: {day} {date} {time}
193         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
194         ;Print time: {print_time}
195         ;Filament used: {filament_amount}m {filament_weight}g
196         ;Filament cost: {filament_cost}
197         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
198         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
199         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
200         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
201         G21        ;metric values
202         G90        ;absolute positioning
203         M107       ;start with the fan off
204         G28 X0 Y0  ;move X/Y to min endstops
205         G28 Z0     ;move Z to min endstops
206         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
207         T2                      ;Switch to the 2nd extruder
208         G92 E0                  ;zero the extruded length
209         G1 F200 E10             ;extrude 10mm of feed stock
210         G92 E0                  ;zero the extruded length again
211         G1 F200 E-{retraction_dual_amount}
212         T1                      ;Switch to the 2nd extruder
213         G92 E0                  ;zero the extruded length
214         G1 F200 E10             ;extrude 10mm of feed stock
215         G92 E0                  ;zero the extruded length again
216         G1 F200 E-{retraction_dual_amount}
217         T0                      ;Switch to the first extruder
218         G92 E0                  ;zero the extruded length
219         G1 F200 E10             ;extrude 10mm of feed stock
220         G92 E0                  ;zero the extruded length again
221         G1 F{travel_speed}
222         ;Put printing message on LCD screen
223         M117 Printing...
224 end3.gcode = ;End GCode
225         M104 T0 S0                     ;extruder heater off
226         M104 T1 S0                     ;extruder heater off
227         M104 T2 S0                     ;extruder heater off
228         M140 S0                     ;heated bed heater off (if you have it)
229         G91                                    ;relative positioning
230         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
231         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
232         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
233         M84                         ;steppers off
234         G90                         ;absolute positioning
235         ;{profile_string}
236 start4.gcode = ;Sliced at: {day} {date} {time}
237         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
238         ;Print time: {print_time}
239         ;Filament used: {filament_amount}m {filament_weight}g
240         ;Filament cost: {filament_cost}
241         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
242         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
243         ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
244         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
245         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
246         G21        ;metric values
247         G90        ;absolute positioning
248         M107       ;start with the fan off
249         G28 X0 Y0  ;move X/Y to min endstops
250         G28 Z0     ;move Z to min endstops
251         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
252         T3                      ;Switch to the 4th extruder
253         G92 E0                  ;zero the extruded length
254         G1 F200 E10             ;extrude 10mm of feed stock
255         G92 E0                  ;zero the extruded length again
256         G1 F200 E-{retraction_dual_amount}
257         T2                      ;Switch to the 3th extruder
258         G92 E0                  ;zero the extruded length
259         G1 F200 E10             ;extrude 10mm of feed stock
260         G92 E0                  ;zero the extruded length again
261         G1 F200 E-{retraction_dual_amount}
262         T1                      ;Switch to the 2nd extruder
263         G92 E0                  ;zero the extruded length
264         G1 F200 E10             ;extrude 10mm of feed stock
265         G92 E0                  ;zero the extruded length again
266         G1 F200 E-{retraction_dual_amount}
267         T0                      ;Switch to the first extruder
268         G92 E0                  ;zero the extruded length
269         G1 F200 E10             ;extrude 10mm of feed stock
270         G92 E0                  ;zero the extruded length again
271         G1 F{travel_speed}
272         ;Put printing message on LCD screen
273         M117 Printing...
274 end4.gcode = ;End GCode
275         M104 T0 S0                     ;extruder heater off
276         M104 T1 S0                     ;extruder heater off
277         M104 T2 S0                     ;extruder heater off
278         M104 T3 S0                     ;extruder heater off
279         M140 S0                     ;heated bed heater off (if you have it)
280         G91                                    ;relative positioning
281         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
282         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
283         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
284         M84                         ;steppers off
285         G90                         ;absolute positioning
286         ;{profile_string}
287 support_start.gcode = 
288 support_end.gcode = 
289 cool_start.gcode = 
290 cool_end.gcode = 
291 replace.csv = 
292 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
293         ;This code is added before the T(n)
294 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
295         ;This code is added after the T(n)
296