WIP: Organic supports - bottom interfaces
This commit is contained in:
parent
ad203baf77
commit
89f0895dd6
3 changed files with 19 additions and 7 deletions
|
@ -94,7 +94,9 @@ struct TreeSupportMeshGroupSettings {
|
|||
bool support_roof_enable { false };
|
||||
// Support Roof Thickness
|
||||
// The thickness of the support roofs. This controls the amount of dense layers at the top of the support on which the model rests.
|
||||
coord_t support_roof_height { scaled<coord_t>(1.) };
|
||||
coord_t support_roof_layers { 2 };
|
||||
bool support_floor_enable { false };
|
||||
coord_t support_floor_layers { 2 };
|
||||
// Minimum Support Roof Area
|
||||
// Minimum area size for the roofs of the support. Polygons which have an area smaller than this value will be printed as normal support.
|
||||
double minimum_roof_area { scaled<double>(scaled<double>(1.)) };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue