mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
WIP: first_layer_print_min/max, first_layer_print_convex_hull
placeholders for the G-code export.
This commit is contained in:
parent
d95c151823
commit
6529543518
4 changed files with 107 additions and 36 deletions
|
@ -166,6 +166,7 @@ class SupportLayer : public Layer
|
|||
{
|
||||
public:
|
||||
// Polygons covered by the supports: base, interface and contact areas.
|
||||
// Used to suppress retraction if moving for a support extrusion over these support_islands.
|
||||
ExPolygonCollection support_islands;
|
||||
// Extrusion paths for the support base and for the support interface and contacts.
|
||||
ExtrusionEntityCollection support_fills;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue