mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Add weights to standard profiles for sorting
Contributes to CURA-1059 Conflicts: resources/profiles/ultimaker2+/abs_0.25_high.curaprofile resources/profiles/ultimaker2+/abs_0.8_fast.curaprofile resources/profiles/ultimaker2+/cpe_0.25_high.curaprofile resources/profiles/ultimaker2+/cpe_0.8_fast.curaprofile resources/profiles/ultimaker2+/pla_0.25_high.curaprofile resources/profiles/ultimaker2+/pla_0.8_fast.curaprofile
This commit is contained in:
parent
9731d189be
commit
a911471206
30 changed files with 31 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
[general]
|
||||
version = 1
|
||||
name = High Quality
|
||||
weight = -3
|
||||
|
||||
[settings]
|
||||
layer_height = 0.06
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[general]
|
||||
version = 1
|
||||
name = Low Quality
|
||||
weight = -1
|
||||
|
||||
[settings]
|
||||
infill_sparse_density = 10
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[general]
|
||||
version = 1
|
||||
name = Normal Quality
|
||||
weight = -2
|
||||
|
||||
[settings]
|
||||
speed_wall_0 = 30
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[general]
|
||||
version = 1
|
||||
name = Ulti Quality
|
||||
weight = -4
|
||||
|
||||
[settings]
|
||||
layer_height = 0.04
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue