PrusaSlicer-NonPlainar/xs/xsp
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
..
BoundingBox.xsp Reduced some compiler warnings. 2016-11-16 22:09:00 +01:00
BridgeDetector.xsp Reworked the bridge detector to allow searching a single bridging 2016-11-08 09:59:25 +01:00
Clipper.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
Config.xsp More refactoring on Config XS bindings 2015-12-16 12:58:06 +01:00
ExPolygon.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
ExPolygonCollection.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
Extruder.xsp Refactored the Config XS bindings 2015-12-16 12:33:19 +01:00
ExtrusionEntityCollection.xsp Method ExtrusionEntity::polygons_covered() and derived were split 2016-11-04 00:10:35 +01:00
ExtrusionLoop.xsp Method ExtrusionEntity::polygons_covered() and derived were split 2016-11-04 00:10:35 +01:00
ExtrusionPath.xsp Method ExtrusionEntity::polygons_covered() and derived were split 2016-11-04 00:10:35 +01:00
ExtrusionSimulator.xsp Simulation of extrusion in a plane, useful for finding out under / over-extruions. 2016-04-11 17:10:13 +02:00
Filler.xsp Rewrote Fill2.pm to C++, deleted Perl infills for good. 2016-11-02 10:47:00 +01:00
Flow.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
GCode.xsp Initial commit of the new Pressure Equalizer, the EdgeGrid 2016-09-12 16:25:15 +02:00
GCodePressureEqualizer.xsp Initial commit of the new Pressure Equalizer, the EdgeGrid 2016-09-12 16:25:15 +02:00
GCodeSender.xsp One more fix for compilation 2015-12-08 11:07:45 +01:00
GCodeWriter.xsp Refactored the Config XS bindings 2015-12-16 12:33:19 +01:00
Geometry.xsp Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11 2016-11-04 15:03:51 +01:00
GUI.xsp Optimized and improved rectilinear fill. 2016-04-13 20:45:44 +02:00
GUI_3DScene.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
Layer.xsp Reverted the perimeter generator to not save the perimeter areas. 2016-11-17 23:22:59 +01:00
Line.xsp More refactoring to medial axis and gap fill, more robust 2016-05-20 17:03:57 +02:00
Model.xsp Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11 2016-11-04 15:03:51 +01:00
MotionPlanner.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
my.map by alexrj: Always convert strings to UTF-8 before passing them to XS 2016-10-24 14:08:22 +02:00
mytype.map New XS framework for C and C++ code 2013-06-22 17:16:45 +02:00
PerimeterGenerator.xsp Reverted the perimeter generator to not save the perimeter areas. 2016-11-17 23:22:59 +01:00
PlaceholderParser.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
Point.xsp Reduced some compiler warnings. 2016-11-16 22:09:00 +01:00
Polygon.xsp Fixed type error 2016-03-26 12:21:54 +01:00
Polyline.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
PolylineCollection.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
Print.xsp re-wrote PrintObject::detect_surfaces_type() to C++, 2016-11-10 19:23:01 +01:00
SupportMaterial.xsp Disabled asserts in the release build (-DNDEBUG). 2016-10-20 13:04:23 +02:00
Surface.xsp Misc bugfixes. 2016-09-26 13:58:47 +02:00
SurfaceCollection.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
TriangleMesh.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
typemap.xspt Disabled asserts in the release build (-DNDEBUG). 2016-10-20 13:04:23 +02:00
XS.xsp Unit test to verify whether Slic3r would hang when croaking from 2016-11-06 17:42:36 +01:00