Browse Source

Initial commit

Thomas Buck 8 years ago
commit
ce74b6d1cd
3 changed files with 572 additions and 0 deletions
  1. 1
    0
      .gitignore
  2. 258
    0
      Cura_Fabrikator_Mini.ini
  3. 313
    0
      Slic3r_config_bundle.ini

+ 1
- 0
.gitignore View File

@@ -0,0 +1 @@
1
+.DS_Store

+ 258
- 0
Cura_Fabrikator_Mini.ini View File

@@ -0,0 +1,258 @@
1
+[profile]
2
+layer_height = 0.2
3
+wall_thickness = 0.8
4
+retraction_enable = True
5
+solid_layer_thickness = 0.6
6
+fill_density = 20
7
+print_speed = 20
8
+print_temperature = 190
9
+print_temperature2 = 0
10
+print_temperature3 = 0
11
+print_temperature4 = 0
12
+print_temperature5 = 0
13
+print_bed_temperature = 70
14
+support = None
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 = 4.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 = 20.0
39
+bottom_layer_speed = 18
40
+infill_speed = 20
41
+solidarea_speed = 20
42
+inset0_speed = 20
43
+insetx_speed = 20
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
+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
+	;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 E3              ;extrude 3mm of feed stock
102
+	G92 E0                  ;zero the extruded length again
103
+	G1 F{travel_speed}
104
+	;Put printing message on LCD screen
105
+	M117 Printing...
106
+end.gcode = ;End GCode
107
+	M104 S0                     ;extruder heater off
108
+	M140 S0                     ;heated bed heater off (if you have it)
109
+	G91                                    ;relative positioning
110
+	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
111
+	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
112
+	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
113
+	M84                         ;steppers off
114
+	G90                         ;absolute positioning
115
+	;{profile_string}
116
+start2.gcode = ;Sliced at: {day} {date} {time}
117
+	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
118
+	;Print time: {print_time}
119
+	;Filament used: {filament_amount}m {filament_weight}g
120
+	;Filament cost: {filament_cost}
121
+	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
122
+	;M104 S{print_temperature} ;Uncomment to add your own temperature line
123
+	;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
124
+	;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
125
+	G21        ;metric values
126
+	G90        ;absolute positioning
127
+	M107       ;start with the fan off
128
+	G28 X0 Y0  ;move X/Y to min endstops
129
+	G28 Z0     ;move Z to min endstops
130
+	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
131
+	T1                      ;Switch to the 2nd extruder
132
+	G92 E0                  ;zero the extruded length
133
+	G1 F200 E10             ;extrude 10mm of feed stock
134
+	G92 E0                  ;zero the extruded length again
135
+	G1 F200 E-{retraction_dual_amount}
136
+	T0                      ;Switch to the first extruder
137
+	G92 E0                  ;zero the extruded length
138
+	G1 F200 E10             ;extrude 10mm of feed stock
139
+	G92 E0                  ;zero the extruded length again
140
+	G1 F{travel_speed}
141
+	;Put printing message on LCD screen
142
+	M117 Printing...
143
+end2.gcode = ;End GCode
144
+	M104 T0 S0                     ;extruder heater off
145
+	M104 T1 S0                     ;extruder heater off
146
+	M140 S0                     ;heated bed heater off (if you have it)
147
+	G91                                    ;relative positioning
148
+	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
149
+	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
150
+	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
151
+	M84                         ;steppers off
152
+	G90                         ;absolute positioning
153
+	;{profile_string}
154
+start3.gcode = ;Sliced at: {day} {date} {time}
155
+	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
156
+	;Print time: {print_time}
157
+	;Filament used: {filament_amount}m {filament_weight}g
158
+	;Filament cost: {filament_cost}
159
+	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
160
+	;M104 S{print_temperature} ;Uncomment to add your own temperature line
161
+	;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
162
+	;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
163
+	G21        ;metric values
164
+	G90        ;absolute positioning
165
+	M107       ;start with the fan off
166
+	G28 X0 Y0  ;move X/Y to min endstops
167
+	G28 Z0     ;move Z to min endstops
168
+	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
169
+	T2                      ;Switch to the 3rd extruder
170
+	G92 E0                  ;zero the extruded length
171
+	G1 F200 E10             ;extrude 10mm of feed stock
172
+	G92 E0                  ;zero the extruded length again
173
+	G1 F200 E-{retraction_dual_amount}
174
+	T1                      ;Switch to the 2nd extruder
175
+	G92 E0                  ;zero the extruded length
176
+	G1 F200 E10             ;extrude 10mm of feed stock
177
+	G92 E0                  ;zero the extruded length again
178
+	G1 F200 E-{retraction_dual_amount}
179
+	T0                      ;Switch to the first extruder
180
+	G92 E0                  ;zero the extruded length
181
+	G1 F200 E10             ;extrude 10mm of feed stock
182
+	G92 E0                  ;zero the extruded length again
183
+	G1 F{travel_speed}
184
+	;Put printing message on LCD screen
185
+	M117 Printing...
186
+end3.gcode = ;End GCode
187
+	M104 T0 S0                     ;extruder heater off
188
+	M104 T1 S0                     ;extruder heater off
189
+	M104 T2 S0                     ;extruder heater off
190
+	M140 S0                     ;heated bed heater off (if you have it)
191
+	G91                                    ;relative positioning
192
+	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
193
+	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
194
+	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
195
+	M84                         ;steppers off
196
+	G90                         ;absolute positioning
197
+	;{profile_string}
198
+start4.gcode = ;Sliced at: {day} {date} {time}
199
+	;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}
200
+	;Print time: {print_time}
201
+	;Filament used: {filament_amount}m {filament_weight}g
202
+	;Filament cost: {filament_cost}
203
+	;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line
204
+	;M104 S{print_temperature} ;Uncomment to add your own temperature line
205
+	;M109 T2 S{print_temperature2} ;Uncomment to add your own temperature line
206
+	;M109 T1 S{print_temperature2} ;Uncomment to add your own temperature line
207
+	;M109 T0 S{print_temperature} ;Uncomment to add your own temperature line
208
+	G21        ;metric values
209
+	G90        ;absolute positioning
210
+	M107       ;start with the fan off
211
+	G28 X0 Y0  ;move X/Y to min endstops
212
+	G28 Z0     ;move Z to min endstops
213
+	G1 Z15.0 F{travel_speed} ;move the platform down 15mm
214
+	T3                      ;Switch to the 4th extruder
215
+	G92 E0                  ;zero the extruded length
216
+	G1 F200 E10             ;extrude 10mm of feed stock
217
+	G92 E0                  ;zero the extruded length again
218
+	G1 F200 E-{retraction_dual_amount}
219
+	T2                      ;Switch to the 3rd extruder
220
+	G92 E0                  ;zero the extruded length
221
+	G1 F200 E10             ;extrude 10mm of feed stock
222
+	G92 E0                  ;zero the extruded length again
223
+	G1 F200 E-{retraction_dual_amount}
224
+	T1                      ;Switch to the 2nd extruder
225
+	G92 E0                  ;zero the extruded length
226
+	G1 F200 E10             ;extrude 10mm of feed stock
227
+	G92 E0                  ;zero the extruded length again
228
+	G1 F200 E-{retraction_dual_amount}
229
+	T0                      ;Switch to the first extruder
230
+	G92 E0                  ;zero the extruded length
231
+	G1 F200 E10             ;extrude 10mm of feed stock
232
+	G92 E0                  ;zero the extruded length again
233
+	G1 F{travel_speed}
234
+	;Put printing message on LCD screen
235
+	M117 Printing...
236
+end4.gcode = ;End GCode
237
+	M104 T0 S0                     ;extruder heater off
238
+	M104 T1 S0                     ;extruder heater off
239
+	M104 T2 S0                     ;extruder heater off
240
+	M104 T3 S0                     ;extruder heater off
241
+	M140 S0                     ;heated bed heater off (if you have it)
242
+	G91                                    ;relative positioning
243
+	G1 E-1 F300                            ;retract the filament a bit before lifting the nozzle, to release some of the pressure
244
+	G1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more
245
+	G28 X0 Y0                              ;move X/Y to min endstops, so the head is out of the way
246
+	M84                         ;steppers off
247
+	G90                         ;absolute positioning
248
+	;{profile_string}
249
+support_start.gcode = 
250
+support_end.gcode = 
251
+cool_start.gcode = 
252
+cool_end.gcode = 
253
+replace.csv = 
254
+preswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
255
+	;This code is added before the T(n)
256
+postswitchextruder.gcode = ;Switch between the current extruder and the next extruder, when printing with multiple extruders.
257
+	;This code is added after the T(n)
258
+

+ 313
- 0
Slic3r_config_bundle.ini View File

@@ -0,0 +1,313 @@
1
+# generated by Slic3r 1.2.9 on Tue Mar 29 17:16:41 2016
2
+
3
+[filament:Fabrikator Mini PLA]
4
+bed_temperature = 0
5
+bridge_fan_speed = 100
6
+cooling = 1
7
+disable_fan_first_layers = 3
8
+extrusion_multiplier = 1
9
+fan_always_on = 1
10
+fan_below_layer_time = 60
11
+filament_colour = #929292
12
+filament_diameter = 1.75
13
+first_layer_bed_temperature = 0
14
+first_layer_temperature = 190
15
+max_fan_speed = 100
16
+min_fan_speed = 35
17
+min_print_speed = 10
18
+slowdown_below_layer_time = 5
19
+temperature = 190
20
+
21
+[filament:Simple Mode]
22
+bed_temperature = 0
23
+extrusion_multiplier = 1
24
+filament_diameter = 1.75
25
+first_layer_bed_temperature = 0
26
+first_layer_temperature = 195
27
+temperature = 190
28
+
29
+[presets]
30
+filament = Fabrikator Mini PLA.ini
31
+print = Fabrikator Mini.ini
32
+printer = Fabrikator Mini.ini
33
+
34
+[print:Fabrikator Mini]
35
+avoid_crossing_perimeters = 0
36
+bottom_solid_layers = 3
37
+bridge_acceleration = 0
38
+bridge_flow_ratio = 1
39
+bridge_speed = 20
40
+brim_width = 0
41
+complete_objects = 0
42
+default_acceleration = 0
43
+dont_support_bridges = 1
44
+external_fill_pattern = rectilinear
45
+external_perimeter_extrusion_width = 0
46
+external_perimeter_speed = 80%
47
+external_perimeters_first = 0
48
+extra_perimeters = 1
49
+extruder_clearance_height = 20
50
+extruder_clearance_radius = 20
51
+extrusion_width = 0
52
+fill_angle = 45
53
+fill_density = 20%
54
+fill_pattern = honeycomb
55
+first_layer_acceleration = 0
56
+first_layer_extrusion_width = 120%
57
+first_layer_height = 0.3
58
+first_layer_speed = 10
59
+gap_fill_speed = 20
60
+gcode_comments = 0
61
+infill_acceleration = 0
62
+infill_every_layers = 1
63
+infill_extruder = 1
64
+infill_extrusion_width = 0
65
+infill_first = 0
66
+infill_only_where_needed = 0
67
+infill_overlap = 30%
68
+infill_speed = 15
69
+interface_shells = 0
70
+layer_height = 0.2
71
+max_print_speed = 20
72
+max_volumetric_speed = 0
73
+min_skirt_length = 0
74
+notes = 
75
+only_retract_when_crossing_perimeters = 1
76
+ooze_prevention = 0
77
+output_filename_format = [input_filename_base].gcode
78
+overhangs = 1
79
+perimeter_acceleration = 0
80
+perimeter_extruder = 1
81
+perimeter_extrusion_width = 0
82
+perimeter_speed = 15
83
+perimeters = 3
84
+post_process = 
85
+raft_layers = 0
86
+resolution = 0
87
+seam_position = aligned
88
+skirt_distance = 6
89
+skirt_height = 1
90
+skirts = 1
91
+small_perimeter_speed = 15
92
+solid_infill_below_area = 70
93
+solid_infill_every_layers = 0
94
+solid_infill_extruder = 1
95
+solid_infill_extrusion_width = 0
96
+solid_infill_speed = 20
97
+spiral_vase = 0
98
+standby_temperature_delta = -5
99
+support_material = 0
100
+support_material_angle = 0
101
+support_material_contact_distance = 0.2
102
+support_material_enforce_layers = 0
103
+support_material_extruder = 1
104
+support_material_extrusion_width = 0
105
+support_material_interface_extruder = 1
106
+support_material_interface_layers = 3
107
+support_material_interface_spacing = 0
108
+support_material_interface_speed = 100%
109
+support_material_pattern = pillars
110
+support_material_spacing = 2.5
111
+support_material_speed = 20
112
+support_material_threshold = 0
113
+thin_walls = 1
114
+threads = 4
115
+top_infill_extrusion_width = 0
116
+top_solid_infill_speed = 15
117
+top_solid_layers = 3
118
+travel_speed = 20
119
+xy_size_compensation = 0
120
+
121
+[print:Simple Mode]
122
+bottom_solid_layers = 3
123
+brim_width = 0
124
+dont_support_bridges = 1
125
+external_fill_pattern = rectilinear
126
+fill_density = 20%
127
+fill_pattern = honeycomb
128
+infill_speed = 15
129
+layer_height = 0.2
130
+perimeter_speed = 15
131
+perimeters = 3
132
+raft_layers = 0
133
+support_material = 0
134
+support_material_contact_distance = 0.2
135
+support_material_spacing = 2.5
136
+top_solid_layers = 3
137
+travel_speed = 15
138
+xy_size_compensation = 0
139
+
140
+[printer:Fabrikator Mini]
141
+bed_shape = 0x0,80x0,80x80,0x80
142
+before_layer_gcode = 
143
+end_gcode = M104 S0 ; turn off temperature\nG28 X0  ; home X axis\nM84     ; disable motors\n
144
+extruder_offset = 0x0
145
+gcode_flavor = reprap
146
+layer_gcode = 
147
+nozzle_diameter = 0.4
148
+octoprint_apikey = 
149
+octoprint_host = 
150
+pressure_advance = 0
151
+retract_before_travel = 1.5
152
+retract_layer_change = 0
153
+retract_length = 4.5
154
+retract_length_toolchange = 10
155
+retract_lift = 0
156
+retract_restart_extra = 0
157
+retract_restart_extra_toolchange = 0
158
+retract_speed = 40
159
+start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\n
160
+toolchange_gcode = 
161
+use_firmware_retraction = 0
162
+use_relative_e_distances = 0
163
+use_volumetric_e = 0
164
+vibration_limit = 0
165
+wipe = 0
166
+z_offset = 0
167
+
168
+[printer:Simple Mode]
169
+bed_shape = 0x0,80x0,80x80,0x80
170
+end_gcode = M104 S0 ; turn off temperature\nG28 X0  ; home X axis\nM84     ; disable motors\n
171
+gcode_flavor = reprap
172
+nozzle_diameter = 0.4
173
+retract_length = 2
174
+retract_lift = 0
175
+start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\n
176
+wipe = 0
177
+z_offset = 0
178
+
179
+[settings]
180
+autocenter = 1
181
+mode = expert
182
+
183
+[simple]
184
+avoid_crossing_perimeters = 1
185
+bed_shape = 0x0,80x0,80x80,0x80
186
+bed_temperature = 0
187
+before_layer_gcode = 
188
+bottom_solid_layers = 3
189
+bridge_acceleration = 0
190
+bridge_fan_speed = 100
191
+bridge_flow_ratio = 1
192
+bridge_speed = 60
193
+brim_width = 0
194
+complete_objects = 0
195
+cooling = 1
196
+default_acceleration = 0
197
+disable_fan_first_layers = 3
198
+dont_support_bridges = 1
199
+duplicate_distance = 6
200
+end_gcode = M104 S0 ; turn off temperature\nG28 X0  ; home X axis\nM84     ; disable motors\n
201
+external_fill_pattern = rectilinear
202
+external_perimeter_extrusion_width = 0
203
+external_perimeter_speed = 50%
204
+external_perimeters_first = 0
205
+extra_perimeters = 1
206
+extruder_clearance_height = 20
207
+extruder_clearance_radius = 20
208
+extruder_offset = 0x0
209
+extrusion_axis = E
210
+extrusion_multiplier = 1
211
+extrusion_width = 0
212
+fan_always_on = 0
213
+fan_below_layer_time = 60
214
+filament_colour = #FFFFFF
215
+filament_diameter = 1.75
216
+fill_angle = 45
217
+fill_density = 20%
218
+fill_pattern = honeycomb
219
+first_layer_acceleration = 0
220
+first_layer_bed_temperature = 0
221
+first_layer_extrusion_width = 200%
222
+first_layer_height = 0.4
223
+first_layer_speed = 30
224
+first_layer_temperature = 195
225
+gap_fill_speed = 20
226
+gcode_arcs = 0
227
+gcode_comments = 0
228
+gcode_flavor = reprap
229
+infill_acceleration = 0
230
+infill_every_layers = 10
231
+infill_extruder = 1
232
+infill_extrusion_width = 0
233
+infill_first = 0
234
+infill_only_where_needed = 0
235
+infill_overlap = 15%
236
+infill_speed = 15
237
+interface_shells = 0
238
+layer_gcode = 
239
+layer_height = 0.2
240
+max_fan_speed = 100
241
+max_print_speed = 80
242
+max_volumetric_speed = 0
243
+min_fan_speed = 35
244
+min_print_speed = 10
245
+min_skirt_length = 0
246
+notes = 
247
+nozzle_diameter = 0.4
248
+octoprint_apikey = 
249
+octoprint_host = 
250
+only_retract_when_crossing_perimeters = 1
251
+ooze_prevention = 0
252
+output_filename_format = [input_filename_base].gcode
253
+overhangs = 1
254
+perimeter_acceleration = 0
255
+perimeter_extruder = 1
256
+perimeter_extrusion_width = 0
257
+perimeter_speed = 15
258
+perimeters = 3
259
+post_process = 
260
+pressure_advance = 0
261
+raft_layers = 0
262
+resolution = 0
263
+retract_before_travel = 2
264
+retract_layer_change = 0
265
+retract_length = 2
266
+retract_length_toolchange = 10
267
+retract_lift = 0
268
+retract_restart_extra = 0
269
+retract_restart_extra_toolchange = 0
270
+retract_speed = 40
271
+seam_position = aligned
272
+skirt_distance = 6
273
+skirt_height = 1
274
+skirts = 1
275
+slowdown_below_layer_time = 5
276
+small_perimeter_speed = 15
277
+solid_infill_below_area = 70
278
+solid_infill_every_layers = 0
279
+solid_infill_extruder = 1
280
+solid_infill_extrusion_width = 0
281
+solid_infill_speed = 20
282
+spiral_vase = 0
283
+standby_temperature_delta = -5
284
+start_gcode = G28 ; home all axes\nG1 Z5 F5000 ; lift nozzle\n
285
+support_material = 0
286
+support_material_angle = 0
287
+support_material_contact_distance = 0.2
288
+support_material_enforce_layers = 0
289
+support_material_extruder = 1
290
+support_material_extrusion_width = 0
291
+support_material_interface_extruder = 1
292
+support_material_interface_layers = 3
293
+support_material_interface_spacing = 0
294
+support_material_interface_speed = 100%
295
+support_material_pattern = pillars
296
+support_material_spacing = 2.5
297
+support_material_speed = 60
298
+support_material_threshold = 0
299
+temperature = 190
300
+thin_walls = 1
301
+threads = 2
302
+toolchange_gcode = 
303
+top_infill_extrusion_width = 0
304
+top_solid_infill_speed = 15
305
+top_solid_layers = 3
306
+travel_speed = 15
307
+use_firmware_retraction = 0
308
+use_relative_e_distances = 0
309
+use_volumetric_e = 0
310
+vibration_limit = 0
311
+wipe = 0
312
+xy_size_compensation = 0
313
+z_offset = 0

Loading…
Cancel
Save