Browse Source

Moved slicing profiles into folder

Thomas Buck 6 years ago
parent
commit
6fcfe6bd94

+ 0
- 262
Cura_CTC_i3_Pro_B.ini View File

@@ -1,262 +0,0 @@
1
-[profile]
2
-layer_height = 0.2
3
-wall_thickness = 0.8
4
-retraction_enable = True
5
-solid_layer_thickness = 0.8
6
-fill_density = 40
7
-print_speed = 60
8
-print_temperature = 195
9
-print_temperature2 = 0
10
-print_temperature3 = 0
11
-print_temperature4 = 0
12
-print_temperature5 = 0
13
-print_bed_temperature = 60
14
-support = Everywhere
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 = 1.75
21
-filament_diameter2 = 0
22
-filament_diameter3 = 0
23
-filament_diameter4 = 0
24
-filament_diameter5 = 0
25
-filament_flow = 100.0
26
-nozzle_size = 0.4
27
-retraction_speed = 40.0
28
-retraction_amount = 1.2
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.08
34
-bottom_thickness = 0.3
35
-layer0_width_factor = 110
36
-object_sink = 0.0
37
-overlap_dual = 0.15
38
-travel_speed = 150
39
-bottom_layer_speed = 50.0
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 = 10
45
-fan_enabled = True
46
-skirt_line_count = 3
47
-skirt_gap = 3.0
48
-skirt_minimal_length = 150.0
49
-fan_full_height = 1.5
50
-fan_speed = 30
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 = 2
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} ;Heat Print bed and don't wait
92
-	M104 S{print_temperature}     ;Heat extruder and don't wait
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
-	M190 S{print_bed_temperature} ;Heat Print bed and wait
100
-	M109 S{print_temperature}     ;Heat extruder and wait
101
-	G1 Z5.0 F{travel_speed}        ;move the platform down 5mm
102
-	G1 X10.0 Y10.0 F{travel_speed} ;move to X10 Y10
103
-	G1 Z0.15 F{travel_speed}        ;move Z to first layer height
104
-	G92 E0                   ;zero the extruded length
105
-	G1 X30.0 E3 F300         ;extrude 3mm of feed stock and move X 20mm
106
-	G92 E0                   ;zero the extruded length again
107
-	G1 Z10.0 F{travel_speed} ;move platform down 5mm more
108
-	G1 F{travel_speed}
109
-	;Put printing message on LCD screen
110
-	M117 Printing...
111
-end.gcode = M104 S0
112
-	M140 S0                        ;heated bed heater off (if you have it)
113
-	G91                            ;relative positioning
114
-	G1 E-1 F40                     ;retract the filament a bit before lifting the nozzle, to release some of the pressure
115
-	G1 Z+0.5 E-0.5 F{travel_speed} ;move Z up a bit and retract filament even more
116
-	G90                            ;absolute positioning
117
-	G1 X0 Y180 F{travel_speed}     ;move X to min endstops, y to max so the head is out of the way
118
-	M84                            ;steppers off
119
-	M117 Finished!
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 3rd 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 3rd 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)
262
-

Cura_Fabrikator_Mini.ini → SlicingProfiles/Cura_old/Cura_Fabrikator_Mini.ini View File


+ 419
- 0
SlicingProfiles/OctoPrint/cura_ctc_i3_pro_b.profile View File

@@ -0,0 +1,419 @@
1
+_description: Imported from Cura_CTC_i3_Pro_B.ini on 2018-01-06 17:07
2
+_display_name: Cura_CTC_i3_Pro_B
3
+bottom_layer_speed: 50.0
4
+bottom_thickness: 0.3
5
+brim_line_count: 20
6
+cool_head_lift: false
7
+cool_min_feedrate: 10
8
+cool_min_layer_time: 10
9
+end_gcode:
10
+- 'M104 S0
11
+
12
+  M140 S0                        ;heated bed heater off (if you have it)
13
+
14
+  G91                            ;relative positioning
15
+
16
+  G1 E-0.5 F40                     ;retract the filament a bit before lifting the nozzle,
17
+  to release some of the pressure
18
+
19
+  G1 Z+0.5 E-0.5 F{travel_speed} ;move Z up a bit and retract filament even more
20
+
21
+  G90                            ;absolute positioning
22
+
23
+  G1 X0 Y180 F{travel_speed}     ;move X to min endstops, y to max so the head is
24
+  out of the way
25
+
26
+  M84                            ;steppers off
27
+
28
+  M117 Finished!'
29
+- ';End GCode
30
+
31
+  M104 T0 S0                     ;extruder heater off
32
+
33
+  M104 T1 S0                     ;extruder heater off
34
+
35
+  M140 S0                     ;heated bed heater off (if you have it)
36
+
37
+  G91                                    ;relative positioning
38
+
39
+  G1 E-0.5 F300                            ;retract the filament a bit before lifting
40
+  the nozzle, to release some of the pressure
41
+
42
+  G1 Z+0.5 E-0.5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even
43
+  more
44
+
45
+  G28 X0 Y0                              ;move X/Y to min endstops, so the head is
46
+  out of the way
47
+
48
+  M84                         ;steppers off
49
+
50
+  G90                         ;absolute positioning
51
+
52
+  ;{profile_string}'
53
+- ';End GCode
54
+
55
+  M104 T0 S0                     ;extruder heater off
56
+
57
+  M104 T1 S0                     ;extruder heater off
58
+
59
+  M104 T2 S0                     ;extruder heater off
60
+
61
+  M140 S0                     ;heated bed heater off (if you have it)
62
+
63
+  G91                                    ;relative positioning
64
+
65
+  G1 E-0.5 F300                            ;retract the filament a bit before lifting
66
+  the nozzle, to release some of the pressure
67
+
68
+  G1 Z+0.5 E-0.5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even
69
+  more
70
+
71
+  G28 X0 Y0                              ;move X/Y to min endstops, so the head is
72
+  out of the way
73
+
74
+  M84                         ;steppers off
75
+
76
+  G90                         ;absolute positioning
77
+
78
+  ;{profile_string}'
79
+- ';End GCode
80
+
81
+  M104 T0 S0                     ;extruder heater off
82
+
83
+  M104 T1 S0                     ;extruder heater off
84
+
85
+  M104 T2 S0                     ;extruder heater off
86
+
87
+  M104 T3 S0                     ;extruder heater off
88
+
89
+  M140 S0                     ;heated bed heater off (if you have it)
90
+
91
+  G91                                    ;relative positioning
92
+
93
+  G1 E-0.5 F300                            ;retract the filament a bit before lifting
94
+  the nozzle, to release some of the pressure
95
+
96
+  G1 Z+0.5 E-0.5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even
97
+  more
98
+
99
+  G28 X0 Y0                              ;move X/Y to min endstops, so the head is
100
+  out of the way
101
+
102
+  M84                         ;steppers off
103
+
104
+  G90                         ;absolute positioning
105
+
106
+  ;{profile_string}'
107
+fan_enabled: true
108
+fan_full_height: 1.5
109
+fan_speed: 30
110
+fan_speed_max: 100
111
+filament_diameter:
112
+- 1.75
113
+- false
114
+- false
115
+- false
116
+filament_flow: 100.0
117
+fill_density: 40
118
+fill_overlap: 15
119
+first_layer_width_factor: 110
120
+fix_horrible_extensive_stitching: false
121
+fix_horrible_union_all_type_a: true
122
+fix_horrible_union_all_type_b: false
123
+fix_horrible_use_open_bits: false
124
+follow_surface: false
125
+infill_speed: 0.0
126
+inner_shell_speed: 0.0
127
+layer_height: 0.2
128
+object_sink: 0.0
129
+ooze_shield: false
130
+outer_shell_speed: 0.0
131
+overlap_dual: 0.15
132
+perimeter_before_infill: false
133
+platform_adhesion: none
134
+print_bed_temperature: 60
135
+print_speed: 60
136
+print_temperature:
137
+- 195
138
+- false
139
+- false
140
+- false
141
+raft_airgap: 0.22
142
+raft_airgap_all: 0.0
143
+raft_base_linewidth: 1.0
144
+raft_base_thickness: 0.3
145
+raft_interface_linewidth: 0.4
146
+raft_interface_thickness: 0.27
147
+raft_line_spacing: 3.0
148
+raft_margin: 5.0
149
+raft_surface_layers: 2
150
+raft_surface_linewidth: 0.4
151
+raft_surface_thickness: 0.27
152
+retraction_amount: 1.0
153
+retraction_combing: all
154
+retraction_dual_amount: 16.5
155
+retraction_enable: true
156
+retraction_hop: 0.18
157
+retraction_min_travel: 1.5
158
+retraction_minimal_extrusion: 0.02
159
+retraction_speed: 40.0
160
+skirt_gap: 3.0
161
+skirt_line_count: 3
162
+skirt_minimal_length: 150.0
163
+solid_bottom: true
164
+solid_layer_thickness: 0.8
165
+solid_top: true
166
+solidarea_speed: 0.0
167
+spiralize: false
168
+start_gcode:
169
+- ';Sliced at: {day} {date} {time}
170
+
171
+  ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
172
+
173
+  ;Print time: {print_time}
174
+
175
+  ;Filament used: {filament_amount}m {filament_weight}g
176
+
177
+  ;Filament cost: {filament_cost}
178
+
179
+  M140 S{print_bed_temperature} ;Heat Print bed and don''t wait
180
+
181
+  G21        ;metric values
182
+
183
+  G90        ;absolute positioning
184
+
185
+  M82        ;set extruder to absolute mode
186
+
187
+  M107       ;start with the fan off
188
+
189
+  G28        ;move X/Y/Z to min endstops
190
+
191
+  G29        ;perform auto bed leveling
192
+
193
+  M104 S{print_temperature}     ;Heat extruder and don''t wait
194
+
195
+  M190 S{print_bed_temperature} ;Heat Print bed and wait
196
+
197
+  M109 S{print_temperature}     ;Heat extruder and wait
198
+
199
+  G1 Z5.0 F{travel_speed}        ;move the platform down 5mm
200
+
201
+  G1 X10.0 Y10.0 F{travel_speed} ;move to X10 Y10
202
+
203
+  G1 Z0.15 F{travel_speed}        ;move Z to first layer height
204
+
205
+  G92 E0                   ;zero the extruded length
206
+
207
+  G1 X30.0 E3 F300         ;extrude 3mm of feed stock and move X 20mm
208
+
209
+  G92 E0                   ;zero the extruded length again
210
+
211
+  G1 Z10.0 F{travel_speed} ;move platform down 5mm more
212
+
213
+  G1 F{travel_speed}
214
+
215
+  ;Put printing message on LCD screen
216
+
217
+  M117 Printing...'
218
+- ';Sliced at: {day} {date} {time}
219
+
220
+  ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
221
+
222
+  ;Print time: {print_time}
223
+
224
+  ;Filament used: {filament_amount}m {filament_weight}g
225
+
226
+  ;Filament cost: {filament_cost}
227
+
228
+  ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
229
+
230
+  ;M104 S{print_temperature} ;Uncomment to add your own temperature line
231
+
232
+  ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
233
+
234
+  ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
235
+
236
+  G21        ;metric values
237
+
238
+  G90        ;absolute positioning
239
+
240
+  M107       ;start with the fan off
241
+
242
+  G28 X0 Y0  ;move X/Y to min endstops
243
+
244
+  G28 Z0     ;move Z to min endstops
245
+
246
+  G1 Z15.0 F{travel_speed} ;move the platform down 15mm
247
+
248
+  T1                      ;Switch to the 2nd extruder
249
+
250
+  G92 E0                  ;zero the extruded length
251
+
252
+  G1 F200 E10             ;extrude 10mm of feed stock
253
+
254
+  G92 E0                  ;zero the extruded length again
255
+
256
+  G1 F200 E-{retraction_dual_amount}
257
+
258
+  T0                      ;Switch to the first extruder
259
+
260
+  G92 E0                  ;zero the extruded length
261
+
262
+  G1 F200 E10             ;extrude 10mm of feed stock
263
+
264
+  G92 E0                  ;zero the extruded length again
265
+
266
+  G1 F{travel_speed}
267
+
268
+  ;Put printing message on LCD screen
269
+
270
+  M117 Printing...'
271
+- ';Sliced at: {day} {date} {time}
272
+
273
+  ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
274
+
275
+  ;Print time: {print_time}
276
+
277
+  ;Filament used: {filament_amount}m {filament_weight}g
278
+
279
+  ;Filament cost: {filament_cost}
280
+
281
+  ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
282
+
283
+  ;M104 S{print_temperature} ;Uncomment to add your own temperature line
284
+
285
+  ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
286
+
287
+  ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
288
+
289
+  G21        ;metric values
290
+
291
+  G90        ;absolute positioning
292
+
293
+  M107       ;start with the fan off
294
+
295
+  G28 X0 Y0  ;move X/Y to min endstops
296
+
297
+  G28 Z0     ;move Z to min endstops
298
+
299
+  G1 Z15.0 F{travel_speed} ;move the platform down 15mm
300
+
301
+  T2                      ;Switch to the 3rd extruder
302
+
303
+  G92 E0                  ;zero the extruded length
304
+
305
+  G1 F200 E10             ;extrude 10mm of feed stock
306
+
307
+  G92 E0                  ;zero the extruded length again
308
+
309
+  G1 F200 E-{retraction_dual_amount}
310
+
311
+  T1                      ;Switch to the 2nd extruder
312
+
313
+  G92 E0                  ;zero the extruded length
314
+
315
+  G1 F200 E10             ;extrude 10mm of feed stock
316
+
317
+  G92 E0                  ;zero the extruded length again
318
+
319
+  G1 F200 E-{retraction_dual_amount}
320
+
321
+  T0                      ;Switch to the first extruder
322
+
323
+  G92 E0                  ;zero the extruded length
324
+
325
+  G1 F200 E10             ;extrude 10mm of feed stock
326
+
327
+  G92 E0                  ;zero the extruded length again
328
+
329
+  G1 F{travel_speed}
330
+
331
+  ;Put printing message on LCD screen
332
+
333
+  M117 Printing...'
334
+- ';Sliced at: {day} {date} {time}
335
+
336
+  ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
337
+
338
+  ;Print time: {print_time}
339
+
340
+  ;Filament used: {filament_amount}m {filament_weight}g
341
+
342
+  ;Filament cost: {filament_cost}
343
+
344
+  ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
345
+
346
+  ;M104 S{print_temperature} ;Uncomment to add your own temperature line
347
+
348
+  ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
349
+
350
+  ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
351
+
352
+  ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
353
+
354
+  G21        ;metric values
355
+
356
+  G90        ;absolute positioning
357
+
358
+  M107       ;start with the fan off
359
+
360
+  G28 X0 Y0  ;move X/Y to min endstops
361
+
362
+  G28 Z0     ;move Z to min endstops
363
+
364
+  G1 Z15.0 F{travel_speed} ;move the platform down 15mm
365
+
366
+  T3                      ;Switch to the 4th extruder
367
+
368
+  G92 E0                  ;zero the extruded length
369
+
370
+  G1 F200 E10             ;extrude 10mm of feed stock
371
+
372
+  G92 E0                  ;zero the extruded length again
373
+
374
+  G1 F200 E-{retraction_dual_amount}
375
+
376
+  T2                      ;Switch to the 3rd extruder
377
+
378
+  G92 E0                  ;zero the extruded length
379
+
380
+  G1 F200 E10             ;extrude 10mm of feed stock
381
+
382
+  G92 E0                  ;zero the extruded length again
383
+
384
+  G1 F200 E-{retraction_dual_amount}
385
+
386
+  T1                      ;Switch to the 2nd extruder
387
+
388
+  G92 E0                  ;zero the extruded length
389
+
390
+  G1 F200 E10             ;extrude 10mm of feed stock
391
+
392
+  G92 E0                  ;zero the extruded length again
393
+
394
+  G1 F200 E-{retraction_dual_amount}
395
+
396
+  T0                      ;Switch to the first extruder
397
+
398
+  G92 E0                  ;zero the extruded length
399
+
400
+  G1 F200 E10             ;extrude 10mm of feed stock
401
+
402
+  G92 E0                  ;zero the extruded length again
403
+
404
+  G1 F{travel_speed}
405
+
406
+  ;Put printing message on LCD screen
407
+
408
+  M117 Printing...'
409
+support: none
410
+support_angle: 60
411
+support_dual_extrusion: both
412
+support_fill_rate: 15
413
+support_type: lines
414
+support_xy_distance: 0.7
415
+support_z_distance: 0.15
416
+travel_speed: 100
417
+wall_thickness: 0.8
418
+wipe_tower: false
419
+wipe_tower_volume: 15

+ 421
- 0
SlicingProfiles/OctoPrint/i3_flex.profile View File

@@ -0,0 +1,421 @@
1
+_description: Imported from Cura_CTC_i3_Pro_B.ini on 2018-01-06 17:07
2
+_display_name: CTC i3 Flex
3
+bottom_layer_speed: 15.0
4
+bottom_thickness: 0.2
5
+brim_line_count: 20
6
+cool_head_lift: false
7
+cool_min_feedrate: 10
8
+cool_min_layer_time: 10
9
+end_gcode:
10
+- 'M104 S0
11
+
12
+  M140 S0                        ;heated bed heater off (if you have it)
13
+
14
+  G91                            ;relative positioning
15
+
16
+  G1 E-0.5 F40                     ;retract the filament a bit before lifting the nozzle,
17
+  to release some of the pressure
18
+
19
+  G1 Z+0.5 E-0.5 F{travel_speed} ;move Z up a bit and retract filament even more
20
+
21
+  G90                            ;absolute positioning
22
+
23
+  G1 X0 Y180 F{travel_speed}     ;move X to min endstops, y to max so the head is
24
+  out of the way
25
+
26
+  M84                            ;steppers off
27
+
28
+  M117 Finished!'
29
+- ';End GCode
30
+
31
+  M104 T0 S0                     ;extruder heater off
32
+
33
+  M104 T1 S0                     ;extruder heater off
34
+
35
+  M140 S0                     ;heated bed heater off (if you have it)
36
+
37
+  G91                                    ;relative positioning
38
+
39
+  G1 E-0.5 F300                            ;retract the filament a bit before lifting
40
+  the nozzle, to release some of the pressure
41
+
42
+  G1 Z+0.5 E-0.5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even
43
+  more
44
+
45
+  G28 X0 Y0                              ;move X/Y to min endstops, so the head is
46
+  out of the way
47
+
48
+  M84                         ;steppers off
49
+
50
+  G90                         ;absolute positioning
51
+
52
+  ;{profile_string}'
53
+- ';End GCode
54
+
55
+  M104 T0 S0                     ;extruder heater off
56
+
57
+  M104 T1 S0                     ;extruder heater off
58
+
59
+  M104 T2 S0                     ;extruder heater off
60
+
61
+  M140 S0                     ;heated bed heater off (if you have it)
62
+
63
+  G91                                    ;relative positioning
64
+
65
+  G1 E-0.5 F300                            ;retract the filament a bit before lifting
66
+  the nozzle, to release some of the pressure
67
+
68
+  G1 Z+0.5 E-0.5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even
69
+  more
70
+
71
+  G28 X0 Y0                              ;move X/Y to min endstops, so the head is
72
+  out of the way
73
+
74
+  M84                         ;steppers off
75
+
76
+  G90                         ;absolute positioning
77
+
78
+  ;{profile_string}'
79
+- ';End GCode
80
+
81
+  M104 T0 S0                     ;extruder heater off
82
+
83
+  M104 T1 S0                     ;extruder heater off
84
+
85
+  M104 T2 S0                     ;extruder heater off
86
+
87
+  M104 T3 S0                     ;extruder heater off
88
+
89
+  M140 S0                     ;heated bed heater off (if you have it)
90
+
91
+  G91                                    ;relative positioning
92
+
93
+  G1 E-0.5 F300                            ;retract the filament a bit before lifting
94
+  the nozzle, to release some of the pressure
95
+
96
+  G1 Z+0.5 E-0.5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even
97
+  more
98
+
99
+  G28 X0 Y0                              ;move X/Y to min endstops, so the head is
100
+  out of the way
101
+
102
+  M84                         ;steppers off
103
+
104
+  G90                         ;absolute positioning
105
+
106
+  ;{profile_string}'
107
+fan_enabled: true
108
+fan_full_height: 1.5
109
+fan_speed: 30
110
+fan_speed_max: 100
111
+filament_diameter:
112
+- 1.75
113
+- false
114
+- false
115
+- false
116
+filament_flow: 100.0
117
+fill_density: 15
118
+fill_overlap: 15
119
+first_layer_width_factor: 110
120
+fix_horrible_extensive_stitching: false
121
+fix_horrible_union_all_type_a: true
122
+fix_horrible_union_all_type_b: false
123
+fix_horrible_use_open_bits: false
124
+follow_surface: false
125
+infill_speed: 0.0
126
+inner_shell_speed: 0.0
127
+layer_height: 0.2
128
+object_sink: 0.0
129
+ooze_shield: false
130
+outer_shell_speed: 40.0
131
+overlap_dual: 0.15
132
+perimeter_before_infill: false
133
+platform_adhesion: none
134
+print_bed_temperature: 30
135
+print_speed: 50
136
+print_temperature:
137
+- 195
138
+- false
139
+- false
140
+- false
141
+raft_airgap: 0.22
142
+raft_airgap_all: 0.0
143
+raft_base_linewidth: 1.0
144
+raft_base_thickness: 0.3
145
+raft_interface_linewidth: 0.4
146
+raft_interface_thickness: 0.27
147
+raft_line_spacing: 3.0
148
+raft_margin: 5.0
149
+raft_surface_layers: 2
150
+raft_surface_linewidth: 0.4
151
+raft_surface_thickness: 0.27
152
+retraction_amount: 1.0
153
+retraction_combing: all
154
+retraction_dual_amount: 16.5
155
+retraction_enable: true
156
+retraction_hop: 0.18
157
+retraction_min_travel: 1.5
158
+retraction_minimal_extrusion: 0.02
159
+retraction_speed: 40.0
160
+skirt_gap: 3.0
161
+skirt_line_count: 3
162
+skirt_minimal_length: 150.0
163
+solid_bottom: true
164
+solid_layer_thickness: 1.0
165
+solid_top: true
166
+solidarea_speed: 0.0
167
+spiralize: false
168
+start_gcode:
169
+- ';Sliced at: {day} {date} {time}
170
+
171
+  ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
172
+
173
+  ;Print time: {print_time}
174
+
175
+  ;Filament used: {filament_amount}m {filament_weight}g
176
+
177
+  ;Filament cost: {filament_cost}
178
+
179
+  G21        ;metric values
180
+
181
+  G90        ;absolute positioning
182
+
183
+  M82        ;set extruder to absolute mode
184
+
185
+  M107       ;start with the fan off
186
+
187
+  G28        ;move X/Y/Z to min endstops
188
+
189
+  G29        ;perform auto bed leveling
190
+
191
+  G1 X0.0 Y0.0 F{travel_speed}
192
+
193
+  M140 S{print_bed_temperature} ;Heat Print bed and don''t wait
194
+
195
+  M104 S{print_temperature}     ;Heat extruder and don''t wait
196
+
197
+  M190 S{print_bed_temperature} ;Heat Print bed and wait
198
+
199
+  M109 S{print_temperature}     ;Heat extruder and wait
200
+
201
+  G1 Z5.0 F{travel_speed}        ;move the platform down 5mm
202
+
203
+  G1 X10.0 Y10.0 F{travel_speed} ;move to X10 Y10
204
+
205
+  G1 Z0.15 F{travel_speed}        ;move Z to first layer height
206
+
207
+  G92 E0                   ;zero the extruded length
208
+
209
+  G1 X30.0 E3 F300         ;extrude 3mm of feed stock and move X 20mm
210
+
211
+  G92 E0                   ;zero the extruded length again
212
+
213
+  G1 Z10.0 F{travel_speed} ;move platform down 5mm more
214
+
215
+  G1 F{travel_speed}
216
+
217
+  ;Put printing message on LCD screen
218
+
219
+  M117 Printing...'
220
+- ';Sliced at: {day} {date} {time}
221
+
222
+  ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
223
+
224
+  ;Print time: {print_time}
225
+
226
+  ;Filament used: {filament_amount}m {filament_weight}g
227
+
228
+  ;Filament cost: {filament_cost}
229
+
230
+  ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
231
+
232
+  ;M104 S{print_temperature} ;Uncomment to add your own temperature line
233
+
234
+  ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
235
+
236
+  ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
237
+
238
+  G21        ;metric values
239
+
240
+  G90        ;absolute positioning
241
+
242
+  M107       ;start with the fan off
243
+
244
+  G28 X0 Y0  ;move X/Y to min endstops
245
+
246
+  G28 Z0     ;move Z to min endstops
247
+
248
+  G1 Z15.0 F{travel_speed} ;move the platform down 15mm
249
+
250
+  T1                      ;Switch to the 2nd extruder
251
+
252
+  G92 E0                  ;zero the extruded length
253
+
254
+  G1 F200 E10             ;extrude 10mm of feed stock
255
+
256
+  G92 E0                  ;zero the extruded length again
257
+
258
+  G1 F200 E-{retraction_dual_amount}
259
+
260
+  T0                      ;Switch to the first extruder
261
+
262
+  G92 E0                  ;zero the extruded length
263
+
264
+  G1 F200 E10             ;extrude 10mm of feed stock
265
+
266
+  G92 E0                  ;zero the extruded length again
267
+
268
+  G1 F{travel_speed}
269
+
270
+  ;Put printing message on LCD screen
271
+
272
+  M117 Printing...'
273
+- ';Sliced at: {day} {date} {time}
274
+
275
+  ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
276
+
277
+  ;Print time: {print_time}
278
+
279
+  ;Filament used: {filament_amount}m {filament_weight}g
280
+
281
+  ;Filament cost: {filament_cost}
282
+
283
+  ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
284
+
285
+  ;M104 S{print_temperature} ;Uncomment to add your own temperature line
286
+
287
+  ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
288
+
289
+  ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
290
+
291
+  G21        ;metric values
292
+
293
+  G90        ;absolute positioning
294
+
295
+  M107       ;start with the fan off
296
+
297
+  G28 X0 Y0  ;move X/Y to min endstops
298
+
299
+  G28 Z0     ;move Z to min endstops
300
+
301
+  G1 Z15.0 F{travel_speed} ;move the platform down 15mm
302
+
303
+  T2                      ;Switch to the 3rd extruder
304
+
305
+  G92 E0                  ;zero the extruded length
306
+
307
+  G1 F200 E10             ;extrude 10mm of feed stock
308
+
309
+  G92 E0                  ;zero the extruded length again
310
+
311
+  G1 F200 E-{retraction_dual_amount}
312
+
313
+  T1                      ;Switch to the 2nd extruder
314
+
315
+  G92 E0                  ;zero the extruded length
316
+
317
+  G1 F200 E10             ;extrude 10mm of feed stock
318
+
319
+  G92 E0                  ;zero the extruded length again
320
+
321
+  G1 F200 E-{retraction_dual_amount}
322
+
323
+  T0                      ;Switch to the first extruder
324
+
325
+  G92 E0                  ;zero the extruded length
326
+
327
+  G1 F200 E10             ;extrude 10mm of feed stock
328
+
329
+  G92 E0                  ;zero the extruded length again
330
+
331
+  G1 F{travel_speed}
332
+
333
+  ;Put printing message on LCD screen
334
+
335
+  M117 Printing...'
336
+- ';Sliced at: {day} {date} {time}
337
+
338
+  ;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
339
+
340
+  ;Print time: {print_time}
341
+
342
+  ;Filament used: {filament_amount}m {filament_weight}g
343
+
344
+  ;Filament cost: {filament_cost}
345
+
346
+  ;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
347
+
348
+  ;M104 S{print_temperature} ;Uncomment to add your own temperature line
349
+
350
+  ;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
351
+
352
+  ;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
353
+
354
+  ;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
355
+
356
+  G21        ;metric values
357
+
358
+  G90        ;absolute positioning
359
+
360
+  M107       ;start with the fan off
361
+
362
+  G28 X0 Y0  ;move X/Y to min endstops
363
+
364
+  G28 Z0     ;move Z to min endstops
365
+
366
+  G1 Z15.0 F{travel_speed} ;move the platform down 15mm
367
+
368
+  T3                      ;Switch to the 4th extruder
369
+
370
+  G92 E0                  ;zero the extruded length
371
+
372
+  G1 F200 E10             ;extrude 10mm of feed stock
373
+
374
+  G92 E0                  ;zero the extruded length again
375
+
376
+  G1 F200 E-{retraction_dual_amount}
377
+
378
+  T2                      ;Switch to the 3rd extruder
379
+
380
+  G92 E0                  ;zero the extruded length
381
+
382
+  G1 F200 E10             ;extrude 10mm of feed stock
383
+
384
+  G92 E0                  ;zero the extruded length again
385
+
386
+  G1 F200 E-{retraction_dual_amount}
387
+
388
+  T1                      ;Switch to the 2nd extruder
389
+
390
+  G92 E0                  ;zero the extruded length
391
+
392
+  G1 F200 E10             ;extrude 10mm of feed stock
393
+
394
+  G92 E0                  ;zero the extruded length again
395
+
396
+  G1 F200 E-{retraction_dual_amount}
397
+
398
+  T0                      ;Switch to the first extruder
399
+
400
+  G92 E0                  ;zero the extruded length
401
+
402
+  G1 F200 E10             ;extrude 10mm of feed stock
403
+
404
+  G92 E0                  ;zero the extruded length again
405
+
406
+  G1 F{travel_speed}
407
+
408
+  ;Put printing message on LCD screen
409
+
410
+  M117 Printing...'
411
+support: none
412
+support_angle: 60
413
+support_dual_extrusion: both
414
+support_fill_rate: 15
415
+support_type: lines
416
+support_xy_distance: 0.7
417
+support_z_distance: 0.15
418
+travel_speed: 100
419
+wall_thickness: 1.0
420
+wipe_tower: false
421
+wipe_tower_volume: 15

slic3r-ctc-i3-flexismart.ini → SlicingProfiles/Slic3r/slic3r-ctc-i3-flexismart.ini View File


slic3r-ctc-i3-pla.ini → SlicingProfiles/Slic3r/slic3r-ctc-i3-pla.ini View File


Loading…
Cancel
Save