Browse Source

Add weights to standard profiles for sorting

Contributes to CURA-1059
fieldOfView 9 years ago
parent
commit
48a181d0b5

+ 1 - 0
resources/profiles/general/High+Quality.cfg

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

+ 1 - 0
resources/profiles/general/Low+Quality.cfg

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

+ 1 - 0
resources/profiles/general/Normal+Quality.cfg

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

+ 1 - 0
resources/profiles/general/Ulti+Quality.cfg

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

+ 1 - 0
resources/profiles/ultimaker2+/abs_0.25_high.curaprofile

@@ -4,6 +4,7 @@ name = High Quality
 machine_type = ultimaker2plus
 machine_variant = 0.25 mm
 material = ABS
+weight = -3
 
 [settings]
 raft_surface_thickness = 0.27

+ 1 - 0
resources/profiles/ultimaker2+/abs_0.25_normal.curaprofile

@@ -4,6 +4,7 @@ name = Normal Quality
 machine_type = ultimaker2plus
 machine_variant = 0.25 mm
 material = ABS
+weight = -2
 
 [settings]
 layer_height = 0.06

+ 1 - 0
resources/profiles/ultimaker2+/abs_0.4_fast.curaprofile

@@ -4,6 +4,7 @@ name = Fast Print
 machine_type = ultimaker2plus
 machine_variant = 0.4 mm
 material = ABS
+weight = -1
 
 [settings]
 layer_height = 0.15

+ 2 - 1
resources/profiles/ultimaker2+/abs_0.4_high.curaprofile

@@ -4,6 +4,7 @@ name = High Quality
 machine_type = ultimaker2plus
 machine_variant = 0.4 mm
 material = ABS
+weight = -3
 
 [settings]
 layer_height = 0.06
@@ -18,7 +19,7 @@ adhesion_type = brim
 cool_min_speed = 20
 line_width = 0.35
 infill_sparse_density = 22
-machine_nozzle_size = 0.35  
+machine_nozzle_size = 0.35
 speed_wall_0 = 20
 cool_min_layer_time = 3
 cool_lift_head = True

+ 1 - 0
resources/profiles/ultimaker2+/abs_0.4_normal.curaprofile

@@ -4,6 +4,7 @@ name = Normal Quality
 machine_type = ultimaker2plus
 machine_variant = 0.4 mm
 material = ABS
+weight = -2
 
 [settings]
 layer_height_0 = 0.26

+ 1 - 0
resources/profiles/ultimaker2+/abs_0.6_normal.curaprofile

@@ -4,6 +4,7 @@ name = Normal Quality
 machine_type = ultimaker2plus
 machine_variant = 0.6 mm
 material = ABS
+weight = -2
 
 [settings]
 layer_height = 0.15

Some files were not shown because too many files changed in this diff