mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
New supports now do rafts at least to the extent the test cases run through.
New supports enabled, old supports will go away soon.
This commit is contained in:
parent
5614e997a4
commit
955bc957ba
17 changed files with 279 additions and 308 deletions
|
@ -58,7 +58,7 @@ public:
|
|||
const size_t cols() const { return m_cols; }
|
||||
|
||||
// For supports: Contours enclosing the rasterized edges.
|
||||
Polygons contours_simplified() const;
|
||||
Polygons contours_simplified(coord_t offset) const;
|
||||
|
||||
protected:
|
||||
struct Cell {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue