mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -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",
|
||||
"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":
|
||||
{
|
||||
"label": "Infill Density",
|
||||
|
@ -3910,6 +3902,14 @@
|
|||
"limit_to_extruder": "support_infill_extruder_nr",
|
||||
"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":
|
||||
{
|
||||
"label": "Fuzzy Skin",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue