mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-26 06:14:25 +08:00
refactor: move infill_hollow to experimental category (CURA-2748)
This commit is contained in:
parent
06d2f01075
commit
bce6a6fed4
@ -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…
x
Reference in New Issue
Block a user