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 (Expand)Author
2021-06-28Hotfix for arrange not working for objects with huge translation.tamasmeszaros
2021-06-22Search for suitable rotation when arranging items larger than the bed tamasmeszaros
2021-04-21Convincing ClipperLib to use Slic3r's own Point type internally.Vojtech Bubnik
2021-04-21Use new libnest backend for MinAreaBoundingBox wrappertamasmeszaros
2021-04-21New custom backend for libnest2d using libslic3r typestamasmeszaros
2021-04-14Replacing ClipperLib::IntPoint with Eigen point as a first step tovb_clipper_eigenVojtech Bubnik
2021-04-13WIP: Fix of arrangement after reducing ClipperLib::cIntVojtech Bubnik
2021-03-31Back-porting improvements for libnest2dtamasmeszaros
2021-02-22Eliminate libnest2d warning on mactamasmeszaros
2020-12-02Use smarter object function in partial arrangement with empty bed.tamasmeszaros
2020-12-01fix rotation for initial placementtamasmeszaros
2020-11-26Fix bed filling with more existing instances than neededtamasmeszaros
2020-11-24Fix broken arrange from 2f65bcc83ffe7a36455bf205e3427243540a337atamasmeszaros
2020-11-24Performance improvements and cleanuptamasmeszaros
2020-08-05Change license of libnest2d to LGPLv3tamasmeszaros
2020-06-01Workaround for items out of bed after arrange.tamasmeszaros
2020-04-23Add libnest tests for various basic object functionstamasmeszaros
2020-03-16Fix arrangement with items larger or equal to bed dimesions.tamasmeszaros
2020-03-12Fix faulty nfp edge cache with argument > 1.0tamasmeszaros
2020-01-09force creating static library for libnest2dtamasmeszaros
2020-01-09Fix wrong bounding box calculation for initial arrange item.tamasmeszaros
2019-10-14Force using TBB on all platforms for libnest2dtamasmeszaros
2019-10-14Fix cmake with msvc generator.tamasmeszaros
2019-10-07Extend libnest tests, remove some warnings, faster catch2 compilation.tamasmeszaros
2019-10-07Hotfix for broken partial arrange.tamasmeszaros
2019-10-04libnest2d test rewritten for catch2. Fine tuned catch2 integration.tamasmeszaros
2019-09-23Fix arrange crash with incorrect geometries. Guard the case with tests.tamasmeszaros
2019-09-13Fix arrange crash with ASANtamasmeszaros
2019-09-10Fix compilation on OSXtamasmeszaros
2019-09-10Fix arrangement of objects larger than the print bed. Issue #2897tamasmeszaros
2019-08-16more clang warnings enabled, performance measuringtamasmeszaros
2019-08-01Can build with (original llvm) clang-cl on windowstamasmeszaros
2019-07-19Fix for incorrect inside check of fixed items.tamasmeszaros
2019-07-18Further refactoringtamasmeszaros
2019-07-17libnest2d: Remove old preload method from selector interfacetamasmeszaros
2019-07-17Solved issue with virtual bed management.tamasmeszaros
2019-07-16Priority for wipe tower, Increased safety distance from bed edges.tamasmeszaros
2019-07-15Arrange cache in ModeInstance and logical bed remembered.tamasmeszaros
2019-07-12Not handling logical beds in arrange()tamasmeszaros
2019-07-04Wip in Nester interfacetamasmeszaros
2019-07-03WIP still with arrange return value.tamasmeszaros
2019-07-03Fix libnest2d teststamasmeszaros
2019-07-03Deal with infinite box.tamasmeszaros
2019-07-02Try to deal with infinite bin.tamasmeszaros
2019-07-02Partial arrange starts to work again.tamasmeszaros
2019-07-02Unify AutoArranger subclassestamasmeszaros
2019-07-01Still WIPtamasmeszaros
2019-06-28Adapt find_new_position is WIP. Cleaning up comments.tamasmeszaros
2019-06-28Arranging with new structure.tamasmeszaros
2019-06-26Get rid of the test.cpp warningtamasmeszaros