mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07:00
Fix few profiles that didn't have global_quality set
This commit is contained in:
parent
fff37354e2
commit
71a22bf194
8 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue