mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Add wall_min_flow[_retract] to removed settings in upgrade.
Also remove these settings from profiles which included them. CURA-8442
This commit is contained in:
parent
5679a12f0c
commit
b72e200e2c
12 changed files with 3 additions and 12 deletions
|
@ -10,7 +10,9 @@ _removed_settings = {
|
|||
"travel_compensate_overlapping_walls_enabled",
|
||||
"travel_compensate_overlapping_walls_0_enabled",
|
||||
"travel_compensate_overlapping_walls_x_enabled",
|
||||
"fill_perimeter_gaps"
|
||||
"fill_perimeter_gaps",
|
||||
"wall_min_flow",
|
||||
"wall_min_flow_retract"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue