mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:15:54 +08:00
Add global profiles for UM3 so this can be tested without dependencies
Contributes to CURA-2652
This commit is contained in:
parent
2c2bf7823f
commit
588f49fa5f
@ -0,0 +1,13 @@
|
||||
[general]
|
||||
version = 2
|
||||
name = Draft Quality
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = draft
|
||||
global_quality = True
|
||||
weight = -2
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
@ -0,0 +1,13 @@
|
||||
[general]
|
||||
version = 2
|
||||
name = Fast Quality
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = fast
|
||||
global_quality = True
|
||||
weight = -1
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
@ -0,0 +1,13 @@
|
||||
[general]
|
||||
version = 2
|
||||
name = High Quality
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = high
|
||||
global_quality = True
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
@ -0,0 +1,13 @@
|
||||
[general]
|
||||
version = 2
|
||||
name = Normal Quality
|
||||
definition = ultimaker3
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
quality_type = normal
|
||||
global_quality = True
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
Loading…
x
Reference in New Issue
Block a user