WIP: first_layer_print_min/max, first_layer_print_convex_hull

placeholders for the G-code export.
This commit is contained in:
Vojtech Bubnik 2020-06-03 14:49:40 +02:00
parent d95c151823
commit 6529543518
4 changed files with 107 additions and 36 deletions

View file

@ -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;