mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
refactor: move infill_hollow to experimental category (CURA-2748)
This commit is contained in:
parent
06d2f01075
commit
bce6a6fed4
1 changed files with 8 additions and 8 deletions
|
@ -940,14 +940,6 @@
|
||||||
"type": "category",
|
"type": "category",
|
||||||
"children":
|
"children":
|
||||||
{
|
{
|
||||||
"infill_hollow":
|
|
||||||
{
|
|
||||||
"label": "Hollow out object",
|
|
||||||
"description": "Remove all infill and make the inside of the object eligible for support.",
|
|
||||||
"type": "bool",
|
|
||||||
"default_value": false,
|
|
||||||
"settable_per_mesh": true
|
|
||||||
},
|
|
||||||
"infill_sparse_density":
|
"infill_sparse_density":
|
||||||
{
|
{
|
||||||
"label": "Infill Density",
|
"label": "Infill Density",
|
||||||
|
@ -3910,6 +3902,14 @@
|
||||||
"limit_to_extruder": "support_infill_extruder_nr",
|
"limit_to_extruder": "support_infill_extruder_nr",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
|
"infill_hollow":
|
||||||
|
{
|
||||||
|
"label": "Hollow out Objects",
|
||||||
|
"description": "Remove all infill and make the inside of the object eligible for support.",
|
||||||
|
"type": "bool",
|
||||||
|
"default_value": false,
|
||||||
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
"magic_fuzzy_skin_enabled":
|
"magic_fuzzy_skin_enabled":
|
||||||
{
|
{
|
||||||
"label": "Fuzzy Skin",
|
"label": "Fuzzy Skin",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue