chiark / gitweb /
Merge branch 'new-settings' into devel
[cura.git] / resources / quickprint / lulzbot_TAZ_4 / ABS / High / profile.ini
1 [info]
2 name = High Quality
3 order = 2
4
5 [profile]
6 layer_height = .16
7 wall_thickness = 1.05
8 retraction_enable = True
9 solid_layer_thickness = .74
10 fill_density = 20
11 nozzle_size = .35
12 print_speed = 50
13 print_temperature = 0
14 print_temperature2 = 0
15 print_temperature3 = 0
16 print_temperature4 = 0
17 print_bed_temperature = 0
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 = 0.5
33 retraction_combing = True
34 retraction_minimal_extrusion = 0.005
35 retraction_hop = 0.1
36 bottom_thickness = .3
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.22
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 = 
79 object_center_x = -1
80 object_center_y = -1
81
82 [alterations]
83 start.gcode = ;Sliced at: {day} {date} {time}
84         ;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         G28 X0 Y0               ;move X/Y to min endstops
95         G28 Z0                  ;move Z to min endstops
96         G1 Z15.0 F{travel_speed};move the platform down 15mm
97         G92 E0                  ; zero the extruded length
98         G1 F200 E0              ; extrude 3mm of feed stock
99         G92 E0                  ; zero the extruded length again
100         G1 F{travel_speed}      ; set travel speed
101         M203 X192 Y208 Z3       ; speed limits
102         M117 Printing...        ; send message to LCD
103         
104 end.gcode = M400                           ; wait for buffer to clear
105         M104 S0                        ; hotend off
106         M140 S0                        ; heated bed heater off (if you have it)
107         M107                           ; fans off
108         G91                            ; relative positioning
109         G1 E-1 F300                    ; retract the filament a bit before lifting the nozzle, to release some of the pressure
110         G1 Z+0.5 E-5 X-20 Y-20 F3000   ; move Z up a bit and retract filament even more
111         G90                            ; absolute positioning
112         G1 X0 Y250                     ; move to cooling position
113         M84                            ; steppers off
114         G90                            ; absolute positioning
115         M117 TAZ Ready.
116         ;{profile_string}
117         
118 start2.gcode = ;Sliced at: {day} {date} {time}
119         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
120         ;Print time: {print_time}
121         ;Filament used: {filament_amount}m {filament_weight}g
122         ;Filament cost: {filament_cost}
123         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
124         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
125         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
126         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
127         G21        ;metric values
128         G90        ;absolute positioning
129         M107       ;start with the fan off
130         G28 X0 Y0  ;move X/Y to min endstops
131         G28 Z0     ;move Z to min endstops
132         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
133         T1                      ;Switch to the 2nd extruder
134         G92 E0                  ;zero the extruded length
135         G1 F200 E10             ;extrude 10mm of feed stock
136         G92 E0                  ;zero the extruded length again
137         G1 F200 E-{retraction_dual_amount}
138         T0                      ;Switch to the first 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 F{travel_speed}
143         ;Put printing message on LCD screen
144         M117 Printing...
145 end2.gcode = ;End GCode
146         M104 T0 S0                     ;extruder heater off
147         M104 T1 S0                     ;extruder heater off
148         M140 S0                     ;heated bed heater off (if you have it)
149         G91                                    ;relative positioning
150         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
151         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
152         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
153         M84                         ;steppers off
154         G90                         ;absolute positioning
155         ;{profile_string}
156 start3.gcode = ;Sliced at: {day} {date} {time}
157         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
158         ;Print time: {print_time}
159         ;Filament used: {filament_amount}m {filament_weight}g
160         ;Filament cost: {filament_cost}
161         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
162         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
163         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
164         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
165         G21        ;metric values
166         G90        ;absolute positioning
167         M107       ;start with the fan off
168         G28 X0 Y0  ;move X/Y to min endstops
169         G28 Z0     ;move Z to min endstops
170         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
171         T2                      ;Switch to the 2nd extruder
172         G92 E0                  ;zero the extruded length
173         G1 F200 E10             ;extrude 10mm of feed stock
174         G92 E0                  ;zero the extruded length again
175         G1 F200 E-{retraction_dual_amount}
176         T1                      ;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         T0                      ;Switch to the first 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 F{travel_speed}
186         ;Put printing message on LCD screen
187         M117 Printing...
188 end3.gcode = ;End GCode
189         M104 T0 S0                     ;extruder heater off
190         M104 T1 S0                     ;extruder heater off
191         M104 T2 S0                     ;extruder heater off
192         M140 S0                     ;heated bed heater off (if you have it)
193         G91                                    ;relative positioning
194         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
195         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
196         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
197         M84                         ;steppers off
198         G90                         ;absolute positioning
199         ;{profile_string}
200 start4.gcode = ;Sliced at: {day} {date} {time}
201         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
202         ;Print time: {print_time}
203         ;Filament used: {filament_amount}m {filament_weight}g
204         ;Filament cost: {filament_cost}
205         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
206         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
207         ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
208         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
209         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
210         G21        ;metric values
211         G90        ;absolute positioning
212         M107       ;start with the fan off
213         G28 X0 Y0  ;move X/Y to min endstops
214         G28 Z0     ;move Z to min endstops
215         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
216         T3                      ;Switch to the 4th extruder
217         G92 E0                  ;zero the extruded length
218         G1 F200 E10             ;extrude 10mm of feed stock
219         G92 E0                  ;zero the extruded length again
220         G1 F200 E-{retraction_dual_amount}
221         T2                      ;Switch to the 3th 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         T1                      ;Switch to the 2nd 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         T0                      ;Switch to the first 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 F{travel_speed}
236         ;Put printing message on LCD screen
237         M117 Printing...
238 end4.gcode = ;End GCode
239         M104 T0 S0                     ;extruder heater off
240         M104 T1 S0                     ;extruder heater off
241         M104 T2 S0                     ;extruder heater off
242         M104 T3 S0                     ;extruder heater off
243         M140 S0                     ;heated bed heater off (if you have it)
244         G91                                    ;relative positioning
245         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
246         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
247         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
248         M84                         ;steppers off
249         G90                         ;absolute positioning
250         ;{profile_string}
251 support_start.gcode = 
252 support_end.gcode = 
253 cool_start.gcode = 
254 cool_end.gcode = 
255 replace.csv = 
256 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
257         ;This code is added before the T(n)
258 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
259         ;This code is added after the T(n)
260