mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Added quality presets to zyyx+
This commit is contained in:
parent
9de934057b
commit
66c6f59675
12 changed files with 213 additions and 5 deletions
26
resources/quality/zyyx_plus/fast/zyyx_plus_abs_fast.inst.cfg
Normal file
26
resources/quality/zyyx_plus/fast/zyyx_plus_abs_fast.inst.cfg
Normal file
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast ZYYX ABS
|
||||
definition = zyyx_plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
material = zyyx_abs-mm
|
||||
|
||||
[values]
|
||||
wall_thickness = 0.8
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 10
|
||||
default_material_print_temperature = 240
|
||||
material_print_temperature_layer_0 = 250
|
||||
retraction_amount = 1.2
|
||||
retraction_speed = 20
|
||||
speed_print = 55
|
||||
speed_wall = =math.ceil(speed_print * 22 / 50)
|
||||
speed_wall_x = =math.ceil(speed_print * 33 / 50)
|
||||
adhesion_type = brim
|
||||
material_flow = 95
|
||||
raft_airgap = 0.15
|
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast ZYYX Flex95A
|
||||
definition = zyyx_plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
material = zyyx_flex95
|
||||
|
||||
[values]
|
||||
wall_thickness = 1.2
|
||||
top_bottom_thickness = 1.0
|
||||
infill_sparse_density = 15
|
||||
default_material_print_temperature = 210
|
||||
material_print_temperature_layer_0 = 235
|
||||
retraction_amount = 1.0
|
||||
retraction_speed = 15
|
||||
speed_print = 20
|
||||
speed_wall = =math.ceil(speed_print * 15 / 20)
|
||||
speed_wall_x = =speed_print
|
||||
adhesion_type = brim
|
||||
material_flow = 105
|
||||
raft_airgap = 0.2
|
26
resources/quality/zyyx_plus/fast/zyyx_plus_pla_fast.inst.cfg
Normal file
26
resources/quality/zyyx_plus/fast/zyyx_plus_pla_fast.inst.cfg
Normal file
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast ZYYX PLA
|
||||
definition = zyyx_plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
material = zyyx_pla
|
||||
|
||||
[values]
|
||||
wall_thickness = 0.8
|
||||
top_bottom_thickness = 0.8
|
||||
infill_sparse_density = 10
|
||||
default_material_print_temperature = 210
|
||||
material_print_temperature_layer_0 = 225
|
||||
retraction_amount = 1.2
|
||||
retraction_speed = 20
|
||||
speed_print = 55
|
||||
speed_wall = =math.ceil(speed_print * 22 / 50)
|
||||
speed_wall_x = =math.ceil(speed_print * 33 / 50)
|
||||
adhesion_type = brim
|
||||
material_flow = 95
|
||||
raft_airgap = 0.15
|
26
resources/quality/zyyx_plus/fine/zyyx_plus_abs_fine.inst.cfg
Normal file
26
resources/quality/zyyx_plus/fine/zyyx_plus_abs_fine.inst.cfg
Normal file
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine ZYYX ABS
|
||||
definition = zyyx_plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = zyyx_abs-mm
|
||||
|
||||
[values]
|
||||
wall_thickness = 1.2
|
||||
top_bottom_thickness = 1.0
|
||||
infill_sparse_density = 15
|
||||
default_material_print_temperature = 240
|
||||
material_print_temperature_layer_0 = 250
|
||||
retraction_amount = 1.2
|
||||
retraction_speed = 20
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 22 / 50)
|
||||
speed_wall_x = =math.ceil(speed_print * 33 / 50)
|
||||
adhesion_type = brim
|
||||
material_flow = 95
|
||||
raft_airgap = 0.15
|
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine ZYYX Flex95A
|
||||
definition = zyyx_plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = zyyx_flex95
|
||||
|
||||
[values]
|
||||
wall_thickness = 1.2
|
||||
top_bottom_thickness = 1.0
|
||||
infill_sparse_density = 15
|
||||
default_material_print_temperature = 210
|
||||
material_print_temperature_layer_0 = 235
|
||||
retraction_amount = 1.0
|
||||
retraction_speed = 15
|
||||
speed_print = 15
|
||||
speed_wall = =math.ceil(speed_print * 15 / 20)
|
||||
speed_wall_x = =speed_print
|
||||
adhesion_type = brim
|
||||
material_flow = 105
|
||||
raft_airgap = 0.2
|
26
resources/quality/zyyx_plus/fine/zyyx_plus_pla_fine.inst.cfg
Normal file
26
resources/quality/zyyx_plus/fine/zyyx_plus_pla_fine.inst.cfg
Normal file
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine ZYYX PLA
|
||||
definition = zyyx_plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = zyyx_pla
|
||||
|
||||
[values]
|
||||
wall_thickness = 1.2
|
||||
top_bottom_thickness = 1.0
|
||||
infill_sparse_density = 15
|
||||
default_material_print_temperature = 210
|
||||
material_print_temperature_layer_0 = 225
|
||||
retraction_amount = 1.2
|
||||
retraction_speed = 20
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 22 / 50)
|
||||
speed_wall_x = =math.ceil(speed_print * 33 / 50)
|
||||
adhesion_type = brim
|
||||
material_flow = 95
|
||||
raft_airgap = 0.15
|
26
resources/quality/zyyx_plus/normal/zyyx_plus_abs.inst.cfg
Normal file
26
resources/quality/zyyx_plus/normal/zyyx_plus_abs.inst.cfg
Normal file
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal ZYYX ABS
|
||||
definition = zyyx_plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = zyyx_abs-mm
|
||||
|
||||
[values]
|
||||
wall_thickness = 1.2
|
||||
top_bottom_thickness = 1.0
|
||||
infill_sparse_density = 15
|
||||
default_material_print_temperature = 240
|
||||
material_print_temperature_layer_0 = 250
|
||||
retraction_amount = 1.2
|
||||
retraction_speed = 20
|
||||
speed_print = 50
|
||||
speed_wall = =math.ceil(speed_print * 22 / 50)
|
||||
speed_wall_x = =math.ceil(speed_print * 33 / 50)
|
||||
adhesion_type = brim
|
||||
material_flow = 95
|
||||
raft_airgap = 0.15
|
|
@ -4,14 +4,13 @@ name = Normal ZYYX Flex95A
|
|||
definition = zyyx_plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = zyyx_flex95
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
wall_thickness = 1.2
|
||||
top_bottom_thickness = 1.0
|
||||
infill_sparse_density = 15
|
||||
|
|
|
@ -4,14 +4,13 @@ name = Normal ZYYX PLA
|
|||
definition = zyyx_plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 17
|
||||
setting_version = 18
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = zyyx_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
wall_thickness = 1.2
|
||||
top_bottom_thickness = 1.0
|
||||
infill_sparse_density = 15
|
||||
|
|
14
resources/quality/zyyx_plus/zyyx_plus_global_fast.inst.cfg
Normal file
14
resources/quality/zyyx_plus/zyyx_plus_global_fast.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = zyyx_plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
14
resources/quality/zyyx_plus/zyyx_plus_global_fine.inst.cfg
Normal file
14
resources/quality/zyyx_plus/zyyx_plus_global_fine.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = zyyx_plus
|
||||
|
||||
[metadata]
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
|
@ -11,4 +11,4 @@ weight = 0
|
|||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height = 0.15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue