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"
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
"optimize_wall_printing_order": {"value": false },
|
||||
"inset_direction": {"value": "'inside_out'" },
|
||||
"alternate_extra_perimeter": {"value": false },
|
||||
"wall_min_flow": {"value": 0},
|
||||
"filter_out_tiny_gaps": {"value": true },
|
||||
"fill_outline_gaps": {"value": true },
|
||||
"xy_offset": {"value": 0},
|
||||
|
|
|
@ -30,7 +30,6 @@ wall_0_inset = 0
|
|||
optimize_wall_printing_order = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
fill_outline_gaps = True
|
||||
xy_offset = 0
|
||||
|
|
|
@ -29,7 +29,6 @@ wall_0_inset = 0
|
|||
optimize_wall_printing_order = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
fill_outline_gaps = True
|
||||
xy_offset = 0
|
||||
|
|
|
@ -29,7 +29,6 @@ wall_0_inset = 0
|
|||
optimize_wall_printing_order = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
fill_outline_gaps = True
|
||||
xy_offset = 0
|
||||
|
|
|
@ -31,7 +31,6 @@ wall_0_inset = 0
|
|||
optimize_wall_printing_order = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
fill_outline_gaps = True
|
||||
xy_offset = 0
|
||||
|
|
|
@ -28,7 +28,6 @@ wall_0_inset = 0
|
|||
optimize_wall_printing_order = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
fill_outline_gaps = True
|
||||
xy_offset = 0
|
||||
|
|
|
@ -31,7 +31,6 @@ wall_0_inset = 0
|
|||
optimize_wall_printing_order = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
fill_outline_gaps = True
|
||||
xy_offset = 0
|
||||
|
|
|
@ -30,7 +30,6 @@ wall_0_inset = 0
|
|||
optimize_wall_printing_order = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
fill_outline_gaps = True
|
||||
xy_offset = 0
|
||||
|
|
|
@ -29,7 +29,6 @@ wall_0_inset = 0
|
|||
optimize_wall_printing_order = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
fill_outline_gaps = True
|
||||
xy_offset = 0
|
||||
|
|
|
@ -29,7 +29,6 @@ wall_0_inset = 0
|
|||
optimize_wall_printing_order = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
fill_outline_gaps = True
|
||||
xy_offset = 0
|
||||
|
|
|
@ -29,7 +29,6 @@ wall_0_inset = 0
|
|||
optimize_wall_printing_order = False
|
||||
inset_direction = inside_out
|
||||
alternate_extra_perimeter = False
|
||||
wall_min_flow = 0
|
||||
filter_out_tiny_gaps = True
|
||||
fill_outline_gaps = True
|
||||
xy_offset = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue