PrusaSlicer-NonPlainar/lib/Slic3r
bubnikv bfb336df0c Refactored Print::validate() method to not throw an exception, but
to return a string with an error message instead. This was necessary
to avoid a hang-up on some Strawberry Perl distributions, when
a perl "croak" function is called after a C++ exception is caught.
2016-11-05 02:23:46 +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
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 Refactored Print::validate() method to not throw an exception, but 2016-11-05 02:23:46 +01:00
Surface.pm
SVG.pm
Test.pm