PrusaSlicer-NonPlainar/xs/xsp
bubnikv 22ca927f12 Reworked the bridge detector to allow searching a single bridging
direction over multiple regions. This allows a single bridge to be
drawn over holes, which are too close to each other to allow
for separate bridges.
Fixes Bridging-Angle not optimal
https://github.com/prusa3d/Slic3r/issues/12

Re-allowed adaptive infill line width for solid infills. The adaptive
infill line width works in some circumstances, see Issue #15,
but the original implementation often changed the line width too
aggressively. The current implementation limits the line width change
to 20%.
Fixes Gaps between infill and perimeter leads to errors in laydown on following layer
https://github.com/prusa3d/Slic3r/issues/15
2016-11-08 09:59:25 +01:00
..
BoundingBox.xsp Fix of a crash when setting a viewport over an empty platter. 2016-10-18 16:44:05 +02: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_3DScene.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
GUI.xsp Optimized and improved rectilinear fill. 2016-04-13 20:45:44 +02:00
Layer.xsp Rewrote Fill2.pm to C++, deleted Perl infills for good. 2016-11-02 10:47:00 +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 Collect the perimeter surfaces when generating perimeters. 2016-09-26 13:44:23 +02:00
PlaceholderParser.xsp Remove any Perl related code from libslic3r 2015-12-08 00:39:54 +01:00
Point.xsp Ported from the playground branch. Various documentation and optimization. 2016-09-13 13:30:00 +02: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 Refactored Print::validate() method to not throw an exception, but 2016-11-05 02:23:46 +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