mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:38:59 +08:00
Improve generic profiles for fabtotum and zyyx
These printers had profiles for zyyx_pro and fabtotum material suites, which were specific to those materials, but caused the generic materials to no longer have any profile. Let's use these machine-specific profiles for the generic materials as well. For the specific materials this changes nothing because the same profiles are still matched. For the generic materials this should improve the quality if the quality profile is tuned in any way to the machine.
This commit is contained in:
parent
bfe5ae6f9c
commit
2486a5b5da
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = fabtotum_abs
|
||||
material = generic_abs
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = fabtotum_abs
|
||||
material = generic_abs
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = fabtotum_abs
|
||||
material = generic_abs
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = fabtotum_nylon
|
||||
material = generic_nylon
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = fabtotum_nylon
|
||||
material = generic_nylon
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = fabtotum_nylon
|
||||
material = generic_nylon
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
material = fabtotum_pla
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
material = fabtotum_pla
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
material = fabtotum_pla
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
|
@ -6,7 +6,7 @@ name = Fast Quality
|
||||
[metadata]
|
||||
type = quality
|
||||
setting_version = 5
|
||||
material = fabtotum_tpu
|
||||
material = generic_tpu
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
|
||||
|
@ -6,7 +6,7 @@ name = High Quality
|
||||
[metadata]
|
||||
type = quality
|
||||
setting_version = 5
|
||||
material = fabtotum_tpu
|
||||
material = generic_tpu
|
||||
quality_type = high
|
||||
weight = 1
|
||||
|
||||
|
@ -6,7 +6,7 @@ name = Normal Quality
|
||||
[metadata]
|
||||
type = quality
|
||||
setting_version = 5
|
||||
material = fabtotum_TPU
|
||||
material = generic_tpu
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 1
|
||||
material = zyyx_pro_flex
|
||||
material = generic_tpu
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 3
|
||||
material = zyyx_pro_flex
|
||||
material = generic_tpu
|
||||
|
||||
[values]
|
||||
layer_height = 0.12
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 2
|
||||
material = zyyx_pro_flex
|
||||
material = generic_tpu
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 1
|
||||
material = zyyx_pro_pla
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 3
|
||||
material = zyyx_pro_pla
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
|
@ -8,7 +8,7 @@ setting_version = 5
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 2
|
||||
material = zyyx_pro_pla
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user