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:
Remco Burema 2021-08-04 11:07:21 +02:00
parent 5679a12f0c
commit b72e200e2c
No known key found for this signature in database
GPG key ID: 215C49431D43F98C
12 changed files with 3 additions and 12 deletions

View file

@ -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"
}