Projet

Général

Profil

Publication de fichiers » mendel2.ini

Profile Cura pour la Mendel 2 de François - Michael Witrant, 26/03/2016 16:56

 
1
[profile]
2
layer_height = 0.25
3
wall_thickness = 1.0
4
retraction_enable = True
5
solid_layer_thickness = 0.6
6
fill_density = 30
7
nozzle_size = 0.4
8
print_speed = 16
9
print_temperature = 235
10
print_temperature2 = 0
11
print_temperature3 = 0
12
print_temperature4 = 0
13
print_temperature5 = 0
14
print_bed_temperature = 110
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 = 2.85
22
filament_diameter2 = 0
23
filament_diameter3 = 0
24
filament_diameter4 = 0
25
filament_diameter5 = 0
26
filament_flow = 100.0
27
retraction_speed = 30.0
28
retraction_amount = 1.5
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.0
34
bottom_thickness = 0.3
35
layer0_width_factor = 100
36
object_sink = 0.0
37
overlap_dual = 0.15
38
travel_speed = 70
39
bottom_layer_speed = 10
40
infill_speed = 0.0
41
solidarea_speed = 0.0
42
inset0_speed = 0.0
43
insetx_speed = 0.0
44
cool_min_layer_time = 5
45
fan_enabled = True
46
skirt_line_count = 1
47
skirt_gap = 3.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
support_type = Lines
58
support_angle = 60
59
support_fill_rate = 15
60
support_xy_distance = 0.7
61
support_z_distance = 0.15
62
spiralize = False
63
simple_mode = False
64
brim_line_count = 20
65
raft_margin = 5.0
66
raft_line_spacing = 3.0
67
raft_base_thickness = 0.3
68
raft_base_linewidth = 1.0
69
raft_interface_thickness = 0.27
70
raft_interface_linewidth = 0.4
71
raft_airgap_all = 0.0
72
raft_airgap = 0.22
73
raft_surface_layers = 2
74
raft_surface_thickness = 0.27
75
raft_surface_linewidth = 0.4
76
fix_horrible_union_all_type_a = True
77
fix_horrible_union_all_type_b = False
78
fix_horrible_use_open_bits = False
79
fix_horrible_extensive_stitching = False
80
plugin_config = 
81
object_center_x = -1
82
object_center_y = -1
83

    
84
[alterations]
85
start.gcode = ;Sliced at: {day} {date} {time}
86
	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
87
	;Print time: {print_time}
88
	;Filament used: {filament_amount}m {filament_weight}g
89
	;Filament cost: {filament_cost}
90
	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
91
	;M109 S{print_temperature} ;Uncomment to add your own temperature line
92
	G21        ;metric values
93
	G90        ;absolute positioning
94
	M82        ;set extruder to absolute mode
95
	M107       ;start with the fan off
96
	
97
	G28        ;move X/Y/Z to min endstops
98
	
99
	G1 X100 Y190 F9000
100
	G1 Z0.05
101
	
102
	M140 S110
103
	M109 S235
104
	
105
	G92 E0                  ;zero the extruded length
106
	G1 E5 F50               ;extrude 5mm of feed stock
107
	G1 E-0.5 F1200
108
	G92 E0                  ;zero the extruded length again
109
	G1 X140 F4000
110
	G1 Z0.3
111
	G1 F{travel_speed}
112
	;Put printing message on LCD screen
113
	M117 Printing...
114
	
115
end.gcode = ;End GCode
116
	M104 S0                     ;extruder heater off
117
	M140 S0                     ;heated bed heater off (if you have it)
118
	
119
	G91                                    ;relative positioning
120
	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
121
	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
122
	G28                                    ;move X/Y/Z to min endstops, so the head is out of the way
123
	
124
	M84                         ;steppers off
125
	G90                         ;absolute positioning
126
	;{profile_string}
127
	
128
start2.gcode = ;Sliced at: {day} {date} {time}
129
	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
130
	;Print time: {print_time}
131
	;Filament used: {filament_amount}m {filament_weight}g
132
	;Filament cost: {filament_cost}
133
	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
134
	;M104 S{print_temperature} ;Uncomment to add your own temperature line
135
	;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
136
	;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
137
	G21        ;metric values
138
	G90        ;absolute positioning
139
	M107       ;start with the fan off
140
	
141
	G28 X0 Y0  ;move X/Y to min endstops
142
	G28 Z0     ;move Z to min endstops
143
	
144
	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
145
	
146
	T1                      ;Switch to the 2nd extruder
147
	G92 E0                  ;zero the extruded length
148
	G1 F200 E10             ;extrude 10mm of feed stock
149
	G92 E0                  ;zero the extruded length again
150
	G1 F200 E-{retraction_dual_amount}
151
	
152
	T0                      ;Switch to the first extruder
153
	G92 E0                  ;zero the extruded length
154
	G1 F200 E10             ;extrude 10mm of feed stock
155
	G92 E0                  ;zero the extruded length again
156
	G1 F{travel_speed}
157
	;Put printing message on LCD screen
158
	M117 Printing...
159
	
160
end2.gcode = ;End GCode
161
	M104 T0 S0                     ;extruder heater off
162
	M104 T1 S0                     ;extruder heater off
163
	M140 S0                     ;heated bed heater off (if you have it)
164
	
165
	G91                                    ;relative positioning
166
	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
167
	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
168
	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
169
	
170
	M84                         ;steppers off
171
	G90                         ;absolute positioning
172
	;{profile_string}
173
	
174
start3.gcode = ;Sliced at: {day} {date} {time}
175
	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
176
	;Print time: {print_time}
177
	;Filament used: {filament_amount}m {filament_weight}g
178
	;Filament cost: {filament_cost}
179
	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
180
	;M104 S{print_temperature} ;Uncomment to add your own temperature line
181
	;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
182
	;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
183
	G21        ;metric values
184
	G90        ;absolute positioning
185
	M107       ;start with the fan off
186
	
187
	G28 X0 Y0  ;move X/Y to min endstops
188
	G28 Z0     ;move Z to min endstops
189
	
190
	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
191
	
192
	T2                      ;Switch to the 2nd extruder
193
	G92 E0                  ;zero the extruded length
194
	G1 F200 E10             ;extrude 10mm of feed stock
195
	G92 E0                  ;zero the extruded length again
196
	G1 F200 E-{retraction_dual_amount}
197
	
198
	T1                      ;Switch to the 2nd extruder
199
	G92 E0                  ;zero the extruded length
200
	G1 F200 E10             ;extrude 10mm of feed stock
201
	G92 E0                  ;zero the extruded length again
202
	G1 F200 E-{retraction_dual_amount}
203
	
204
	T0                      ;Switch to the first extruder
205
	G92 E0                  ;zero the extruded length
206
	G1 F200 E10             ;extrude 10mm of feed stock
207
	G92 E0                  ;zero the extruded length again
208
	G1 F{travel_speed}
209
	;Put printing message on LCD screen
210
	M117 Printing...
211
	
212
end3.gcode = ;End GCode
213
	M104 T0 S0                     ;extruder heater off
214
	M104 T1 S0                     ;extruder heater off
215
	M104 T2 S0                     ;extruder heater off
216
	M140 S0                     ;heated bed heater off (if you have it)
217
	
218
	G91                                    ;relative positioning
219
	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
220
	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
221
	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
222
	
223
	M84                         ;steppers off
224
	G90                         ;absolute positioning
225
	;{profile_string}
226
	
227
start4.gcode = ;Sliced at: {day} {date} {time}
228
	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
229
	;Print time: {print_time}
230
	;Filament used: {filament_amount}m {filament_weight}g
231
	;Filament cost: {filament_cost}
232
	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
233
	;M104 S{print_temperature} ;Uncomment to add your own temperature line
234
	;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
235
	;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
236
	;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
237
	G21        ;metric values
238
	G90        ;absolute positioning
239
	M107       ;start with the fan off
240
	
241
	G28 X0 Y0  ;move X/Y to min endstops
242
	G28 Z0     ;move Z to min endstops
243
	
244
	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
245
	
246
	T3                      ;Switch to the 4th extruder
247
	G92 E0                  ;zero the extruded length
248
	G1 F200 E10             ;extrude 10mm of feed stock
249
	G92 E0                  ;zero the extruded length again
250
	G1 F200 E-{retraction_dual_amount}
251
	
252
	T2                      ;Switch to the 3th extruder
253
	G92 E0                  ;zero the extruded length
254
	G1 F200 E10             ;extrude 10mm of feed stock
255
	G92 E0                  ;zero the extruded length again
256
	G1 F200 E-{retraction_dual_amount}
257
	
258
	T1                      ;Switch to the 2nd extruder
259
	G92 E0                  ;zero the extruded length
260
	G1 F200 E10             ;extrude 10mm of feed stock
261
	G92 E0                  ;zero the extruded length again
262
	G1 F200 E-{retraction_dual_amount}
263
	
264
	T0                      ;Switch to the first extruder
265
	G92 E0                  ;zero the extruded length
266
	G1 F200 E10             ;extrude 10mm of feed stock
267
	G92 E0                  ;zero the extruded length again
268
	G1 F{travel_speed}
269
	;Put printing message on LCD screen
270
	M117 Printing...
271
	
272
end4.gcode = ;End GCode
273
	M104 T0 S0                     ;extruder heater off
274
	M104 T1 S0                     ;extruder heater off
275
	M104 T2 S0                     ;extruder heater off
276
	M104 T3 S0                     ;extruder heater off
277
	M140 S0                     ;heated bed heater off (if you have it)
278
	
279
	G91                                    ;relative positioning
280
	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
281
	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
282
	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
283
	
284
	M84                         ;steppers off
285
	G90                         ;absolute positioning
286
	;{profile_string}
287
	
288
support_start.gcode = 
289
support_end.gcode = 
290
cool_start.gcode = 
291
cool_end.gcode = 
292
replace.csv = 
293
preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
294
	;This code is added before the T(n)
295
	
296
postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
297
	;This code is added after the T(n)
298
	
299

    
(3-3/3)