mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 00:45:13 +08:00
WIP: Fix UM2 quality profiles
- Remove layer_height from the profiles because they are not global qualities - The layer_heights are the same as the default ones so no need to make specific global qualities for UM2
This commit is contained in:
parent
6cd47453bb
commit
a4a1babc59
@ -10,4 +10,3 @@ quality_type = draft
|
|||||||
weight = -2
|
weight = -2
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
layer_height = 0.2
|
|
||||||
|
@ -11,7 +11,6 @@ weight = -1
|
|||||||
|
|
||||||
[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
|
||||||
|
@ -10,6 +10,5 @@ quality_type = high
|
|||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
layer_height = 0.06
|
|
||||||
speed_topbottom = 15
|
speed_topbottom = 15
|
||||||
speed_infill = 80
|
speed_infill = 80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user