chiark / gitweb /
Update quickprint profiles
[cura.git] / resources / quickprint / lulzbot_profiles / TAZ_single_extruder_0.5nozzle / CS-INOVA-1800_high-speed_TAZ_single-extruder_0.5noz_cura.ini
1 [profile]
2 layer_height = 0.38
3 wall_thickness = 1.0
4 retraction_enable = True
5 solid_layer_thickness = 0.8
6 fill_density = 20
7 nozzle_size = 0.5
8 print_speed = 50
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 = Both
17 wipe_tower = False
18 wipe_tower_volume = 15
19 ooze_shield = False
20 filament_diameter = 2.85
21 filament_diameter2 = 0
22 filament_diameter3 = 0
23 filament_diameter4 = 0
24 filament_flow = 100.0
25 retraction_speed = 10
26 retraction_amount = 1
27 retraction_dual_amount = 16.5
28 retraction_min_travel = 1.5
29 retraction_combing = All
30 retraction_minimal_extrusion = 0.005
31 retraction_hop = 0.1
32 bottom_thickness = 0.425
33 layer0_width_factor = 125
34 object_sink = 0.0
35 overlap_dual = 0.15
36 travel_speed = 175
37 bottom_layer_speed = 15
38 infill_speed = 60
39 solidarea_speed = 50
40 inset0_speed = 50
41 insetx_speed = 55
42 cool_min_layer_time = 15
43 fan_enabled = True
44 skirt_line_count = 1
45 skirt_gap = 3.0
46 skirt_minimal_length = 250
47 fan_full_height = 0.5
48 fan_speed = 50
49 fan_speed_max = 70
50 cool_min_feedrate = 10
51 cool_head_lift = False
52 solid_top = True
53 solid_bottom = True
54 fill_overlap = 15
55 support_type = Lines
56 support_angle = 45
57 support_fill_rate = 30
58 support_xy_distance = 0.7
59 support_z_distance = 0.05
60 spiralize = False
61 simple_mode = False
62 brim_line_count = 10
63 raft_margin = 5.0
64 raft_line_spacing = 3.0
65 raft_base_thickness = 0.3
66 raft_base_linewidth = 1.0
67 raft_interface_thickness = 0.27
68 raft_interface_linewidth = 0.4
69 raft_airgap = 0.5
70 raft_surface_layers = 2
71 fix_horrible_union_all_type_a = True
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}      ; set travel speed
99         M203 X192 Y208 Z3       ; speed limits
100         M117 Printing...        ; send message to LCD
101 end.gcode = M400
102         M104 S0                        ; hotend off
103         M140 S0                        ; heated bed heater off (if you have it)
104         M107                           ; fans off
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 F3000   ; move Z up a bit and retract filament even more
108         G90                            ; absolute positioning
109         G1 X0 Y250                     ; move to cooling position
110         M84                            ; steppers off
111         G90                            ; absolute positioning
112         M117 TAZ Ready.
113         ;{profile_string}
114 start2.gcode = ;Sliced at: {day} {date} {time}
115         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
116         ;Print time: {print_time}
117         ;Filament used: {filament_amount}m {filament_weight}g
118         ;Filament cost: {filament_cost}
119         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
120         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
121         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
122         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
123         G21        ;metric values
124         G90        ;absolute positioning
125         M107       ;start with the fan off
126         G28 X0 Y0  ;move X/Y to min endstops
127         G28 Z0     ;move Z to min endstops
128         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
129         T1                      ;Switch to the 2nd extruder
130         G92 E0                  ;zero the extruded length
131         G1 F200 E10             ;extrude 10mm of feed stock
132         G92 E0                  ;zero the extruded length again
133         G1 F200 E-{retraction_dual_amount}
134         T0                      ;Switch to the first extruder
135         G92 E0                  ;zero the extruded length
136         G1 F200 E10             ;extrude 10mm of feed stock
137         G92 E0                  ;zero the extruded length again
138         G1 F{travel_speed}
139         ;Put printing message on LCD screen
140         M117 Printing...
141 end2.gcode = ;End GCode
142         M104 T0 S0                     ;extruder heater off
143         M104 T1 S0                     ;extruder heater off
144         M140 S0                     ;heated bed heater off (if you have it)
145         G91                                    ;relative positioning
146         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
147         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
148         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
149         M84                         ;steppers off
150         G90                         ;absolute positioning
151         ;{profile_string}
152 start3.gcode = ;Sliced at: {day} {date} {time}
153         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
154         ;Print time: {print_time}
155         ;Filament used: {filament_amount}m {filament_weight}g
156         ;Filament cost: {filament_cost}
157         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
158         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
159         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
160         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
161         G21        ;metric values
162         G90        ;absolute positioning
163         M107       ;start with the fan off
164         G28 X0 Y0  ;move X/Y to min endstops
165         G28 Z0     ;move Z to min endstops
166         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
167         T2                      ;Switch to the 2nd extruder
168         G92 E0                  ;zero the extruded length
169         G1 F200 E10             ;extrude 10mm of feed stock
170         G92 E0                  ;zero the extruded length again
171         G1 F200 E-{retraction_dual_amount}
172         T1                      ;Switch to the 2nd extruder
173         G92 E0                  ;zero the extruded length
174         G1 F200 E10             ;extrude 10mm of feed stock
175         G92 E0                  ;zero the extruded length again
176         G1 F200 E-{retraction_dual_amount}
177         T0                      ;Switch to the first extruder
178         G92 E0                  ;zero the extruded length
179         G1 F200 E10             ;extrude 10mm of feed stock
180         G92 E0                  ;zero the extruded length again
181         G1 F{travel_speed}
182         ;Put printing message on LCD screen
183         M117 Printing...
184 end3.gcode = ;End GCode
185         M104 T0 S0                     ;extruder heater off
186         M104 T1 S0                     ;extruder heater off
187         M104 T2 S0                     ;extruder heater off
188         M140 S0                     ;heated bed heater off (if you have it)
189         G91                                    ;relative positioning
190         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
191         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
192         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
193         M84                         ;steppers off
194         G90                         ;absolute positioning
195         ;{profile_string}
196 start4.gcode = ;Sliced at: {day} {date} {time}
197         ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
198         ;Print time: {print_time}
199         ;Filament used: {filament_amount}m {filament_weight}g
200         ;Filament cost: {filament_cost}
201         ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
202         ;M104 S{print_temperature} ;Uncomment to add your own temperature line
203         ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
204         ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
205         ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
206         G21        ;metric values
207         G90        ;absolute positioning
208         M107       ;start with the fan off
209         G28 X0 Y0  ;move X/Y to min endstops
210         G28 Z0     ;move Z to min endstops
211         G1 Z15.0 F{travel_speed} ;move the platform down 15mm
212         T3                      ;Switch to the 4th extruder
213         G92 E0                  ;zero the extruded length
214         G1 F200 E10             ;extrude 10mm of feed stock
215         G92 E0                  ;zero the extruded length again
216         G1 F200 E-{retraction_dual_amount}
217         T2                      ;Switch to the 3th extruder
218         G92 E0                  ;zero the extruded length
219         G1 F200 E10             ;extrude 10mm of feed stock
220         G92 E0                  ;zero the extruded length again
221         G1 F200 E-{retraction_dual_amount}
222         T1                      ;Switch to the 2nd extruder
223         G92 E0                  ;zero the extruded length
224         G1 F200 E10             ;extrude 10mm of feed stock
225         G92 E0                  ;zero the extruded length again
226         G1 F200 E-{retraction_dual_amount}
227         T0                      ;Switch to the first extruder
228         G92 E0                  ;zero the extruded length
229         G1 F200 E10             ;extrude 10mm of feed stock
230         G92 E0                  ;zero the extruded length again
231         G1 F{travel_speed}
232         ;Put printing message on LCD screen
233         M117 Printing...
234 end4.gcode = ;End GCode
235         M104 T0 S0                     ;extruder heater off
236         M104 T1 S0                     ;extruder heater off
237         M104 T2 S0                     ;extruder heater off
238         M104 T3 S0                     ;extruder heater off
239         M140 S0                     ;heated bed heater off (if you have it)
240         G91                                    ;relative positioning
241         G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
242         G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
243         G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
244         M84                         ;steppers off
245         G90                         ;absolute positioning
246         ;{profile_string}
247 support_start.gcode = 
248 support_end.gcode = 
249 cool_start.gcode = 
250 cool_end.gcode = 
251 replace.csv = 
252 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
253         ;This code is added before the T(n)
254 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
255         ;This code is added after the T(n)
256