mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:49:03 +08:00
Fix few profiles that didn't have global_quality set
This commit is contained in:
parent
fff37354e2
commit
71a22bf194
@ -8,6 +8,7 @@ setting_version = 10
|
|||||||
type = quality
|
type = quality
|
||||||
quality_type = coarse
|
quality_type = coarse
|
||||||
weight = 3
|
weight = 3
|
||||||
|
global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
layer_height = 0.08
|
layer_height = 0.08
|
||||||
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
weight = -2
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
layer_height = 0.1
|
layer_height = 0.1
|
||||||
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||||||
type = quality
|
type = quality
|
||||||
quality_type = extra_high
|
quality_type = extra_high
|
||||||
weight = 0
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
layer_height = 0.02
|
layer_height = 0.02
|
||||||
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||||||
type = quality
|
type = quality
|
||||||
quality_type = high
|
quality_type = high
|
||||||
weight = 1
|
weight = 1
|
||||||
|
global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
layer_height = 0.04
|
layer_height = 0.04
|
||||||
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
weight = 0
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
layer_height = 0.06
|
layer_height = 0.06
|
||||||
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||||||
type = quality
|
type = quality
|
||||||
quality_type = draft
|
quality_type = draft
|
||||||
weight = -2
|
weight = -2
|
||||||
|
global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
brim_width = 4.0
|
brim_width = 4.0
|
||||||
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||||||
type = quality
|
type = quality
|
||||||
quality_type = high
|
quality_type = high
|
||||||
weight = 1
|
weight = 1
|
||||||
|
global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
brim_width = 4.0
|
brim_width = 4.0
|
||||||
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||||||
type = quality
|
type = quality
|
||||||
quality_type = normal
|
quality_type = normal
|
||||||
weight = 0
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
brim_width = 4.0
|
brim_width = 4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user