mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
NEW: add support_critical_regions_only for tree support
When this option enabled, only generate supports for sharp tail, cantilever, thin pillar (not well supported). So holes are safe from unnessary supports. Currently only works for tree supports, will need to copied to normal supports if it works fine. Change-Id: I5eb86484a5b503149e3bfdee8ce73f76a0a849e4
This commit is contained in:
@@ -125,6 +125,7 @@ public:
|
||||
|
||||
// BBS
|
||||
mutable ExPolygons sharp_tails;
|
||||
mutable ExPolygons cantilevers;
|
||||
mutable std::map<const ExPolygon*, float> sharp_tails_height;
|
||||
|
||||
// Collection of expolygons generated by slicing the possibly multiple meshes of the source geometry
|
||||
|
||||
Reference in New Issue
Block a user