mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-02 11:33:59 -06:00
Improvements of the C++ RectInfill2 code for supports:
Make the contours more continuous. Some documentation, asserts and such.
This commit is contained in:
parent
ee4b9ab82f
commit
c16eca0065
4 changed files with 267 additions and 96 deletions
|
@ -139,12 +139,15 @@ protected:
|
|||
class SupportLayer : public Layer {
|
||||
friend class PrintObject;
|
||||
|
||||
public:
|
||||
public:
|
||||
// Polygons covered by the supports: base, interface and contact areas.
|
||||
ExPolygonCollection support_islands;
|
||||
// Extrusion paths for the support base.
|
||||
ExtrusionEntityCollection support_fills;
|
||||
// Extrusion paths for the support interface and contacts.
|
||||
ExtrusionEntityCollection support_interface_fills;
|
||||
|
||||
protected:
|
||||
protected:
|
||||
SupportLayer(size_t id, PrintObject *object, coordf_t height, coordf_t print_z,
|
||||
coordf_t slice_z);
|
||||
virtual ~SupportLayer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue