Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/slice.t
AgeCommit message (Collapse)Author
2017-08-18Switched to Perl local::lib for local compilation.bubnikv
Taken from upstream Slic3r, thanks @alexrj.
2017-07-19Reduced the content of Geometry.pm, removed unused Perl subroutines.bubnikv
Reduced the use Slic3r::Geometry and use Slic3r::Geometry::Clipper clauses to only reference used subroutines.
2013-09-12Fix threads, tests and require the most recent Moo versionAlessandro Ranellucci
2013-09-10Replace TriangleMesh with the XS portAlessandro Ranellucci
2013-06-22Little optimizations in slicingAlessandro Ranellucci
2013-05-18Optimization: split meshes automatically when avoid_crossing_perimeters is ↵Alessandro Ranellucci
enabled, so that we reduce the complexity of the MotionPlanner graphs. This commit includes a very large refactoring of the Model class which is now responsible for duplication and arrangement
2013-05-15Update tests after recent TriangleMesh optimizationsAlessandro Ranellucci
2012-12-29Rename t/stl.t to t/slice.tAlessandro Ranellucci