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
2022-04-25Removed various Point::ccw() and Point::ccw_angle() methods, they wereVojtech Bubnik
2022-03-31Fixed several std::moves that had no effect, moved GCode data to heapLukas Matena
2022-01-28Fixed Clang 12 compiler warnings.Lukáš Hejl
2021-11-16New BuildVolume class was created, which detects build volume type (rectangular,Vojtech Bubnik
2021-09-24Added various has_duplicate_points() checks, to be used by asserts.Vojtech Bubnik
2021-09-13Some reduction of unnecessary conversions when calling ClipperUtils.Vojtech Bubnik
2021-04-30Clipper optimization:Vojtech Bubnik
2021-04-22Move iterator stuff from polygon to multipointtamasmeszaros
2021-04-21New custom backend for libnest2d using libslic3r typestamasmeszaros
2021-04-13Marked the unsafe ClipperUtils offset functions with CLIPPERUTILS_UNSAFE_OFFSETVojtech Bubnik
2021-02-03Squash merge of lh_brim_rework,Vojtech Bubnik
2020-11-24Fix of [2.3.0-alpha4] Crash - several models cause crash when slicing #5208Vojtech Bubnik
2020-11-16 Fixing compilation issues.Vojtech Bubnik
2020-11-16New get_extents(const std::vector<Points> &pts),Vojtech Bubnik
2020-09-18Merge branch 'master' into lm_seam_painter_backendLukas Matena
2020-09-18Partially working implementation of custom seam backendLukas Matena
2020-09-10Fix failing test due to changes in support point genertiontamasmeszaros
2020-06-16Fixes of the offset curves from Voronoi diagram.Vojtech Bubnik
2020-04-23Add ModelArrange.hpp as extension to Model.hpp, use it for duplicatingtamasmeszaros
2020-03-04WIP: Fixed some compilation issues on OSX, fixed some "override" vs. "virtual"bubnikv
2019-11-01adaptive elpehant foot compensation, fixingbubnikv
2019-10-25Ported various clipper unit tests from Perl to C++,bubnikv
2019-10-25New functions for variable offsets of polygons / expolygons.bubnikv
2019-10-15Ported remove_collinear(Polygon) and test_polygon from upstream slic3r.bubnikv
2019-09-27Rest of the path chaining has been replaced with the new algorithm.bubnikv
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv