mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:59:02 +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
|
||||
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…
x
Reference in New Issue
Block a user