PrusaSlicer-NonPlainar/lib/Slic3r/Print
bubnikv 79f5a16536 Reverted the perimeter generator to not save the perimeter areas.
These could be calculated from the fill areas if needed.
On the other side, the non-classified (non-split) fill areas are stored
now for use in the "ensure vertical wall thickness" feature,
also the non-split fill areas are re-used when recalculating the infills.
This is safer than trying to stitch the fill region together from the
classified fragments.

Modified the "ensure vertical wall thickness" feature to use the non-split
fill areas instead of perimeter areas for the calculation
of non-supported regions. This is cheaper as the fill areas contain
roughly half the edges.
2016-11-17 23:22:59 +01:00
..
GCode.pm Rewrote Fill2.pm to C++, deleted Perl infills for good. 2016-11-02 10:47:00 +01:00
Object.pm Reverted the perimeter generator to not save the perimeter areas. 2016-11-17 23:22:59 +01:00
Simple.pm Documented perl modules. 2016-09-13 11:24:55 +02:00
State.pm Documented perl modules. 2016-09-13 11:24:55 +02:00
SupportMaterial.pm Rewrote Fill2.pm to C++, deleted Perl infills for good. 2016-11-02 10:47:00 +01:00