mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06: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
|
||||
quality_type = coarse
|
||||
weight = 3
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.08
|
||||
|
|
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
|
|
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||
type = quality
|
||||
quality_type = extra_high
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.02
|
||||
|
|
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.04
|
||||
|
|
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
|
|
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
brim_width = 4.0
|
||||
|
|
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||
type = quality
|
||||
quality_type = high
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
brim_width = 4.0
|
||||
|
|
|
@ -8,6 +8,7 @@ setting_version = 10
|
|||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
brim_width = 4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue