mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-18 05:28:34 -07:00
Remove enables for min. support area in case of TreeSupport. [CURA-5903]
This commit is contained in:
parent
6307784a79
commit
13a9bb7eba
1 changed files with 3 additions and 3 deletions
|
|
@ -4402,7 +4402,7 @@
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": "minimum_support_area",
|
"minimum_value_warning": "minimum_support_area",
|
||||||
"limit_to_extruder": "support_interface_extruder_nr",
|
"limit_to_extruder": "support_interface_extruder_nr",
|
||||||
"enabled": "support_interface_enable and (support_enable or support_tree_enable)",
|
"enabled": "support_interface_enable and support_enable",
|
||||||
"settable_per_mesh": true,
|
"settable_per_mesh": true,
|
||||||
"children":
|
"children":
|
||||||
{
|
{
|
||||||
|
|
@ -4417,7 +4417,7 @@
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": "minimum_support_area",
|
"minimum_value_warning": "minimum_support_area",
|
||||||
"limit_to_extruder": "support_roof_extruder_nr",
|
"limit_to_extruder": "support_roof_extruder_nr",
|
||||||
"enabled": "support_roof_enable and (support_enable or support_tree_enable)",
|
"enabled": "support_roof_enable and support_enable",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
"minimum_bottom_area":
|
"minimum_bottom_area":
|
||||||
|
|
@ -4431,7 +4431,7 @@
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": "minimum_support_area",
|
"minimum_value_warning": "minimum_support_area",
|
||||||
"limit_to_extruder": "support_bottom_extruder_nr",
|
"limit_to_extruder": "support_bottom_extruder_nr",
|
||||||
"enabled": "support_bottom_enable and (support_enable or support_tree_enable)",
|
"enabled": "support_bottom_enable and support_enable",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue