Fix UM2 qualities

This commit is contained in:
Lipu Fei 2018-02-21 16:39:34 +01:00
parent 7a3ebe1a42
commit 4b1ec905c1
4 changed files with 7 additions and 0 deletions

View File

@ -8,5 +8,7 @@ setting_version = 4
type = quality type = quality
quality_type = draft quality_type = draft
weight = -2 weight = -2
global_quality = True
[values] [values]
layer_height = 0.2

View File

@ -8,9 +8,11 @@ setting_version = 4
type = quality type = quality
quality_type = fast quality_type = fast
weight = -1 weight = -1
global_quality = True
[values] [values]
infill_sparse_density = 10 infill_sparse_density = 10
layer_height = 0.15
cool_min_layer_time = 3 cool_min_layer_time = 3
speed_wall_0 = 40 speed_wall_0 = 40
speed_wall_x = 80 speed_wall_x = 80

View File

@ -8,7 +8,9 @@ setting_version = 4
type = quality type = quality
quality_type = high quality_type = high
weight = 1 weight = 1
global_quality = True
[values] [values]
layer_height = 0.06
speed_topbottom = 15 speed_topbottom = 15
speed_infill = 80 speed_infill = 80

View File

@ -8,5 +8,6 @@ setting_version = 4
type = quality type = quality
quality_type = normal quality_type = normal
weight = 0 weight = 0
global_quality = True
[values] [values]