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
AgeCommit message (Collapse)Author
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv
The XS was left only for the unit / integration tests, and it links libslic3r only. No wxWidgets are allowed to be used from Perl starting from now.
2018-08-22Parallel placer now works with the custom Slic3r object function. Works an ↵tamasmeszaros
order of magnitude faster.
2018-08-20parallel nesting can be enabled but fails with the current objectfunction.tamasmeszaros
2018-08-09fix compilation on linux and macbefore_parallel_arrangetamasmeszaros
2018-07-27Improved libnest2d cachingtamasmeszaros
2018-07-17New objectfunction that makes a proper circle shaped pile on arrange.tamasmeszaros
2018-07-16Build fix for linuxtamasmeszaros
2018-07-16Change to firstfit selection because DJD needs further testing.tamasmeszaros
2018-06-28Incorporating performance optimizations from libnest2dtamasmeszaros
2018-06-05initial NFP method with convex polygons working.tamasmeszaros
2018-05-17Working arrange_objects with DJD selection heuristic and a bottom-left ↵tamasmeszaros
placement strategy.