chiark / gitweb /
Merge branch 'new-settings' into devel
[cura.git] / resources / quickprint / lulzbot_TAZ_5_05nozzle / ABS / 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.0
9 retraction_enable = True
10 solid_layer_thickness = 0.8
11 fill_density = 20
12 nozzle_size = 0.5
13 print_speed = 50
14 print_temperature = 0
15 print_temperature2 = 0
16 print_temperature3 = 0
17 print_temperature4 = 0
18 print_bed_temperature = 0
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
32 retraction_dual_amount = 16.5
33 retraction_min_travel = 1.5
34 retraction_combing = All
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 = 55
44 inset0_speed = 45
45 insetx_speed = 50
46 cool_min_layer_time = 15
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 = 40
53 fan_speed_max = 60
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 = (lp1
80         .
81 object_center_x = -1
82 object_center_y = -1
83
84 [alterations]
85 start.gcode = ;Sliced at: {day} {date} {time}
86         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
87         ;Print time: {print_time}
88         ;Filament used: {filament_amount}m {filament_weight}g
89         ;Filament cost: {filament_cost}
90         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
91         ;M109 S{print_temperature} ;Uncomment to add your own temperature line
92         G21                     ;metric values
93         G90                     ;absolute positioning
94         M82                     ;set extruder to absolute mode
95         M107                    ;start with the fan off
96         G28 X0 Y0               ;move X/Y to min endstops
97         G28 Z0                  ;move Z to min endstops
98         G1 Z15.0 F{travel_speed};move the platform down 15mm
99         G92 E0                  ; zero the extruded length
100         G1 F200 E0              ; extrude 3mm of feed stock
101         G92 E0                  ; zero the extruded length again
102         G1 F{travel_speed}      ; set travel speed
103         M203 X192 Y208 Z3       ; speed limits
104         M117 Printing...        ; send message to LCD
105 end.gcode = M400
106         M104 S0                        ; hotend off
107         M140 S0                        ; heated bed heater off (if you have it)
108         M107                           ; fans off
109         G91                            ; relative positioning
110         G1 E-1 F300                    ; retract the filament a bit before lifting the nozzle, to release some of the pressure
111         G1 Z+0.5 E-5 X-20 Y-20 F3000   ; move Z up a bit and retract filament even more
112         G90                            ; absolute positioning
113         G1 X0 Y250                     ; move to cooling position
114         M84                            ; steppers off
115         G90                            ; absolute positioning
116         M117 TAZ Ready.
117         ;{profile_string}
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