chiark / gitweb /
Merge branch 'new-settings' into devel
[cura.git] / resources / quickprint / lulzbot_TAZ_5_05nozzle / PLA / Low / profile.ini
1 [info]
2 name = Fast Print
3 order = 0
4
5 [profile]
6 layer_height = 0.38
7 wall_thickness = 1
8 retraction_enable = True
9 solid_layer_thickness = 1
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.5
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 = 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 = 75
52 fan_speed_max = 100
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 = 
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 end.gcode = M400
104         M104 S0                        ; hotend off
105         M140 S0                        ; heated bed heater off (if you have it)
106         M107                           ; fans off
107         G91                            ; relative positioning
108         G1 E-1 F300                    ; retract the filament a bit before lifting the nozzle, to release some of the pressure
109         G1 Z+0.5 E-5 X-20 Y-20 F3000   ; move Z up a bit and retract filament even more
110         G90                            ; absolute positioning
111         G1 X0 Y250                     ; move to cooling position
112         M84                            ; steppers off
113         G90                            ; absolute positioning
114         M117 TAZ Ready.
115         ;{profile_string}
116 start2.gcode = ;Sliced at: {day} {date} {time}
117         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
118         ;Print time: {print_time}
119         ;Filament used: {filament_amount}m {filament_weight}g
120         ;Filament cost: {filament_cost}
121         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
122         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
123         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
124         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
125         G21        ;metric values
126         G90        ;absolute positioning
127         M107       ;start with the fan off
128         G28 X0 Y0  ;move X/Y to min endstops
129         G28 Z0     ;move Z to min endstops
130         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
131         T1                      ;Switch to the 2nd 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 F200 E-{retraction_dual_amount}
136         T0                      ;Switch to the first extruder
137         G92 E0                  ;zero the extruded length
138         G1 F200 E10             ;extrude 10mm of feed stock
139         G92 E0                  ;zero the extruded length again
140         G1 F{travel_speed}
141         ;Put printing message on LCD screen
142         M117 Printing...
143 end2.gcode = ;End GCode
144         M104 T0 S0                     ;extruder heater off
145         M104 T1 S0                     ;extruder heater off
146         M140 S0                     ;heated bed heater off (if you have it)
147         G91                                    ;relative positioning
148         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
149         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
150         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
151         M84                         ;steppers off
152         G90                         ;absolute positioning
153         ;{profile_string}
154 start3.gcode = ;Sliced at: {day} {date} {time}
155         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
156         ;Print time: {print_time}
157         ;Filament used: {filament_amount}m {filament_weight}g
158         ;Filament cost: {filament_cost}
159         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
160         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
161         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
162         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
163         G21        ;metric values
164         G90        ;absolute positioning
165         M107       ;start with the fan off
166         G28 X0 Y0  ;move X/Y to min endstops
167         G28 Z0     ;move Z to min endstops
168         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
169         T2                      ;Switch to the 2nd extruder
170         G92 E0                  ;zero the extruded length
171         G1 F200 E10             ;extrude 10mm of feed stock
172         G92 E0                  ;zero the extruded length again
173         G1 F200 E-{retraction_dual_amount}
174         T1                      ;Switch to the 2nd extruder
175         G92 E0                  ;zero the extruded length
176         G1 F200 E10             ;extrude 10mm of feed stock
177         G92 E0                  ;zero the extruded length again
178         G1 F200 E-{retraction_dual_amount}
179         T0                      ;Switch to the first extruder
180         G92 E0                  ;zero the extruded length
181         G1 F200 E10             ;extrude 10mm of feed stock
182         G92 E0                  ;zero the extruded length again
183         G1 F{travel_speed}
184         ;Put printing message on LCD screen
185         M117 Printing...
186 end3.gcode = ;End GCode
187         M104 T0 S0                     ;extruder heater off
188         M104 T1 S0                     ;extruder heater off
189         M104 T2 S0                     ;extruder heater off
190         M140 S0                     ;heated bed heater off (if you have it)
191         G91                                    ;relative positioning
192         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
193         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
194         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
195         M84                         ;steppers off
196         G90                         ;absolute positioning
197         ;{profile_string}
198 start4.gcode = ;Sliced at: {day} {date} {time}
199         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
200         ;Print time: {print_time}
201         ;Filament used: {filament_amount}m {filament_weight}g
202         ;Filament cost: {filament_cost}
203         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
204         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
205         ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
206         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
207         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
208         G21        ;metric values
209         G90        ;absolute positioning
210         M107       ;start with the fan off
211         G28 X0 Y0  ;move X/Y to min endstops
212         G28 Z0     ;move Z to min endstops
213         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
214         T3                      ;Switch to the 4th extruder
215         G92 E0                  ;zero the extruded length
216         G1 F200 E10             ;extrude 10mm of feed stock
217         G92 E0                  ;zero the extruded length again
218         G1 F200 E-{retraction_dual_amount}
219         T2                      ;Switch to the 3th extruder
220         G92 E0                  ;zero the extruded length
221         G1 F200 E10             ;extrude 10mm of feed stock
222         G92 E0                  ;zero the extruded length again
223         G1 F200 E-{retraction_dual_amount}
224         T1                      ;Switch to the 2nd extruder
225         G92 E0                  ;zero the extruded length
226         G1 F200 E10             ;extrude 10mm of feed stock
227         G92 E0                  ;zero the extruded length again
228         G1 F200 E-{retraction_dual_amount}
229         T0                      ;Switch to the first extruder
230         G92 E0                  ;zero the extruded length
231         G1 F200 E10             ;extrude 10mm of feed stock
232         G92 E0                  ;zero the extruded length again
233         G1 F{travel_speed}
234         ;Put printing message on LCD screen
235         M117 Printing...
236 end4.gcode = ;End GCode
237         M104 T0 S0                     ;extruder heater off
238         M104 T1 S0                     ;extruder heater off
239         M104 T2 S0                     ;extruder heater off
240         M104 T3 S0                     ;extruder heater off
241         M140 S0                     ;heated bed heater off (if you have it)
242         G91                                    ;relative positioning
243         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
244         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
245         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
246         M84                         ;steppers off
247         G90                         ;absolute positioning
248         ;{profile_string}
249 support_start.gcode = 
250 support_end.gcode = 
251 cool_start.gcode = 
252 cool_end.gcode = 
253 replace.csv = 
254 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
255         ;This code is added before the T(n)
256 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
257         ;This code is added after the T(n)
258