mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Merge pull request #10204 from Ultimaker/CURA-8442_remove_wall_min_flow
[CURA-8442] Wall min flow doesn't make sense for Arachne.
This commit is contained in:
commit
6ecdcf39ff
14 changed files with 3 additions and 34 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"
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1195,26 +1195,6 @@
|
|||
"limit_to_extruder": "infill_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"wall_min_flow":
|
||||
{
|
||||
"label": "Minimum Wall Flow",
|
||||
"description": "Minimum allowed percentage flow for a wall line. The wall overlap compensation reduces a wall's flow when it lies close to an existing wall. Walls whose flow is less than this value will be replaced with a travel move. When using this setting, you must enable the wall overlap compensation and print the outer wall before inner walls.",
|
||||
"unit": "%",
|
||||
"minimum_value": "0",
|
||||
"maximum_value": "100",
|
||||
"default_value": 0,
|
||||
"type": "float",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"wall_min_flow_retract":
|
||||
{
|
||||
"label": "Prefer Retract",
|
||||
"description": "If enabled, retraction is used rather than combing for travel moves that replace walls whose flow is below the minimum flow threshold.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"enabled": "wall_min_flow > 0",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"filter_out_tiny_gaps":
|
||||
{
|
||||
"label": "Filter Out Tiny Gaps",
|
||||
|
|
|
@ -194,7 +194,6 @@
|
|||
"material_initial_print_temperature": { "value": "material_print_temperature" },
|
||||
"material_final_print_temperature": { "value": "material_print_temperature" },
|
||||
"material_flow": { "value": 100 },
|
||||
"travel_compensate_overlapping_walls_0_enabled": { "value": false },
|
||||
|
||||
"z_seam_type": { "value": "'back'" },
|
||||
"z_seam_corner": { "value": "'z_seam_corner_none'" },
|
||||
|
@ -207,7 +206,6 @@
|
|||
"infill_wipe_dist": { "value": 0.0 },
|
||||
"wall_0_wipe_dist": { "value": 0.0 },
|
||||
|
||||
"fill_perimeter_gaps": { "value": "'everywhere'" },
|
||||
"fill_outline_gaps": { "value": false },
|
||||
"filter_out_tiny_gaps": { "value": false },
|
||||
|
||||
|
|
|
@ -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