chiark / gitweb /
Update visible tool head versioning to lowercase (v2)
[cura.git] / resources / quickprint / lulzbot_profiles / TAZ_single_extruder_0.35nozzle / t-glase_medium-quality_TAZ_single-extruder_0.35noz_cura.ini
1 [profile]
2 layer_height = .325
3 wall_thickness = 0.975
4 retraction_enable = True
5 solid_layer_thickness = .975
6 fill_density = 30
7 nozzle_size = .35
8 print_speed = 20
9 print_temperature = 0
10 print_temperature2 = 0
11 print_temperature3 = 0
12 print_temperature4 = 0
13 print_bed_temperature = 0
14 support = None
15 platform_adhesion = None
16 support_dual_extrusion = Second extruder
17 wipe_tower = True
18 wipe_tower_volume = 15
19 ooze_shield = False
20 filament_diameter = 2.89
21 filament_diameter2 = 2.89
22 filament_diameter3 = 0
23 filament_diameter4 = 0
24 filament_flow = 100.0
25 retraction_speed = 25
26 retraction_amount = 5
27 retraction_dual_amount = 25
28 retraction_min_travel = 1.5
29 retraction_combing = All
30 retraction_minimal_extrusion = 0.02
31 retraction_hop = 0
32 bottom_thickness = .325
33 layer0_width_factor = 200
34 object_sink = 0
35 overlap_dual = 0
36 travel_speed = 160
37 bottom_layer_speed = 10
38 infill_speed = 22
39 inset0_speed = 15
40 insetx_speed = 18
41 cool_min_layer_time = 45
42 fan_enabled = True
43 skirt_line_count = 2
44 skirt_gap = 6
45 skirt_minimal_length = 0
46 fan_full_height = .975
47 fan_speed = 25
48 fan_speed_max = 35
49 cool_min_feedrate = 7
50 cool_head_lift = False
51 solid_top = True
52 solid_bottom = True
53 fill_overlap = 10
54 support_type = Grid
55 support_angle = 45
56 support_fill_rate = 30
57 support_xy_distance = 0
58 support_z_distance = 0
59 spiralize = False
60 simple_mode = False
61 brim_line_count = 2
62 raft_margin = 3
63 raft_line_spacing = 1.0
64 raft_base_thickness = .5
65 raft_base_linewidth = 0.7
66 raft_interface_thickness = 0.2
67 raft_interface_linewidth = 0.2
68 raft_airgap = 0.22
69 raft_surface_layers = 2
70 fix_horrible_union_all_type_a = False
71 fix_horrible_union_all_type_b = False
72 fix_horrible_use_open_bits = False
73 fix_horrible_extensive_stitching = False
74 plugin_config = (lp1
75         .
76 object_center_x = -1
77 object_center_y = -1
78
79 [alterations]
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
87         G21        ;metric values
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}
98         M203 X192 Y208 Z3 ;speed limits
99         ;Put printing message on LCD screen
100         M117 Printing...
101 end.gcode = ;End GCode
102         M104 S0                     ;extruder heater off
103         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 F{travel_speed} ;move Z up a bit and retract filament even more
107         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
108         M84                         ;steppers off
109         G90                         ;absolute positioning
110 start2.gcode = ;Sliced at: {day} {date} {time}
111         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
112         ;Print time: {print_time}
113         ;Filament used: {filament_amount}m {filament_weight}g
114         ;Filament cost: {filament_cost}
115         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
116         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
117         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
118         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
119         G21        ;metric values
120         G90        ;absolute positioning
121         M107       ;start with the fan off
122         G28 X0 Y0  ;move X/Y to min endstops
123         G28 Z0     ;move Z to min endstops
124         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
125         T1                      ;Switch to the 2nd extruder
126         G92 E0                  ;zero the extruded length
127         G1 F200 E10             ;extrude 10mm of feed stock
128         G92 E0                  ;zero the extruded length again
129         G1 F200 E-{retraction_dual_amount}
130         T0                      ;Switch to the first extruder
131         G92 E0                  ;zero the extruded length
132         G1 F200 E10             ;extrude 10mm of feed stock
133         G92 E0                  ;zero the extruded length again
134         G1 F{travel_speed}
135         ;Put printing message on LCD screen
136         M117 Printing...
137 end2.gcode = ;End GCode
138         M104 T0 S0                     ;extruder heater off
139         M104 T1 S0                     ;extruder heater off
140         M140 S0                     ;heated bed heater off (if you have it)
141         G91                                    ;relative positioning
142         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
143         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
144         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
145         M84                         ;steppers off
146         G90                         ;absolute positioning
147 start3.gcode = ;Sliced at: {day} {date} {time}
148         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
149         ;Print time: {print_time}
150         ;Filament used: {filament_amount}m {filament_weight}g
151         ;Filament cost: {filament_cost}
152         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
153         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
154         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
155         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
156         G21        ;metric values
157         G90        ;absolute positioning
158         M107       ;start with the fan off
159         G28 X0 Y0  ;move X/Y to min endstops
160         G28 Z0     ;move Z to min endstops
161         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
162         T2                      ;Switch to the 2nd extruder
163         G92 E0                  ;zero the extruded length
164         G1 F200 E10             ;extrude 10mm of feed stock
165         G92 E0                  ;zero the extruded length again
166         G1 F200 E-{retraction_dual_amount}
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 end3.gcode = ;End GCode
180         M104 T0 S0                     ;extruder heater off
181         M104 T1 S0                     ;extruder heater off
182         M104 T2 S0                     ;extruder heater off
183         M140 S0                     ;heated bed heater off (if you have it)
184         G91                                    ;relative positioning
185         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
186         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
187         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
188         M84                         ;steppers off
189         G90                         ;absolute positioning
190         ;{profile_string}
191 start4.gcode = ;Sliced at: {day} {date} {time}
192         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
193         ;Print time: {print_time}
194         ;Filament used: {filament_amount}m {filament_weight}g
195         ;Filament cost: {filament_cost}
196         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
197         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
198         ;M109 T2 S{print_temperature2} ;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         T3                      ;Switch to the 4th 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         T2                      ;Switch to the 3th 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         T1                      ;Switch to the 2nd 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 F200 E-{retraction_dual_amount}
222         T0                      ;Switch to the first extruder
223         G92 E0                  ;zero the extruded length
224         G1 F200 E10             ;extrude 10mm of feed stock
225         G92 E0                  ;zero the extruded length again
226         G1 F{travel_speed}
227         ;Put printing message on LCD screen
228         M117 Printing...
229 end4.gcode = ;End GCode
230         M104 T0 S0                     ;extruder heater off
231         M104 T1 S0                     ;extruder heater off
232         M104 T2 S0                     ;extruder heater off
233         M104 T3 S0                     ;extruder heater off
234         M140 S0                     ;heated bed heater off (if you have it)
235         G91                                    ;relative positioning
236         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
237         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
238         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
239         M84                         ;steppers off
240         G90                         ;absolute positioning
241         ;{profile_string}
242 support_start.gcode = 
243 support_end.gcode = 
244 cool_start.gcode = 
245 cool_end.gcode = 
246 replace.csv = 
247 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
248         ;This code is added before the T(n)
249 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
250         ;This code is added after the T(n)
251