mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Merge branch 'master' of https://github.com/maukcc/Cura into maukcc-master
This commit is contained in:
commit
23a09f7f3c
5 changed files with 47 additions and 3 deletions
13
resources/quality/coarse.inst.cfg
Normal file
13
resources/quality/coarse.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Coarse Quality
|
||||
definition = fdmprinter
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
global_quality = True
|
||||
weight = -3
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
14
resources/quality/draft.inst.cfg
Normal file
14
resources/quality/draft.inst.cfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
[general]
|
||||
version = 2
|
||||
name = Draft Quality
|
||||
definition = fdmprinter
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = draft
|
||||
global_quality = True
|
||||
weight = -2
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
13
resources/quality/extra_coarse.inst.cfg
Normal file
13
resources/quality/extra_coarse.inst.cfg
Normal file
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
version = 2
|
||||
name = Extra Coarse Quality
|
||||
definition = fdmprinter
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = Extra coarse
|
||||
global_quality = True
|
||||
weight = -4
|
||||
|
||||
[values]
|
||||
layer_height = 0.6
|
Loading…
Add table
Add a link
Reference in a new issue