mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-10 23:38:53 -07:00
Add global quality profiles.
This commit is contained in:
parent
a4a388eb4b
commit
1b0848229e
3 changed files with 42 additions and 0 deletions
14
resources/quality/zyyx/zyyx_agile_global_fast.inst.cfg
Normal file
14
resources/quality/zyyx/zyyx_agile_global_fast.inst.cfg
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
[general]
|
||||||
|
version = 3
|
||||||
|
name = Fast
|
||||||
|
definition = zyyx_agile
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 4
|
||||||
|
type = quality
|
||||||
|
quality_type = fast
|
||||||
|
weight = 1
|
||||||
|
global_quality = True
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.3
|
||||||
14
resources/quality/zyyx/zyyx_agile_global_fine.inst.cfg
Normal file
14
resources/quality/zyyx/zyyx_agile_global_fine.inst.cfg
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
[general]
|
||||||
|
version = 3
|
||||||
|
name = Fine
|
||||||
|
definition = zyyx_agile
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 4
|
||||||
|
type = quality
|
||||||
|
quality_type = fine
|
||||||
|
weight = 3
|
||||||
|
global_quality = True
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.1
|
||||||
14
resources/quality/zyyx/zyyx_agile_global_normal.inst.cfg
Normal file
14
resources/quality/zyyx/zyyx_agile_global_normal.inst.cfg
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
[general]
|
||||||
|
version = 3
|
||||||
|
name = Normal
|
||||||
|
definition = zyyx_agile
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 4
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
weight = 2
|
||||||
|
global_quality = True
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue