PrusaSlicer-NonPlainar/lib/Slic3r
bubnikv 6217622865 Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11
Replaced eval { die } construct with a bool return value indicating
success or failure of an automatic arrangement of parts on the print bed.

Don't know exactly what is happening here, but throwing a "die" inside
a XS function and then catching it inside an eval {} block is suspcious.
2016-11-04 15:03:51 +01:00
..
Format
GCode
Geometry
GUI Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11 2016-11-04 15:03:51 +01:00
Print Rewrote Fill2.pm to C++, deleted Perl infills for good. 2016-11-02 10:47:00 +01:00
Test
Config.pm Suppress the '- default -' selection of Print/Filament/Printer settings 2016-10-24 16:07:36 +02:00
ExPolygon.pm
ExtrusionLoop.pm
ExtrusionPath.pm
Flow.pm
Geometry.pm
GUI.pm Only call wxWidgets method wxApp::SetAppDisplayName for wxWidgets 3.0 2016-11-03 09:15:30 +01:00
Layer.pm Rewrote Fill2.pm to C++, deleted Perl infills for good. 2016-11-02 10:47:00 +01:00
Line.pm
Model.pm
Point.pm
Polygon.pm
Polyline.pm
Print.pm
Surface.pm
SVG.pm
Test.pm