mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07:00
Merge branch 'mb-min-infill-area' of https://github.com/smartavionics/Cura into smartavionics-mb-min-infill-area
This commit is contained in:
commit
46d9d15d02
1 changed files with 10 additions and 0 deletions
|
|
@ -1230,6 +1230,16 @@
|
||||||
"default_value": true,
|
"default_value": true,
|
||||||
"enabled": "infill_sparse_density > 0",
|
"enabled": "infill_sparse_density > 0",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
|
},
|
||||||
|
"min_infill_area":
|
||||||
|
{
|
||||||
|
"label": "Min Infill Area",
|
||||||
|
"description": "Don't generate areas of infill smaller than this (use skin instead).",
|
||||||
|
"unit": "mm²",
|
||||||
|
"type": "float",
|
||||||
|
"minimum_value": "0",
|
||||||
|
"default_value": 0,
|
||||||
|
"settable_per_mesh": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue