chiark / gitweb /
Update quickprint profiles
[cura.git] / resources / quickprint / lulzbot_profiles / TAZ_single_extruder_0.5nozzle / bronzefill_high-speed_TAZ_single-extruder_0.5noz_cura.ini
1 [profile]
2 layer_height = 0.38
3 wall_thickness = 1
4 retraction_enable = True
5 solid_layer_thickness = 1.00
6 fill_density = 20
7 perimeter_before_infill = True
8 nozzle_size = 0.5
9 print_speed = 30
10 print_temperature = 0
11 print_temperature2 = 0
12 print_temperature3 = 0
13 print_temperature4 = 0
14 print_temperature5 = 0
15 print_bed_temperature = 0
16 support = None
17 platform_adhesion = None
18 support_dual_extrusion = Both
19 wipe_tower = False
20 wipe_tower_volume = 15
21 ooze_shield = False
22 filament_diameter = 2.85
23 filament_diameter2 = 0
24 filament_diameter3 = 0
25 filament_diameter4 = 0
26 filament_diameter5 = 0
27 filament_flow = 100.0
28 retraction_speed = 10
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
34 retraction_hop = 0.1
35 bottom_thickness = 0.38
36 layer0_width_factor = 125
37 object_sink = 0.0
38 overlap_dual = 0.15
39 travel_speed = 175
40 bottom_layer_speed = 15
41 infill_speed = 40
42 solidarea_speed = 35
43 inset0_speed = 30
44 insetx_speed = 35
45 cool_min_layer_time = 8
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 = 100
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_all = 0.0
73 raft_airgap = 0.5
74 raft_surface_layers = 2
75 raft_surface_thickness = 0.27
76 raft_surface_linewidth = 0.4
77 fix_horrible_union_all_type_a = True
78 fix_horrible_union_all_type_b = False
79 fix_horrible_use_open_bits = False
80 fix_horrible_extensive_stitching = False
81 plugin_config = 
82 object_center_x = -1
83 object_center_y = -1
84 simplemodesettings = 
85 simplemodeprofile = 2_normal
86 simplemodematerial = 1_pla
87 simplemodematerialtype = Beginner
88
89 [alterations]
90 start.gcode = ;Sliced at: {day} {date} {time}
91         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
92         ;Print time: {print_time}
93         ;Filament used: {filament_amount}m {filament_weight}g
94         ;Filament cost: {filament_cost}
95         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
96         ;M109 S{print_temperature} ;Uncomment to add your own temperature line
97         G21                     ;metric values
98         G90                     ;absolute positioning
99         M82                     ;set extruder to absolute mode
100         M107                    ;start with the fan off
101         G28 X0 Y0               ;move X/Y to min endstops
102         G28 Z0                  ;move Z to min endstops
103         G1 Z15.0 F{travel_speed};move the platform down 15mm
104         G92 E0                  ; zero the extruded length
105         G1 F200 E0              ; extrude 3mm of feed stock
106         G92 E0                  ; zero the extruded length again
107         G1 F{travel_speed}      ; set travel speed
108         M203 X192 Y208 Z3       ; speed limits
109         M117 Printing...        ; send message to LCD
110 end.gcode = M400
111         M104 S0                        ; hotend off
112         M140 S0                        ; heated bed heater off (if you have it)
113         M107                           ; fans off
114         G91                            ; relative positioning
115         G1 E-1 F300                    ; retract the filament a bit before lifting the nozzle, to release some of the pressure
116         G1 Z+0.5 E-5 X-20 Y-20 F3000   ; move Z up a bit and retract filament even more
117         G90                            ; absolute positioning
118         G1 X0 Y250                     ; move to cooling position
119         M84                            ; steppers off
120         G90                            ; absolute positioning
121         M117 TAZ Ready.
122         ;{profile_string}
123 start2.gcode = ;Sliced at: {day} {date} {time}
124         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
125         ;Print time: {print_time}
126         ;Filament used: {filament_amount}m {filament_weight}g
127         ;Filament cost: {filament_cost}
128         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
129         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
130         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
131         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
132         G21        ;metric values
133         G90        ;absolute positioning
134         M107       ;start with the fan off
135         G28 X0 Y0  ;move X/Y to min endstops
136         G28 Z0     ;move Z to min endstops
137         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
138         T1                      ;Switch to the 2nd extruder
139         G92 E0                  ;zero the extruded length
140         G1 F200 E10             ;extrude 10mm of feed stock
141         G92 E0                  ;zero the extruded length again
142         G1 F200 E-{retraction_dual_amount}
143         T0                      ;Switch to the first extruder
144         G92 E0                  ;zero the extruded length
145         G1 F200 E10             ;extrude 10mm of feed stock
146         G92 E0                  ;zero the extruded length again
147         G1 F{travel_speed}
148         ;Put printing message on LCD screen
149         M117 Printing...
150 end2.gcode = ;End GCode
151         M104 T0 S0                     ;extruder heater off
152         M104 T1 S0                     ;extruder heater off
153         M140 S0                     ;heated bed heater off (if you have it)
154         G91                                    ;relative positioning
155         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
156         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
157         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
158         M84                         ;steppers off
159         G90                         ;absolute positioning
160         ;{profile_string}
161 start3.gcode = ;Sliced at: {day} {date} {time}
162         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
163         ;Print time: {print_time}
164         ;Filament used: {filament_amount}m {filament_weight}g
165         ;Filament cost: {filament_cost}
166         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
167         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
168         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
169         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
170         G21        ;metric values
171         G90        ;absolute positioning
172         M107       ;start with the fan off
173         G28 X0 Y0  ;move X/Y to min endstops
174         G28 Z0     ;move Z to min endstops
175         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
176         T2                      ;Switch to the 2nd 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
180         G1 F200 E-{retraction_dual_amount}
181         T1                      ;Switch to the 2nd extruder
182         G92 E0                  ;zero the extruded length
183         G1 F200 E10             ;extrude 10mm of feed stock
184         G92 E0                  ;zero the extruded length again
185         G1 F200 E-{retraction_dual_amount}
186         T0                      ;Switch to the first extruder
187         G92 E0                  ;zero the extruded length
188         G1 F200 E10             ;extrude 10mm of feed stock
189         G92 E0                  ;zero the extruded length again
190         G1 F{travel_speed}
191         ;Put printing message on LCD screen
192         M117 Printing...
193 end3.gcode = ;End GCode
194         M104 T0 S0                     ;extruder heater off
195         M104 T1 S0                     ;extruder heater off
196         M104 T2 S0                     ;extruder heater off
197         M140 S0                     ;heated bed heater off (if you have it)
198         G91                                    ;relative positioning
199         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
200         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
201         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
202         M84                         ;steppers off
203         G90                         ;absolute positioning
204         ;{profile_string}
205 start4.gcode = ;Sliced at: {day} {date} {time}
206         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
207         ;Print time: {print_time}
208         ;Filament used: {filament_amount}m {filament_weight}g
209         ;Filament cost: {filament_cost}
210         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
211         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
212         ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
213         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
214         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
215         G21        ;metric values
216         G90        ;absolute positioning
217         M107       ;start with the fan off
218         G28 X0 Y0  ;move X/Y to min endstops
219         G28 Z0     ;move Z to min endstops
220         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
221         T3                      ;Switch to the 4th 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         T2                      ;Switch to the 3th 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
230         G1 F200 E-{retraction_dual_amount}
231         T1                      ;Switch to the 2nd extruder
232         G92 E0                  ;zero the extruded length
233         G1 F200 E10             ;extrude 10mm of feed stock
234         G92 E0                  ;zero the extruded length again
235         G1 F200 E-{retraction_dual_amount}
236         T0                      ;Switch to the first extruder
237         G92 E0                  ;zero the extruded length
238         G1 F200 E10             ;extrude 10mm of feed stock
239         G92 E0                  ;zero the extruded length again
240         G1 F{travel_speed}
241         ;Put printing message on LCD screen
242         M117 Printing...
243 end4.gcode = ;End GCode
244         M104 T0 S0                     ;extruder heater off
245         M104 T1 S0                     ;extruder heater off
246         M104 T2 S0                     ;extruder heater off
247         M104 T3 S0                     ;extruder heater off
248         M140 S0                     ;heated bed heater off (if you have it)
249         G91                                    ;relative positioning
250         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
251         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
252         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
253         M84                         ;steppers off
254         G90                         ;absolute positioning
255         ;{profile_string}
256 support_start.gcode = 
257 support_end.gcode = 
258 cool_start.gcode = 
259 cool_end.gcode = 
260 replace.csv = 
261 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
262         ;This code is added before the T(n)
263 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
264         ;This code is added after the T(n)
265