Priedas „PLA_cura_medium_tx.ini“
Parsisiųsti 1 [profile]
2 layer_height = .21
3 wall_thickness = 1.05
4 retraction_enable = True
5 solid_layer_thickness = .84
6 fill_density = 20
7 nozzle_size = .35
8 print_speed = 50
9 print_temperature = 180
10 print_temperature2 = 0
11 print_temperature3 = 0
12 print_temperature4 = 0
13 print_temperature5 = 0
14 print_bed_temperature = 50
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 = 3.0
22 filament_diameter2 = 0
23 filament_diameter3 = 0
24 filament_diameter4 = 0
25 filament_diameter5 = 0
26 filament_flow = 100.0
27 retraction_speed = 10
28 retraction_amount = 1.5
29 retraction_dual_amount = 16.5
30 retraction_min_travel = 0.5
31 retraction_combing = All
32 retraction_minimal_extrusion = 0.005
33 retraction_hop = 0.1
34 bottom_thickness = .3
35 layer0_width_factor = 125
36 object_sink = 0.0
37 overlap_dual = 0.15
38 travel_speed = 175
39 bottom_layer_speed = 15
40 infill_speed = 60
41 solidarea_speed = 0.0
42 inset0_speed = 50
43 insetx_speed = 55
44 cool_min_layer_time = 15
45 fan_enabled = True
46 skirt_line_count = 1
47 skirt_gap = 3.0
48 skirt_minimal_length = 250
49 fan_full_height = 0.5
50 fan_speed = 75
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 = True
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_all = 0.0
73 raft_airgap = 0.35
74 raft_surface_layers = 2
75 raft_surface_thickness = 0.1
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 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
92 ;M109 S{print_temperature} ;Uncomment to add your own temperature line
93 G21 ;metric values
94 G90 ;absolute positioning
95 M82 ;set extruder to absolute mode
96 M107 ;start with the fan off
97 G28 X0 Y0 ;move X/Y to min endstops
98 G28 Z0 ;move Z to min endstops
99 G1 Z15.0 F{travel_speed};move the platform down 15mm
100 G92 E0 ; zero the extruded length
101 G1 F200 E0 ; extrude 3mm of feed stock
102 G92 E0 ; zero the extruded length again
103 G1 F{travel_speed} ; set travel speed
104 M203 X192 Y208 Z3 ; speed limits
105 M117 Printing... ; send message to LCD
106 end.gcode = M400
107 M104 S0 ; hotend off
108 M140 S0 ; heated bed heater off (if you have it)
109 M107 ; fans off
110 G91 ; relative positioning
111 G1 E-1 F300 ; retract the filament a bit before lifting the nozzle, to release some of the pressure
112 G1 Z+0.5 E-5 X-20 Y-20 F3000 ; move Z up a bit and retract filament even more
113 G90 ; absolute positioning
114 G1 X0 Y250 ; move to cooling position
115 M84 ; steppers off
116 G90 ; absolute positioning
117 M117 TAZ Ready.
118 ;{profile_string}
119 start2.gcode = ;Sliced at: {day} {date} {time}
120 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
121 ;Print time: {print_time}
122 ;Filament used: {filament_amount}m {filament_weight}g
123 ;Filament cost: {filament_cost}
124 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
125 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
126 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
127 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
128 G21 ;metric values
129 G90 ;absolute positioning
130 M107 ;start with the fan off
131 G28 X0 Y0 ;move X/Y to min endstops
132 G28 Z0 ;move Z to min endstops
133 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
134 T1 ;Switch to the 2nd 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 F200 E-{retraction_dual_amount}
139 T0 ;Switch to the first extruder
140 G92 E0 ;zero the extruded length
141 G1 F200 E10 ;extrude 10mm of feed stock
142 G92 E0 ;zero the extruded length again
143 G1 F{travel_speed}
144 ;Put printing message on LCD screen
145 M117 Printing...
146 end2.gcode = ;End GCode
147 M104 T0 S0 ;extruder heater off
148 M104 T1 S0 ;extruder heater off
149 M140 S0 ;heated bed heater off (if you have it)
150 G91 ;relative positioning
151 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
152 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
153 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
154 M84 ;steppers off
155 G90 ;absolute positioning
156 ;{profile_string}
157 start3.gcode = ;Sliced at: {day} {date} {time}
158 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
159 ;Print time: {print_time}
160 ;Filament used: {filament_amount}m {filament_weight}g
161 ;Filament cost: {filament_cost}
162 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
163 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
164 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
165 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
166 G21 ;metric values
167 G90 ;absolute positioning
168 M107 ;start with the fan off
169 G28 X0 Y0 ;move X/Y to min endstops
170 G28 Z0 ;move Z to min endstops
171 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
172 T2 ;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 T1 ;Switch to the 2nd 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 F200 E-{retraction_dual_amount}
182 T0 ;Switch to the first extruder
183 G92 E0 ;zero the extruded length
184 G1 F200 E10 ;extrude 10mm of feed stock
185 G92 E0 ;zero the extruded length again
186 G1 F{travel_speed}
187 ;Put printing message on LCD screen
188 M117 Printing...
189 end3.gcode = ;End GCode
190 M104 T0 S0 ;extruder heater off
191 M104 T1 S0 ;extruder heater off
192 M104 T2 S0 ;extruder heater off
193 M140 S0 ;heated bed heater off (if you have it)
194 G91 ;relative positioning
195 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
196 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
197 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
198 M84 ;steppers off
199 G90 ;absolute positioning
200 ;{profile_string}
201 start4.gcode = ;Sliced at: {day} {date} {time}
202 ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
203 ;Print time: {print_time}
204 ;Filament used: {filament_amount}m {filament_weight}g
205 ;Filament cost: {filament_cost}
206 ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
207 ;M104 S{print_temperature} ;Uncomment to add your own temperature line
208 ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
209 ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
210 ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
211 G21 ;metric values
212 G90 ;absolute positioning
213 M107 ;start with the fan off
214 G28 X0 Y0 ;move X/Y to min endstops
215 G28 Z0 ;move Z to min endstops
216 G1 Z15.0 F{travel_speed} ;move the platform down 15mm
217 T3 ;Switch to the 4th 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 T2 ;Switch to the 3th 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 T1 ;Switch to the 2nd 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 F200 E-{retraction_dual_amount}
232 T0 ;Switch to the first extruder
233 G92 E0 ;zero the extruded length
234 G1 F200 E10 ;extrude 10mm of feed stock
235 G92 E0 ;zero the extruded length again
236 G1 F{travel_speed}
237 ;Put printing message on LCD screen
238 M117 Printing...
239 end4.gcode = ;End GCode
240 M104 T0 S0 ;extruder heater off
241 M104 T1 S0 ;extruder heater off
242 M104 T2 S0 ;extruder heater off
243 M104 T3 S0 ;extruder heater off
244 M140 S0 ;heated bed heater off (if you have it)
245 G91 ;relative positioning
246 G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
247 G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
248 G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
249 M84 ;steppers off
250 G90 ;absolute positioning
251 ;{profile_string}
252 support_start.gcode =
253 support_end.gcode =
254 cool_start.gcode =
255 cool_end.gcode =
256 replace.csv =
257 preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
258 ;This code is added before the T(n)
259 postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
260 ;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