-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabs-300µ-cura.ini
198 lines (167 loc) · 5.64 KB
/
abs-300µ-cura.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
#
# dP""b8 88 88 88""Yb db dP""b8 dP"Yb 88b 88 888888 88 dP""b8
# dP `" 88 88 88__dP dPYb dP `" dP Yb 88Yb88 88__ 88 dP `"
# Yb Y8 8P 88"Yb dP__Yb Yb Yb dP 88 Y88 88"" 88 Yb "88
# YboodP `YbodP' 88 Yb dP""""Yb YboodP YbodP 88 Y8 88 88 YboodP
#
[profile]
# Detail Settings (Coarse 0.3mm layers)
layer_height = 0.3
bottom_thickness = 0.2
# bottom/top thickness:
solid_layer_thickness = 0.9
print_speed = 30
bottom_layer_speed = 20
fill_density = 20
wall_thickness = 1.5
# ABS Material Settings
filament_diameter = 2.96
print_bed_temperature = 90
print_temperature = 220
filament_flow = 100.0
# Cooling
fan_enabled = True
fan_layer = 0
fan_speed = 65
fan_speed_max = 80
# Adhesion - big flat objects may need more
platform_adhesion = Brim
brim_line_count = 10
cool_head_lift = False
cool_min_feedrate = 10
cool_min_layer_time = 5
filament_diameter2 = 0
filament_diameter3 = 0
filament_diameter4 = 0
fill_overlap = 15
fix_horrible_extensive_stitching = False
fix_horrible_union_all_type_a = False
fix_horrible_union_all_type_b = False
fix_horrible_use_open_bits = False
infill_speed = 0.0
nozzle_size = 0.5
object_center_x = -1
object_center_y = -1
object_sink = 0.0
overlap_dual = 0.2
plugin_config =
print_temperature2 = 0
print_temperature3 = 0
print_temperature4 = 0
raft_base_linewidth = 0.7
raft_base_thickness = 0.3
raft_interface_linewidth = 0.2
raft_interface_thickness = 0.2
raft_line_spacing = 1.0
raft_margin = 5
retraction_amount = 2
retraction_dual_amount = 16.5
retraction_enable = True
retraction_speed = 30.0
skirt_gap = 3.0
skirt_line_count = 0
solid_bottom = True
solid_top = True
support = None
support_dual_extrusion = False
support_rate = 75
travel_speed = 150.0
[alterations]
start.gcode =
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
G21 ;metric values
G90 ;absolute positioning
M107 ;start with the fan off
G28 ; home
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
G92 E0 ;zero the extruded length
G1 F50 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
G28 ; home
M0 ; wait
M117 Printing...
end.gcode = ;End GCode
M104 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
G28 X0 Y195 ;move X/Y to min endstops, so the head is out of the way
M84 ;steppers off
G90 ;absolute positioning
M300 S0 P1 ; play a song
M300 S698 P300
M300 S0 P50
M300 S523 P50
M300 S0 P25
M300 S494 P50
M300 S0 P25
M300 S523 P100
M300 S0 P50
M300 S554 P300
M300 S0 P100
M300 S523 P300
M300 S0 P400
M300 S659 P300
M300 S0 P100
M300 S698 P300
start2.gcode = ;Sliced at: {day} {date} {time}
;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
;Print time: {print_time}
;Filament used: {filament_amount}m {filament_weight}g
;Filament cost: {filament_cost}
G21 ;metric values
G90 ;absolute positioning
M107 ;start with the fan off
G28 X0 Y0 ;move X/Y to min endstops
G28 Z0 ;move Z to min endstops
G1 Z15.0 F{travel_speed} ;move the platform down 15mm
T1
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F200 E-{retraction_dual_amount}
T0
G92 E0 ;zero the extruded length
G1 F200 E10 ;extrude 10mm of feed stock
G92 E0 ;zero the extruded length again
G1 F{travel_speed}
M117 Printing...
end2.gcode = ;End GCode
M104 T0 S0 ;extruder heater off
M104 T1 S0 ;extruder heater off
M140 S0 ;heated bed heater off (if you have it)
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way
M84 ;steppers off
G90 ;absolute positioning
support_start.gcode =
support_end.gcode =
cool_start.gcode =
cool_end.gcode =
replace.csv =
nextobject.gcode = ;Move to next object on the platform. clear_z is the minimal z height we need to make sure we do not hit any objects.
G92 E0
G91 ;relative positioning
G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure
G1 Z+0.5 E-5 F{travel_speed} ;move Z up a bit and retract filament even more
G90 ;absolute positioning
G1 Z{clear_z} F{max_z_speed}
G92 E0
G1 X{object_center_x} Y{object_center_y} F{travel_speed}
G1 F200 E6
G92 E0
switchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
G92 E0
G1 E-36 F5000
G92 E0
T{extruder}
G1 X{new_x} Y{new_y} Z{new_z} F{travel_speed}
G1 E36 F5000
G92 E0