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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-01Workaround for items out of bed after arrange.tamasmeszaros
2020-05-26Slight include cleanupLukas Matena
2020-05-22Replaced many defines in libslic3r.h with constexpr,Vojtech Bubnik
2020-04-23Add ModelArrange.hpp as extension to Model.hpp, use it for duplicatingtamasmeszaros
2020-03-16Fix arrangement with items larger or equal to bed dimesions.tamasmeszaros
2019-11-01Fix broken partial arrangetamasmeszaros
2019-10-07Extend libnest tests, remove some warnings, faster catch2 compilation.tamasmeszaros
2019-09-23Fix arrange crash with incorrect geometries. Guard the case with tests.tamasmeszaros
2019-09-10Fix arrangement of objects larger than the print bed. Issue #2897tamasmeszaros
2019-08-21Small refactor for BedShapeHinttamasmeszaros
2019-08-21Making arrange a little bit smarter: fix for issue #2787tamasmeszaros
2019-08-19Fixed memory issues of BedShapeHintwhen using unions of non-trivial objectsbubnikv
2019-08-16Merge branch 'master' into tm_clang_mingwtamasmeszaros
2019-08-16more clang warnings enabled, performance measuringtamasmeszaros
2019-08-15Fix for issue #2765, arrange crash with custom bedstamasmeszaros
2019-08-01Can build with (original llvm) clang-cl on windowstamasmeszaros
2019-07-22Remove disabled code.tamasmeszaros
2019-07-19Arrange selection if shift is pressed. Remove first item centeringtamasmeszaros
2019-07-19Fix for incorrect inside check of fixed items.tamasmeszaros
2019-07-18Further refactoringtamasmeszaros
2019-07-17Really fix build for msvctamasmeszaros
2019-07-17Fix for msvc build.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-03Deal with infinite box.tamasmeszaros
2019-07-02Partial arrange starts to work again.tamasmeszaros
2019-07-02Unify AutoArranger subclassestamasmeszaros
2019-07-02Fix broken partial arrangetamasmeszaros
2019-07-01Still WIPtamasmeszaros