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:
fieldOfView 2016-03-08 17:45:00 +01:00 committed by Ghostkeeper
parent 9731d189be
commit a911471206
30 changed files with 31 additions and 1 deletions

View file

@ -1,6 +1,7 @@
[general]
version = 1
name = High Quality
weight = -3
[settings]
layer_height = 0.06

View file

@ -1,6 +1,7 @@
[general]
version = 1
name = Low Quality
weight = -1
[settings]
infill_sparse_density = 10

View file

@ -1,6 +1,7 @@
[general]
version = 1
name = Normal Quality
weight = -2
[settings]
speed_wall_0 = 30

View file

@ -1,6 +1,7 @@
[general]
version = 1
name = Ulti Quality
weight = -4
[settings]
layer_height = 0.04