chiark / gitweb /
Merge branch 'new-settings' into devel
[cura.git] / resources / quickprint / lulzbot_TAZ_5_05nozzle / ABS / Low / profile.ini
1 [info]
2 name = Fast Print
3 order = 0
4
5 [profile]
6 layer_height = 0.38
7 wall_thickness = 1.0
8 retraction_enable = True
9 solid_layer_thickness = 0.8
10 fill_density = 20
11 nozzle_size = 0.5
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 = 1.5
33 retraction_combing = All
34 retraction_minimal_extrusion = 0.005
35 retraction_hop = 0.1
36 bottom_thickness = 0.425
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 = 60
43 inset0_speed = 50
44 insetx_speed = 55
45 cool_min_layer_time = 15
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.5
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 = (lp1
79         .
80 object_center_x = -1
81 object_center_y = -1
82
83 [alterations]
84 start.gcode = ;Sliced at: {day} {date} {time}
85         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
86         ;Print time: {print_time}
87         ;Filament used: {filament_amount}m {filament_weight}g
88         ;Filament cost: {filament_cost}
89         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
90         ;M109 S{print_temperature} ;Uncomment to add your own temperature line
91         G21                     ;metric values
92         G90                     ;absolute positioning
93         M82                     ;set extruder to absolute mode
94         M107                    ;start with the fan off
95         G28 X0 Y0               ;move X/Y to min endstops
96         G28 Z0                  ;move Z to min endstops
97         G1 Z15.0 F{travel_speed};move the platform down 15mm
98         G92 E0                  ; zero the extruded length
99         G1 F200 E0              ; extrude 3mm of feed stock
100         G92 E0                  ; zero the extruded length again
101         G1 F{travel_speed}      ; set travel speed
102         M203 X192 Y208 Z3       ; speed limits
103         M117 Printing...        ; send message to LCD
104 end.gcode = M400
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 start2.gcode = ;Sliced at: {day} {date} {time}
118         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
119         ;Print time: {print_time}
120         ;Filament used: {filament_amount}m {filament_weight}g
121         ;Filament cost: {filament_cost}
122         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
123         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
124         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
125         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
126         G21        ;metric values
127         G90        ;absolute positioning
128         M107       ;start with the fan off
129         G28 X0 Y0  ;move X/Y to min endstops
130         G28 Z0     ;move Z to min endstops
131         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
132         T1                      ;Switch to the 2nd extruder
133         G92 E0                  ;zero the extruded length
134         G1 F200 E10             ;extrude 10mm of feed stock
135         G92 E0                  ;zero the extruded length again
136         G1 F200 E-{retraction_dual_amount}
137         T0                      ;Switch to the first extruder
138         G92 E0                  ;zero the extruded length
139         G1 F200 E10             ;extrude 10mm of feed stock
140         G92 E0                  ;zero the extruded length again
141         G1 F{travel_speed}
142         ;Put printing message on LCD screen
143         M117 Printing...
144 end2.gcode = ;End GCode
145         M104 T0 S0                     ;extruder heater off
146         M104 T1 S0                     ;extruder heater off
147         M140 S0                     ;heated bed heater off (if you have it)
148         G91                                    ;relative positioning
149         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
150         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
151         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
152         M84                         ;steppers off
153         G90                         ;absolute positioning
154         ;{profile_string}
155 start3.gcode = ;Sliced at: {day} {date} {time}
156         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
157         ;Print time: {print_time}
158         ;Filament used: {filament_amount}m {filament_weight}g
159         ;Filament cost: {filament_cost}
160         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
161         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
162         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
163         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
164         G21        ;metric values
165         G90        ;absolute positioning
166         M107       ;start with the fan off
167         G28 X0 Y0  ;move X/Y to min endstops
168         G28 Z0     ;move Z to min endstops
169         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
170         T2                      ;Switch to the 2nd extruder
171         G92 E0                  ;zero the extruded length
172         G1 F200 E10             ;extrude 10mm of feed stock
173         G92 E0                  ;zero the extruded length again
174         G1 F200 E-{retraction_dual_amount}
175         T1                      ;Switch to the 2nd extruder
176         G92 E0                  ;zero the extruded length
177         G1 F200 E10             ;extrude 10mm of feed stock
178         G92 E0                  ;zero the extruded length again
179         G1 F200 E-{retraction_dual_amount}
180         T0                      ;Switch to the first extruder
181         G92 E0                  ;zero the extruded length
182         G1 F200 E10             ;extrude 10mm of feed stock
183         G92 E0                  ;zero the extruded length again
184         G1 F{travel_speed}
185         ;Put printing message on LCD screen
186         M117 Printing...
187 end3.gcode = ;End GCode
188         M104 T0 S0                     ;extruder heater off
189         M104 T1 S0                     ;extruder heater off
190         M104 T2 S0                     ;extruder heater off
191         M140 S0                     ;heated bed heater off (if you have it)
192         G91                                    ;relative positioning
193         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
194         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
195         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
196         M84                         ;steppers off
197         G90                         ;absolute positioning
198         ;{profile_string}
199 start4.gcode = ;Sliced at: {day} {date} {time}
200         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
201         ;Print time: {print_time}
202         ;Filament used: {filament_amount}m {filament_weight}g
203         ;Filament cost: {filament_cost}
204         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
205         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
206         ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
207         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
208         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
209         G21        ;metric values
210         G90        ;absolute positioning
211         M107       ;start with the fan off
212         G28 X0 Y0  ;move X/Y to min endstops
213         G28 Z0     ;move Z to min endstops
214         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
215         T3                      ;Switch to the 4th extruder
216         G92 E0                  ;zero the extruded length
217         G1 F200 E10             ;extrude 10mm of feed stock
218         G92 E0                  ;zero the extruded length again
219         G1 F200 E-{retraction_dual_amount}
220         T2                      ;Switch to the 3th extruder
221         G92 E0                  ;zero the extruded length
222         G1 F200 E10             ;extrude 10mm of feed stock
223         G92 E0                  ;zero the extruded length again
224         G1 F200 E-{retraction_dual_amount}
225         T1                      ;Switch to the 2nd extruder
226         G92 E0                  ;zero the extruded length
227         G1 F200 E10             ;extrude 10mm of feed stock
228         G92 E0                  ;zero the extruded length again
229         G1 F200 E-{retraction_dual_amount}
230         T0                      ;Switch to the first extruder
231         G92 E0                  ;zero the extruded length
232         G1 F200 E10             ;extrude 10mm of feed stock
233         G92 E0                  ;zero the extruded length again
234         G1 F{travel_speed}
235         ;Put printing message on LCD screen
236         M117 Printing...
237 end4.gcode = ;End GCode
238         M104 T0 S0                     ;extruder heater off
239         M104 T1 S0                     ;extruder heater off
240         M104 T2 S0                     ;extruder heater off
241         M104 T3 S0                     ;extruder heater off
242         M140 S0                     ;heated bed heater off (if you have it)
243         G91                                    ;relative positioning
244         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
245         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
246         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
247         M84                         ;steppers off
248         G90                         ;absolute positioning
249         ;{profile_string}
250 support_start.gcode = 
251 support_end.gcode = 
252 cool_start.gcode = 
253 cool_end.gcode = 
254 replace.csv = 
255 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
256         ;This code is added before the T(n)
257 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
258         ;This code is added after the T(n)
259