Priedas „cura_taz_175_abs.ini“
Parsisiųsti 1 [profile]
2 layer_height = 0.2
3 wall_thickness = 0.9
4 retraction_enable = True
5 solid_layer_thickness = 0.6
6 fill_density = 20
7 nozzle_size = 0.3
8 print_speed = 75
9 print_temperature = 235
10 print_temperature2 = 0
11 print_temperature3 = 0
12 print_temperature4 = 0
13 print_temperature5 = 0
14 print_bed_temperature = 115
15 support = None
16 platform_adhesion = None
17 support_dual_extrusion = Both
18 wipe_tower = False
19 wipe_tower_volume = 15
20 ooze_shield = False
21 filament_diameter = 1.8
22 filament_diameter2 = 0
23 filament_diameter3 = 0
24 filament_diameter4 = 0
25 filament_diameter5 = 0
26 filament_flow = 100.0
27 retraction_speed = 40.0
28 retraction_amount = 4
29 retraction_dual_amount = 16.5
30 retraction_min_travel = 1.5
31 retraction_combing = All
32 retraction_minimal_extrusion = 0.02
33 retraction_hop = 0.075
34 bottom_thickness = 0.2
35 layer0_width_factor = 115
36 object_sink = 0.0
37 overlap_dual = 0.15
38 travel_speed = 200
39 bottom_layer_speed = 30
40 infill_speed = 0.0
41 solidarea_speed = 0.0
42 inset0_speed = 20.0
43 insetx_speed = 0.0
44 cool_min_layer_time = 10
45 fan_enabled = False
46 skirt_line_count = 3
47 skirt_gap = 10.0
48 skirt_minimal_length = 150.0
49 fan_full_height = 0.5
50 fan_speed = 100
51 fan_speed_max = 100
52 cool_min_feedrate = 10
53 cool_head_lift = False
54 solid_top = True
55 solid_bottom = True
56 fill_overlap = 15
57 perimeter_before_infill = False
58 support_type = Lines
59 support_angle = 60
60 support_fill_rate = 15
61 support_xy_distance = 0.7
62 support_z_distance = 0.15
63 spiralize = False
64 simple_mode = False
65 brim_line_count = 20
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_all = 0.0
73 raft_airgap = 0.22
74 raft_surface_layers = 1
75 raft_surface_thickness = 0.27
76 raft_surface_linewidth = 0.4
77 fix_horrible_union_all_type_a = True
78 fix_horrible_union_all_type_b = False
79 fix_horrible_use_open_bits = False
80 fix_horrible_extensive_stitching = False
81 plugin_config =
82 object_center_x = -1
83 object_center_y = -1
84
85 [alterations]
86 start.gcode = ;Sliced at: {day} {date} {time}
87 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
88 ;Print time: {print_time}
89 ;Filament used: {filament_amount}m {filament_weight}g
90 ;Filament cost: {filament_cost}
91 M140 S{print_bed_temperature}
92 M109 S{print_temperature}
93 M190 S{print_bed_temperature}
94 G21 ;metric values
95 G90 ;absolute positioning
96 M82 ;set extruder to absolute mode
97 M107 ;start with the fan off
98 G28 X0 Y0 ;move X/Y to min endstops
99 G28 Z0 ;move Z to min endstops
100 G1 Z15.0 F{travel_speed};move the platform down 15mm
101 G92 E0 ; zero the extruded length
102 G1 F200 E0 ; extrude 3mm of feed stock
103 G92 E0 ; zero the extruded length again
104 G1 F{travel_speed} ; set travel speed
105 M203 X192 Y208 Z3 ; speed limits
106 M117 Printing... ; send message to LCD
107 end.gcode = M400
108 M104 S0 ; hotend off
109 M140 S0 ; heated bed heater off (if you have it)
110 M107 ; fans off
111 G91 ; relative positioning
112 G1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure
113 G1 Z+0.5 E-5 X-20 Y-20 F3000 ; move Z up a bit and retract filament even more
114 G90 ; absolute positioning
115 G1 X0 Y250 ; move to cooling position
116 M84 ; steppers off
117 G90 ; absolute positioning
118 M117 TAZ Ready.
119 ;{profile_string}
120 start2.gcode = ;Sliced at: {day} {date} {time}
121 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
122 ;Print time: {print_time}
123 ;Filament used: {filament_amount}m {filament_weight}g
124 ;Filament cost: {filament_cost}
125 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
126 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
127 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
128 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
129 G21 ;metric values
130 G90 ;absolute positioning
131 M107 ;start with the fan off
132 G28 X0 Y0 ;move X/Y to min endstops
133 G28 Z0 ;move Z to min endstops
134 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
135 T1 ;Switch to the 2nd extruder
136 G92 E0 ;zero the extruded length
137 G1 F200 E10 ;extrude 10mm of feed stock
138 G92 E0 ;zero the extruded length again
139 G1 F200 E-{retraction_dual_amount}
140 T0 ;Switch to the first extruder
141 G92 E0 ;zero the extruded length
142 G1 F200 E10 ;extrude 10mm of feed stock
143 G92 E0 ;zero the extruded length again
144 G1 F{travel_speed}
145 ;Put printing message on LCD screen
146 M117 Printing...
147 end2.gcode = ;End GCode
148 M104 T0 S0 ;extruder heater off
149 M104 T1 S0 ;extruder heater off
150 M140 S0 ;heated bed heater off (if you have it)
151 G91 ;relative positioning
152 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
153 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
154 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
155 M84 ;steppers off
156 G90 ;absolute positioning
157 ;{profile_string}
158 start3.gcode = ;Sliced at: {day} {date} {time}
159 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
160 ;Print time: {print_time}
161 ;Filament used: {filament_amount}m {filament_weight}g
162 ;Filament cost: {filament_cost}
163 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
164 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
165 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
166 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
167 G21 ;metric values
168 G90 ;absolute positioning
169 M107 ;start with the fan off
170 G28 X0 Y0 ;move X/Y to min endstops
171 G28 Z0 ;move Z to min endstops
172 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
173 T2 ;Switch to the 2nd extruder
174 G92 E0 ;zero the extruded length
175 G1 F200 E10 ;extrude 10mm of feed stock
176 G92 E0 ;zero the extruded length again
177 G1 F200 E-{retraction_dual_amount}
178 T1 ;Switch to the 2nd extruder
179 G92 E0 ;zero the extruded length
180 G1 F200 E10 ;extrude 10mm of feed stock
181 G92 E0 ;zero the extruded length again
182 G1 F200 E-{retraction_dual_amount}
183 T0 ;Switch to the first extruder
184 G92 E0 ;zero the extruded length
185 G1 F200 E10 ;extrude 10mm of feed stock
186 G92 E0 ;zero the extruded length again
187 G1 F{travel_speed}
188 ;Put printing message on LCD screen
189 M117 Printing...
190 end3.gcode = ;End GCode
191 M104 T0 S0 ;extruder heater off
192 M104 T1 S0 ;extruder heater off
193 M104 T2 S0 ;extruder heater off
194 M140 S0 ;heated bed heater off (if you have it)
195 G91 ;relative positioning
196 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
197 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
198 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
199 M84 ;steppers off
200 G90 ;absolute positioning
201 ;{profile_string}
202 start4.gcode = ;Sliced at: {day} {date} {time}
203 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
204 ;Print time: {print_time}
205 ;Filament used: {filament_amount}m {filament_weight}g
206 ;Filament cost: {filament_cost}
207 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
208 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
209 ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
210 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
211 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
212 G21 ;metric values
213 G90 ;absolute positioning
214 M107 ;start with the fan off
215 G28 X0 Y0 ;move X/Y to min endstops
216 G28 Z0 ;move Z to min endstops
217 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
218 T3 ;Switch to the 4th extruder
219 G92 E0 ;zero the extruded length
220 G1 F200 E10 ;extrude 10mm of feed stock
221 G92 E0 ;zero the extruded length again
222 G1 F200 E-{retraction_dual_amount}
223 T2 ;Switch to the 3th extruder
224 G92 E0 ;zero the extruded length
225 G1 F200 E10 ;extrude 10mm of feed stock
226 G92 E0 ;zero the extruded length again
227 G1 F200 E-{retraction_dual_amount}
228 T1 ;Switch to the 2nd extruder
229 G92 E0 ;zero the extruded length
230 G1 F200 E10 ;extrude 10mm of feed stock
231 G92 E0 ;zero the extruded length again
232 G1 F200 E-{retraction_dual_amount}
233 T0 ;Switch to the first extruder
234 G92 E0 ;zero the extruded length
235 G1 F200 E10 ;extrude 10mm of feed stock
236 G92 E0 ;zero the extruded length again
237 G1 F{travel_speed}
238 ;Put printing message on LCD screen
239 M117 Printing...
240 end4.gcode = ;End GCode
241 M104 T0 S0 ;extruder heater off
242 M104 T1 S0 ;extruder heater off
243 M104 T2 S0 ;extruder heater off
244 M104 T3 S0 ;extruder heater off
245 M140 S0 ;heated bed heater off (if you have it)
246 G91 ;relative positioning
247 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
248 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
249 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
250 M84 ;steppers off
251 G90 ;absolute positioning
252 ;{profile_string}
253 support_start.gcode =
254 support_end.gcode =
255 cool_start.gcode =
256 cool_end.gcode =
257 replace.csv =
258 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
259 ;This code is added before the T(n)
260 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
261 ;This code is added after the T(n)
Pridėti failai
Kad nurodytumėte priedą šiame puslapyje, naudokite attachment:filename, kaip parodyta žemiau failų sąraše. NENAUDOKITE adresų [get] nuorodoje, kadangi tai yra besikeičianti tema ir gali lengvai susigadinti.Jums neleidžiama pridėti failo šiame puslapyje