chiark / gitweb /
plugins: Support user configuration of default values
[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 solidarea_speed = 15
40 inset0_speed = 15
41 insetx_speed = 18
42 cool_min_layer_time = 45
43 fan_enabled = True
44 skirt_line_count = 2
45 skirt_gap = 6
46 skirt_minimal_length = 0
47 fan_full_height = .975
48 fan_speed = 25
49 fan_speed_max = 35
50 cool_min_feedrate = 7
51 cool_head_lift = False
52 solid_top = True
53 solid_bottom = True
54 fill_overlap = 10
55 support_type = Grid
56 support_angle = 45
57 support_fill_rate = 30
58 support_xy_distance = 0
59 support_z_distance = 0
60 spiralize = False
61 simple_mode = False
62 brim_line_count = 2
63 raft_margin = 3
64 raft_line_spacing = 1.0
65 raft_base_thickness = .5
66 raft_base_linewidth = 0.7
67 raft_interface_thickness = 0.2
68 raft_interface_linewidth = 0.2
69 raft_airgap = 0.22
70 raft_surface_layers = 2
71 fix_horrible_union_all_type_a = False
72 fix_horrible_union_all_type_b = False
73 fix_horrible_use_open_bits = False
74 fix_horrible_extensive_stitching = False
75 plugin_config = (lp1
76         .
77 object_center_x = -1
78 object_center_y = -1
79
80 [alterations]
81 start.gcode = ;Sliced at: {day} {date} {time}
82         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
83         ;Print time: {print_time}
84         ;Filament used: {filament_amount}m {filament_weight}g
85         ;Filament cost: {filament_cost}
86         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
87         ;M109 S{print_temperature} ;Uncomment to add your own temperature line
88         G21        ;metric values
89         G90        ;absolute positioning
90         M82        ;set extruder to absolute mode
91         M107       ;start with the fan off
92         G28 X0 Y0  ;move X/Y to min endstops
93         G28 Z0     ;move Z to min endstops
94         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
95         G92 E0                  ;zero the extruded length
96         G1 F200 E0              ;extrude 3mm of feed stock
97         G92 E0                  ;zero the extruded length again
98         G1 F{travel_speed}
99         M203 X192 Y208 Z3 ;speed limits
100         ;Put printing message on LCD screen
101         M117 Printing...
102 end.gcode = ;End GCode
103         M104 S0                     ;extruder heater off
104         M140 S0                     ;heated bed heater off (if you have it)
105         G91                                    ;relative positioning
106         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
107         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
108         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
109         M84                         ;steppers off
110         G90                         ;absolute positioning
111 start2.gcode = ;Sliced at: {day} {date} {time}
112         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
113         ;Print time: {print_time}
114         ;Filament used: {filament_amount}m {filament_weight}g
115         ;Filament cost: {filament_cost}
116         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
117         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
118         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
119         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
120         G21        ;metric values
121         G90        ;absolute positioning
122         M107       ;start with the fan off
123         G28 X0 Y0  ;move X/Y to min endstops
124         G28 Z0     ;move Z to min endstops
125         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
126         T1                      ;Switch to the 2nd extruder
127         G92 E0                  ;zero the extruded length
128         G1 F200 E10             ;extrude 10mm of feed stock
129         G92 E0                  ;zero the extruded length again
130         G1 F200 E-{retraction_dual_amount}
131         T0                      ;Switch to the first extruder
132         G92 E0                  ;zero the extruded length
133         G1 F200 E10             ;extrude 10mm of feed stock
134         G92 E0                  ;zero the extruded length again
135         G1 F{travel_speed}
136         ;Put printing message on LCD screen
137         M117 Printing...
138 end2.gcode = ;End GCode
139         M104 T0 S0                     ;extruder heater off
140         M104 T1 S0                     ;extruder heater off
141         M140 S0                     ;heated bed heater off (if you have it)
142         G91                                    ;relative positioning
143         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
144         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
145         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
146         M84                         ;steppers off
147         G90                         ;absolute positioning
148 start3.gcode = ;Sliced at: {day} {date} {time}
149         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
150         ;Print time: {print_time}
151         ;Filament used: {filament_amount}m {filament_weight}g
152         ;Filament cost: {filament_cost}
153         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
154         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
155         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
156         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
157         G21        ;metric values
158         G90        ;absolute positioning
159         M107       ;start with the fan off
160         G28 X0 Y0  ;move X/Y to min endstops
161         G28 Z0     ;move Z to min endstops
162         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
163         T2                      ;Switch to the 2nd extruder
164         G92 E0                  ;zero the extruded length
165         G1 F200 E10             ;extrude 10mm of feed stock
166         G92 E0                  ;zero the extruded length again
167         G1 F200 E-{retraction_dual_amount}
168         T1                      ;Switch to the 2nd extruder
169         G92 E0                  ;zero the extruded length
170         G1 F200 E10             ;extrude 10mm of feed stock
171         G92 E0                  ;zero the extruded length again
172         G1 F200 E-{retraction_dual_amount}
173         T0                      ;Switch to the first extruder
174         G92 E0                  ;zero the extruded length
175         G1 F200 E10             ;extrude 10mm of feed stock
176         G92 E0                  ;zero the extruded length again
177         G1 F{travel_speed}
178         ;Put printing message on LCD screen
179         M117 Printing...
180 end3.gcode = ;End GCode
181         M104 T0 S0                     ;extruder heater off
182         M104 T1 S0                     ;extruder heater off
183         M104 T2 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 start4.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 T2 S{print_temperature2} ;Uncomment to add your own temperature line
200         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
201         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
202         G21        ;metric values
203         G90        ;absolute positioning
204         M107       ;start with the fan off
205         G28 X0 Y0  ;move X/Y to min endstops
206         G28 Z0     ;move Z to min endstops
207         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
208         T3                      ;Switch to the 4th extruder
209         G92 E0                  ;zero the extruded length
210         G1 F200 E10             ;extrude 10mm of feed stock
211         G92 E0                  ;zero the extruded length again
212         G1 F200 E-{retraction_dual_amount}
213         T2                      ;Switch to the 3th extruder
214         G92 E0                  ;zero the extruded length
215         G1 F200 E10             ;extrude 10mm of feed stock
216         G92 E0                  ;zero the extruded length again
217         G1 F200 E-{retraction_dual_amount}
218         T1                      ;Switch to the 2nd extruder
219         G92 E0                  ;zero the extruded length
220         G1 F200 E10             ;extrude 10mm of feed stock
221         G92 E0                  ;zero the extruded length again
222         G1 F200 E-{retraction_dual_amount}
223         T0                      ;Switch to the first extruder
224         G92 E0                  ;zero the extruded length
225         G1 F200 E10             ;extrude 10mm of feed stock
226         G92 E0                  ;zero the extruded length again
227         G1 F{travel_speed}
228         ;Put printing message on LCD screen
229         M117 Printing...
230 end4.gcode = ;End GCode
231         M104 T0 S0                     ;extruder heater off
232         M104 T1 S0                     ;extruder heater off
233         M104 T2 S0                     ;extruder heater off
234         M104 T3 S0                     ;extruder heater off
235         M140 S0                     ;heated bed heater off (if you have it)
236         G91                                    ;relative positioning
237         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
238         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
239         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
240         M84                         ;steppers off
241         G90                         ;absolute positioning
242         ;{profile_string}
243 support_start.gcode = 
244 support_end.gcode = 
245 cool_start.gcode = 
246 cool_end.gcode = 
247 replace.csv = 
248 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
249         ;This code is added before the T(n)
250 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
251         ;This code is added after the T(n)
252