Fix some overhang detection (#15694)

This commit is contained in:
Ian Bassi
2026-09-18 14:23:38 -03:00
committed by GitHub
parent e573fc4680
commit 8a17df4a89
4 changed files with 159 additions and 3 deletions
+2
View File
@@ -149,6 +149,8 @@ public:
//BBS
double smaller_width_ext_mm3_per_mm() const { return m_ext_mm3_per_mm_smaller_width; }
Polygons lower_slices_polygons() const { return m_lower_slices_polygons; }
// ORCA: the slices less the slivers the wall generator prints nothing for, so they never count as support.
ExPolygons printable_slices(const ExPolygons &slices) const;
private:
std::vector<Polygons> generate_lower_polygons_series(float width);