mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
JSON feat: infill_hollow (CURA-2748)
This commit is contained in:
parent
fd50d9e316
commit
e0b6679b91
1 changed files with 8 additions and 0 deletions
|
|
@ -940,6 +940,14 @@
|
||||||
"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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue