PrusaSlicer-NonPlainar/xs/src/libslic3r/GCode
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
..
Analyzer.cpp G-code analyser, first draft. The G-code analyser will be used 2016-09-26 12:37:54 +02:00
Analyzer.hpp G-code analyser, first draft. The G-code analyser will be used 2016-09-26 12:37:54 +02:00
PressureEqualizer.cpp Reverted the perimeter generator to not save the perimeter areas. 2016-11-17 23:22:59 +01:00
PressureEqualizer.hpp PressureEqualizer - fixed compiler warnings, documented. 2016-09-26 12:44:03 +02:00