mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06: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
3 changed files with 0 additions and 3 deletions
|
@ -10,4 +10,3 @@ quality_type = draft
|
|||
weight = -2
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
|
|
|
@ -11,7 +11,6 @@ weight = -1
|
|||
|
||||
[values]
|
||||
infill_sparse_density = 10
|
||||
layer_height = 0.15
|
||||
cool_min_layer_time = 3
|
||||
speed_wall_0 = 40
|
||||
speed_wall_x = 80
|
||||
|
|
|
@ -10,6 +10,5 @@ quality_type = high
|
|||
weight = 1
|
||||
|
||||
[values]
|
||||
layer_height = 0.06
|
||||
speed_topbottom = 15
|
||||
speed_infill = 80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue