mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Merge branch '4.8'
This commit is contained in:
commit
9afbc64934
75 changed files with 2353 additions and 15 deletions
|
@ -0,0 +1,23 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_abs
|
||||
variant = 0.25 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.2
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 0.88
|
|
@ -0,0 +1,27 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_abs
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.2
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
||||
speed_print = 55
|
||||
speed_travel = 150
|
||||
speed_layer_0 = =round(speed_print * 30 / 55)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 55)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 55)
|
||||
speed_infill = =math.ceil(speed_print * 55 / 55)
|
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_abs
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.2
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
speed_print = 45
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
speed_topbottom = =math.ceil(speed_print * 15 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_abs
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.2
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
||||
speed_print = 45
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
material = generic_abs
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.5
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 20
|
||||
infill_sparse_density = 20
|
||||
speed_infill = =math.ceil(speed_print * 55 / 40)
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.59
|
|
@ -0,0 +1,23 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -1
|
||||
material = generic_abs
|
||||
variant = 0.8 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.5
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 25
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_cpe
|
||||
variant = 0.25 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.2
|
||||
cool_min_layer_time = 2
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 0.88
|
||||
retraction_combing_max_distance = 50
|
|
@ -0,0 +1,29 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_cpe
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_travel = 150
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_cpe
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_min_layer_time = 2
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
||||
speed_topbottom = =math.ceil(speed_print * 15 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_cpe
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 15
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_wall = =math.ceil(speed_print * 30 / 45)
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
material = generic_cpe
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_min_layer_time = 5
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 8
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.59
|
||||
retraction_combing_max_distance = 50
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -1
|
||||
material = generic_cpe
|
||||
variant = 0.8 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.8
|
||||
cool_min_layer_time = 3
|
||||
cool_min_layer_time_fan_speed_max = 25
|
||||
cool_min_speed = 8
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
retraction_combing_max_distance = 50
|
|
@ -0,0 +1,42 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = generic_cpe_plus
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
line_width = 0.38
|
||||
raft_airgap = 0.37
|
||||
raft_base_line_spacing = 1.6
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.8
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.38
|
||||
speed_layer_0 = =math.ceil(speed_print * 15 / 25)
|
||||
speed_print = 25
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 25)
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 25)
|
||||
speed_wall_x = =speed_print
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.5
|
||||
wall_thickness = 1.14
|
||||
retraction_combing_max_distance = 50
|
|
@ -0,0 +1,42 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
material = generic_cpe_plus
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
line_width = 0.38
|
||||
raft_airgap = 0.37
|
||||
raft_base_line_spacing = 1.6
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.8
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.38
|
||||
speed_layer_0 = =math.ceil(speed_print * 15 / 35)
|
||||
speed_print = 35
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 35)
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 35)
|
||||
speed_wall_x = =math.ceil(speed_print * 30 / 35)
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.5
|
||||
wall_thickness = 1.14
|
||||
retraction_combing_max_distance = 50
|
|
@ -0,0 +1,46 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = slightlycoarse
|
||||
weight = -2
|
||||
material = generic_cpe_plus
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed = 45
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 45
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
line_width = 0.57
|
||||
raft_airgap = 0.37
|
||||
raft_base_line_spacing = 2.4
|
||||
raft_base_line_width = 1.2
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.57
|
||||
raft_surface_thickness = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||
speed_print = 25
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 25)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 25)
|
||||
speed_wall_x = =speed_print
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_line_distance = 2.85
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = 0.22
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.14
|
||||
retraction_combing_max_distance = 50
|
|
@ -0,0 +1,46 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
material = generic_cpe_plus
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed = 45
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 45
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
line_width = 0.57
|
||||
raft_airgap = 0.37
|
||||
raft_base_line_spacing = 2.4
|
||||
raft_base_line_width = 1.2
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.57
|
||||
raft_surface_thickness = 0.2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 35)
|
||||
speed_print = 35
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 35)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 35)
|
||||
speed_wall_x = =speed_print
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_line_distance = 2.85
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = 0.22
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.14
|
||||
retraction_combing_max_distance = 50
|
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = slightlycoarse
|
||||
weight = -2
|
||||
material = generic_cpe_plus
|
||||
variant = 0.8 mm
|
||||
|
||||
[values]
|
||||
brim_line_count = 10
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
cool_min_layer_time = 3
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.37
|
||||
raft_base_line_width = 1.6
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_interface_line_width = 1.6
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 25)
|
||||
speed_print = 25
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 25)
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 25)
|
||||
speed_wall_x = =speed_print
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
retraction_combing_max_distance = 50
|
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
material = generic_cpe_plus
|
||||
variant = 0.8 mm
|
||||
|
||||
[values]
|
||||
brim_line_count = 10
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
cool_min_layer_time = 3
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.37
|
||||
raft_base_line_width = 1.6
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_interface_line_width = 1.6
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 30)
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 30)
|
||||
speed_wall_x = =speed_print
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
||||
retraction_combing_max_distance = 50
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -4
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Coarse Quality
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = extracoarse
|
||||
weight = -3
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.6
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = slightlycoarse
|
||||
weight = -4
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
|
@ -0,0 +1,43 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_nylon
|
||||
variant = 0.25 mm
|
||||
|
||||
[values]
|
||||
brim_line_count = 8
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.1
|
||||
raft_airgap = 0.15
|
||||
raft_base_line_width = 0.5
|
||||
raft_interface_line_spacing = 0.7
|
||||
raft_interface_line_width = 0.5
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.2
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
speed_support = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 40)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 40)
|
||||
speed_wall_x = =speed_print
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1
|
||||
speed_infill = =math.ceil(speed_print * 40 / 40)
|
|
@ -0,0 +1,42 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_nylon
|
||||
variant = 0.25 mm
|
||||
|
||||
[values]
|
||||
brim_line_count = 8
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.1
|
||||
raft_airgap = 0.15
|
||||
raft_base_line_width = 0.5
|
||||
raft_interface_line_spacing = 0.7
|
||||
raft_interface_line_width = 0.5
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.2
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
speed_support = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 40)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 40)
|
||||
speed_wall_x = =speed_print
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1
|
|
@ -0,0 +1,44 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -1
|
||||
material = generic_nylon
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.57
|
||||
raft_base_line_spacing = 1.6
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.8
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.5
|
||||
raft_surface_thickness = 0.15
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
||||
speed_travel = 150
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =25 if support_enable else 0 if support_tree_enable else 25
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
|
@ -0,0 +1,40 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
material = generic_nylon
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.57
|
||||
raft_base_line_spacing = 1.6
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.8
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.5
|
||||
raft_surface_thickness = 0.15
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_travel = 150
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =25 if support_enable else 0 if support_tree_enable else 25
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
|
@ -0,0 +1,47 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = slightlycoarse
|
||||
weight = -1
|
||||
material = generic_nylon
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
brim_line_count = 8
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.44
|
||||
raft_base_line_spacing = 2.4
|
||||
raft_base_line_width = 1.2
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.6
|
||||
raft_surface_thickness = 0.15
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
||||
speed_print = 55
|
||||
speed_support = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 55)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 15 / 55)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 55)
|
||||
support_angle = 45
|
||||
support_bottom_distance = 0.55
|
||||
support_enable = True
|
||||
support_infill_rate = =25 if support_enable else 0 if support_tree_enable else 25
|
||||
support_pattern = lines
|
||||
support_top_distance = 0.55
|
||||
support_xy_distance = 0.7
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
speed_infill = =math.ceil(speed_print * 55 / 55)
|
|
@ -0,0 +1,44 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
material = generic_nylon
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
brim_line_count = 8
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.44
|
||||
raft_base_line_spacing = 2.4
|
||||
raft_base_line_width = 1.2
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.6
|
||||
raft_surface_thickness = 0.15
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
||||
speed_print = 55
|
||||
speed_support = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 55)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 15 / 55)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 55)
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =25 if support_enable else 0 if support_tree_enable else 25
|
||||
support_pattern = lines
|
||||
support_xy_distance = 0.7
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
|
@ -0,0 +1,45 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = slightlycoarse
|
||||
weight = -2
|
||||
material = generic_nylon
|
||||
variant = 0.8 mm
|
||||
|
||||
[values]
|
||||
brim_line_count = 8
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.25
|
||||
raft_airgap = 0.44
|
||||
raft_base_line_width = 1.6
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_interface_line_width = 1.6
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 55)
|
||||
speed_print = 55
|
||||
speed_support = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 55)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 15 / 55)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 55)
|
||||
support_angle = 45
|
||||
support_bottom_distance = 0.65
|
||||
support_enable = True
|
||||
support_infill_rate = =25 if support_enable else 0 if support_tree_enable else 25
|
||||
support_pattern = lines
|
||||
support_top_distance = 0.5
|
||||
support_xy_distance = 0.75
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.4
|
|
@ -0,0 +1,45 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
material = generic_nylon
|
||||
variant = 0.8 mm
|
||||
|
||||
[values]
|
||||
brim_line_count = 8
|
||||
cool_fan_speed_min = =cool_fan_speed * 0.35
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.25
|
||||
raft_airgap = 0.44
|
||||
raft_base_line_width = 1.6
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_interface_line_width = 1.6
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 55)
|
||||
speed_print = 55
|
||||
speed_support = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 55)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 15 / 55)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 55)
|
||||
support_angle = 45
|
||||
support_bottom_distance = 0.65
|
||||
support_enable = True
|
||||
support_infill_rate = =25 if support_enable else 0 if support_tree_enable else 25
|
||||
support_pattern = lines
|
||||
support_top_distance = 0.5
|
||||
support_xy_distance = 0.75
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.4
|
|
@ -0,0 +1,37 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_pc
|
||||
variant = 0.25 mm
|
||||
|
||||
[values]
|
||||
brim_line_count = 32
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 2
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.2
|
||||
raft_airgap = 0.25
|
||||
raft_base_line_spacing = 1
|
||||
raft_base_line_width = 0.5
|
||||
raft_interface_line_spacing = 0.7
|
||||
raft_interface_line_width = 0.5
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.19
|
||||
wall_thickness = 0.88
|
||||
speed_topbottom = =math.ceil(speed_print * 15 / 30)
|
|
@ -0,0 +1,36 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_pc
|
||||
variant = 0.25 mm
|
||||
|
||||
[values]
|
||||
brim_line_count = 32
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 2
|
||||
cool_min_speed = 15
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.2
|
||||
raft_airgap = 0.25
|
||||
raft_base_line_spacing = 1
|
||||
raft_base_line_width = 0.5
|
||||
raft_interface_line_spacing = 0.7
|
||||
raft_interface_line_width = 0.5
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.19
|
||||
wall_thickness = 0.88
|
|
@ -0,0 +1,39 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -1
|
||||
material = generic_pc
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.3
|
||||
raft_airgap = 0.35
|
||||
raft_base_line_spacing = 1.6
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.8
|
||||
raft_margin = 15
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 30 / 45)
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.19
|
||||
wall_thickness = 1.2
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
|
@ -0,0 +1,37 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_pc
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.3
|
||||
raft_airgap = 0.35
|
||||
raft_base_line_spacing = 1.6
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.8
|
||||
raft_margin = 15
|
||||
speed_layer_0 = =round(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 30 / 45)
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.19
|
||||
wall_thickness = 1.2
|
|
@ -0,0 +1,44 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = slightlycoarse
|
||||
weight = -1
|
||||
material = generic_pc
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.52
|
||||
raft_base_line_spacing = 2.4
|
||||
raft_base_line_width = 1.2
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.6
|
||||
raft_surface_thickness = 0.15
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_line_distance = 3.5333
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.21
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
|
@ -0,0 +1,43 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
material = generic_pc
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 8
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.52
|
||||
raft_base_line_spacing = 2.4
|
||||
raft_base_line_width = 1.2
|
||||
raft_interface_line_spacing = 1.4
|
||||
raft_interface_line_width = 1.2
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.6
|
||||
raft_surface_thickness = 0.15
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 45)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_line_distance = 3.5333
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.21
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.06
|
|
@ -0,0 +1,37 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
material = generic_pc
|
||||
variant = 0.8 mm
|
||||
|
||||
[values]
|
||||
brim_line_count = 10
|
||||
cool_fan_speed = 50
|
||||
cool_fan_speed_min = =cool_fan_speed * 25 / 50
|
||||
cool_min_layer_time = 3
|
||||
infill_overlap = 5
|
||||
infill_sparse_density = 20
|
||||
layer_0_z_overlap = 0.22
|
||||
raft_airgap = 0.47
|
||||
raft_base_line_width = 1.6
|
||||
raft_interface_line_spacing = 1.8
|
||||
raft_interface_line_width = 1.6
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.7
|
||||
raft_surface_thickness = 0.2
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_pattern = lines
|
||||
support_z_distance = 0.26
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
|
@ -0,0 +1,21 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = 0.25 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 0.88
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = generic_pla
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 60)
|
||||
speed_print = 60
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 60)
|
||||
speed_travel = 150
|
||||
speed_wall = =math.ceil(speed_print * 50 / 60)
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 60)
|
||||
speed_print = 60
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 60)
|
||||
speed_travel = 150
|
||||
speed_wall = =math.ceil(speed_print * 50 / 60)
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 0.7
|
|
@ -0,0 +1,22 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_pla
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||
speed_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 50)
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 1.05
|
|
@ -0,0 +1,22 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||
speed_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 50)
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
material = generic_pla
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 55)
|
||||
speed_print = 55
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 55)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 55)
|
||||
speed_wall_0 = =math.ceil(speed_print * 25 / 55)
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.59
|
|
@ -0,0 +1,22 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -1
|
||||
material = generic_pla
|
||||
variant = 0.8 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
speed_wall_0 = =math.ceil(speed_print * 25 / 40)
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
|
@ -0,0 +1,72 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_pp
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_layer_0 = =acceleration_topbottom
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_print = 4000
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_support_interface = =acceleration_topbottom
|
||||
acceleration_topbottom = =math.ceil(acceleration_print * 500 / 4000)
|
||||
acceleration_wall = =math.ceil(acceleration_print * 1000 / 4000)
|
||||
acceleration_wall_0 = =math.ceil(acceleration_wall * 500 / 1000)
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
infill_line_width = =round(line_width * 0.4 / 0.38, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = tetrahedral
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_layer_0 = =jerk_topbottom
|
||||
jerk_prime_tower = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_print = 25
|
||||
jerk_support = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_support_interface = =jerk_topbottom
|
||||
jerk_topbottom = =math.ceil(jerk_print * 5 / 25)
|
||||
jerk_wall = =math.ceil(jerk_print * 10 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10)
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
multiple_mesh_overlap = 0
|
||||
retraction_count_max = 12
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 0.15
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 0.5
|
||||
retraction_prime_speed = 15
|
||||
skin_overlap = 10
|
||||
speed_layer_0 = =speed_print
|
||||
speed_prime_tower = =speed_topbottom
|
||||
speed_print = 25
|
||||
speed_support_interface = =speed_topbottom
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 25)
|
||||
speed_travel = 250
|
||||
speed_travel_layer_0 = 50
|
||||
speed_wall = =math.ceil(speed_print * 25 / 25)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_top_distance = =support_z_distance
|
||||
support_xy_distance = =wall_line_width_0 * 2.5
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_z_distance = =layer_height * 2
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.38 / 0.38, 2)
|
||||
wall_thickness = 0.76
|
||||
speed_wall_x = =math.ceil(speed_print * 25 / 25)
|
||||
speed_infill = =math.ceil(speed_print * 25 / 25)
|
|
@ -0,0 +1,70 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_pp
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_layer_0 = =acceleration_topbottom
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_print = 4000
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_support_interface = =acceleration_topbottom
|
||||
acceleration_topbottom = =math.ceil(acceleration_print * 500 / 4000)
|
||||
acceleration_wall = =math.ceil(acceleration_print * 1000 / 4000)
|
||||
acceleration_wall_0 = =math.ceil(acceleration_wall * 500 / 1000)
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
infill_line_width = =round(line_width * 0.4 / 0.38, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = tetrahedral
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_layer_0 = =jerk_topbottom
|
||||
jerk_prime_tower = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_print = 25
|
||||
jerk_support = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_support_interface = =jerk_topbottom
|
||||
jerk_topbottom = =math.ceil(jerk_print * 5 / 25)
|
||||
jerk_wall = =math.ceil(jerk_print * 10 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10)
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
multiple_mesh_overlap = 0
|
||||
retraction_count_max = 12
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 0.15
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 0.5
|
||||
retraction_prime_speed = 15
|
||||
skin_overlap = 10
|
||||
speed_layer_0 = =speed_print
|
||||
speed_prime_tower = =speed_topbottom
|
||||
speed_print = 25
|
||||
speed_support_interface = =speed_topbottom
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 25)
|
||||
speed_travel = 250
|
||||
speed_travel_layer_0 = 50
|
||||
speed_wall = =math.ceil(speed_print * 25 / 25)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_top_distance = =support_z_distance
|
||||
support_xy_distance = =wall_line_width_0 * 2.5
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_z_distance = =layer_height * 2
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.38 / 0.38, 2)
|
||||
wall_thickness = 0.76
|
|
@ -0,0 +1,71 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = generic_pp
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_layer_0 = =acceleration_topbottom
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_print = 4000
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_support_interface = =acceleration_topbottom
|
||||
acceleration_topbottom = =math.ceil(acceleration_print * 500 / 4000)
|
||||
acceleration_wall = =math.ceil(acceleration_print * 1000 / 4000)
|
||||
acceleration_wall_0 = =math.ceil(acceleration_wall * 500 / 1000)
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
infill_line_width = =round(line_width * 0.6 / 0.57, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = tetrahedral
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_layer_0 = =jerk_topbottom
|
||||
jerk_prime_tower = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_print = 25
|
||||
jerk_support = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_support_interface = =jerk_topbottom
|
||||
jerk_topbottom = =math.ceil(jerk_print * 5 / 25)
|
||||
jerk_wall = =math.ceil(jerk_print * 10 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10)
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
multiple_mesh_overlap = 0
|
||||
retraction_count_max = 12
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 0.15
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_prime_speed = 15
|
||||
skin_overlap = 10
|
||||
skirt_brim_line_width = 0.6
|
||||
speed_layer_0 = =speed_print
|
||||
speed_prime_tower = =speed_topbottom
|
||||
speed_print = 25
|
||||
speed_support_interface = =speed_topbottom
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 25)
|
||||
speed_travel = 250
|
||||
speed_travel_layer_0 = 50
|
||||
speed_wall = =math.ceil(speed_print * 25 / 25)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_top_distance = =support_z_distance
|
||||
support_xy_distance = =wall_line_width_0 * 2.5
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.1
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.57 / 0.57, 2)
|
||||
wall_thickness = 1.14
|
|
@ -0,0 +1,73 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_pp
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_layer_0 = =acceleration_topbottom
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_print = 4000
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_support_interface = =acceleration_topbottom
|
||||
acceleration_topbottom = =math.ceil(acceleration_print * 500 / 4000)
|
||||
acceleration_wall = =math.ceil(acceleration_print * 1000 / 4000)
|
||||
acceleration_wall_0 = =math.ceil(acceleration_wall * 500 / 1000)
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
infill_line_width = =round(line_width * 0.6 / 0.57, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = tetrahedral
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_layer_0 = =jerk_topbottom
|
||||
jerk_prime_tower = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_print = 25
|
||||
jerk_support = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_support_interface = =jerk_topbottom
|
||||
jerk_topbottom = =math.ceil(jerk_print * 5 / 25)
|
||||
jerk_wall = =math.ceil(jerk_print * 10 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10)
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
multiple_mesh_overlap = 0
|
||||
retraction_count_max = 12
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 0.15
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_prime_speed = 15
|
||||
skin_overlap = 10
|
||||
skirt_brim_line_width = 0.6
|
||||
speed_layer_0 = =speed_print
|
||||
speed_prime_tower = =speed_topbottom
|
||||
speed_print = 25
|
||||
speed_support_interface = =speed_topbottom
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 25)
|
||||
speed_travel = 250
|
||||
speed_travel_layer_0 = 50
|
||||
speed_wall = =math.ceil(speed_print * 25 / 25)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_top_distance = =support_z_distance
|
||||
support_xy_distance = =wall_line_width_0 * 2.5
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.1
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.57 / 0.57, 2)
|
||||
wall_thickness = 1.14
|
||||
speed_wall_x = =math.ceil(speed_print * 25 / 25)
|
||||
speed_infill = =math.ceil(speed_print * 25 / 25)
|
|
@ -0,0 +1,71 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = generic_pp
|
||||
variant = 0.8 mm
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_layer_0 = =acceleration_topbottom
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_print = 4000
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_support_interface = =acceleration_topbottom
|
||||
acceleration_topbottom = =math.ceil(acceleration_print * 500 / 4000)
|
||||
acceleration_wall = =math.ceil(acceleration_print * 1000 / 4000)
|
||||
acceleration_wall_0 = =math.ceil(acceleration_wall * 500 / 1000)
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
infill_line_width = =round(line_width * 0.8 / 0.76, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = tetrahedral
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_layer_0 = =jerk_topbottom
|
||||
jerk_prime_tower = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_print = 25
|
||||
jerk_support = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_support_interface = =jerk_topbottom
|
||||
jerk_topbottom = =math.ceil(jerk_print * 5 / 25)
|
||||
jerk_wall = =math.ceil(jerk_print * 10 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10)
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
multiple_mesh_overlap = 0
|
||||
retraction_count_max = 12
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 0.15
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_prime_speed = 15
|
||||
skin_overlap = 10
|
||||
skirt_brim_line_width = 0.8
|
||||
speed_layer_0 = =speed_print
|
||||
speed_prime_tower = =speed_topbottom
|
||||
speed_print = 25
|
||||
speed_support_interface = =speed_topbottom
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 25)
|
||||
speed_travel = 250
|
||||
speed_travel_layer_0 = 50
|
||||
speed_wall = =math.ceil(speed_print * 25 / 25)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_top_distance = =support_z_distance
|
||||
support_xy_distance = =wall_line_width_0 * 2.5
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.5
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.76 / 0.76, 2)
|
||||
wall_thickness = 1.52
|
|
@ -0,0 +1,71 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fast
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = slightlycoarse
|
||||
weight = -3
|
||||
material = generic_pp
|
||||
variant = 0.8 mm
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_layer_0 = =acceleration_topbottom
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_print = 4000
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_support_interface = =acceleration_topbottom
|
||||
acceleration_topbottom = =math.ceil(acceleration_print * 500 / 4000)
|
||||
acceleration_wall = =math.ceil(acceleration_print * 1000 / 4000)
|
||||
acceleration_wall_0 = =math.ceil(acceleration_wall * 500 / 1000)
|
||||
brim_width = 20
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
infill_line_width = =round(line_width * 0.8 / 0.76, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = tetrahedral
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_layer_0 = =jerk_topbottom
|
||||
jerk_prime_tower = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_print = 25
|
||||
jerk_support = =math.ceil(jerk_print * 15 / 25)
|
||||
jerk_support_interface = =jerk_topbottom
|
||||
jerk_topbottom = =math.ceil(jerk_print * 5 / 25)
|
||||
jerk_wall = =math.ceil(jerk_print * 10 / 25)
|
||||
jerk_wall_0 = =math.ceil(jerk_wall * 5 / 10)
|
||||
line_width = =machine_nozzle_size * 0.95
|
||||
multiple_mesh_overlap = 0
|
||||
retraction_count_max = 12
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 0.15
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_prime_speed = 15
|
||||
skin_overlap = 10
|
||||
skirt_brim_line_width = 0.8
|
||||
speed_layer_0 = =speed_print
|
||||
speed_prime_tower = =speed_topbottom
|
||||
speed_print = 25
|
||||
speed_support_interface = =speed_topbottom
|
||||
speed_topbottom = =math.ceil(speed_print * 25 / 25)
|
||||
speed_travel = 250
|
||||
speed_travel_layer_0 = 50
|
||||
speed_wall = =math.ceil(speed_print * 25 / 25)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 20 / 25)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_top_distance = =support_z_distance
|
||||
support_xy_distance = =wall_line_width_0 * 2.5
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.5
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.76 / 0.76, 2)
|
||||
wall_thickness = 1.52
|
|
@ -0,0 +1,21 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_tough_pla
|
||||
variant = 0.25 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 30)
|
||||
speed_print = 30
|
||||
top_bottom_thickness = 0.72
|
||||
wall_thickness = 0.88
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = generic_tough_pla
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||
speed_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 50)
|
||||
speed_travel = 150
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.05
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_tough_pla
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 30 / 40)
|
||||
speed_travel = 150
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = 1.05
|
|
@ -0,0 +1,23 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_tough_pla
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 40)
|
||||
speed_wall = =math.ceil(speed_print * 30 / 40)
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 1.05
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
material = generic_tough_pla
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 50)
|
||||
speed_print = 50
|
||||
speed_topbottom = =math.ceil(speed_print * 20 / 50)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||
speed_wall_0 = =math.ceil(speed_print * 30 / 50)
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.59
|
|
@ -0,0 +1,22 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -1
|
||||
material = generic_tough_pla
|
||||
variant = 0.8 mm
|
||||
|
||||
[values]
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 10
|
||||
infill_sparse_density = 20
|
||||
speed_layer_0 = =round(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
speed_wall_0 = =math.ceil(speed_print * 25 / 40)
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 2.1
|
|
@ -0,0 +1,43 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Extra Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = generic_tpu
|
||||
variant = 0.25 mm
|
||||
|
||||
[values]
|
||||
adhesion_type = brim
|
||||
brim_line_count = 20
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
cool_min_layer_time = 7
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 10
|
||||
layer_0_z_overlap = 0.1
|
||||
raft_airgap = 0.2
|
||||
raft_base_line_spacing = 1
|
||||
raft_interface_line_spacing = 1
|
||||
raft_interface_line_width = 0.2
|
||||
raft_surface_line_width = 0.2
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
speed_support = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 40)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 15 / 40)
|
||||
speed_wall_x = =math.ceil(speed_print * 38 / 40)
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =25 if support_enable else 0 if support_tree_enable else 25
|
||||
support_xy_distance = 0.6
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 0.88
|
||||
speed_infill = =math.ceil(speed_print * 40 / 40)
|
|
@ -0,0 +1,40 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = generic_tpu
|
||||
variant = 0.4 mm
|
||||
|
||||
[values]
|
||||
adhesion_type = brim
|
||||
brim_line_count = 20
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
cool_min_layer_time = 10
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 10
|
||||
raft_base_line_spacing = 2
|
||||
raft_base_line_width = 0.8
|
||||
raft_interface_line_spacing = 1
|
||||
raft_margin = 12
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 40)
|
||||
speed_print = 40
|
||||
speed_support = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 40)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 40)
|
||||
speed_wall_x = =math.ceil(speed_print * 35 / 40)
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =25 if support_enable else 0 if support_tree_enable else 25
|
||||
support_xy_distance = 0.65
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.05
|
|
@ -0,0 +1,45 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = ultimaker2_plus_connect
|
||||
|
||||
[metadata]
|
||||
setting_version = 16
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = generic_tpu
|
||||
variant = 0.6 mm
|
||||
|
||||
[values]
|
||||
adhesion_type = brim
|
||||
brim_line_count = 20
|
||||
cool_fan_speed = 60
|
||||
cool_fan_speed_min = =cool_fan_speed * 35 / 60
|
||||
cool_min_speed = 15
|
||||
infill_sparse_density = 10
|
||||
layer_0_z_overlap = 0.12
|
||||
line_width = 0.57
|
||||
raft_airgap = 0.24
|
||||
raft_base_line_spacing = 1.2
|
||||
raft_base_line_width = 0.6
|
||||
raft_interface_line_spacing = 1.2
|
||||
raft_interface_line_width = 0.57
|
||||
raft_margin = 15
|
||||
raft_surface_line_width = 0.5
|
||||
retraction_hop_enabled = 0.2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30 / 45)
|
||||
speed_print = 45
|
||||
speed_support = 40
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
||||
speed_travel = 150
|
||||
speed_wall_0 = =math.ceil(speed_print * 15 / 45)
|
||||
speed_wall_x = =math.ceil(speed_print * 40 / 45)
|
||||
support_angle = 45
|
||||
support_enable = True
|
||||
support_infill_rate = =0 if support_structure == 'tree' else 25
|
||||
support_xy_distance = 0.7
|
||||
support_z_distance = =layer_height * 2
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.14
|
||||
speed_infill = =math.ceil(speed_print * 45 / 45)
|
Loading…
Add table
Add a link
Reference in a new issue