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