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-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES merged into ENABLE_WORLD_COORDINATEenricoturri1966
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reoworked calculation of volume mat...enricoturri1966
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Added reset button to remove skew, ...enricoturri1966
2022-06-06Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reworked method void Selection::sca...enricoturri1966
2022-06-03Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reworked method void Selection::rot...enricoturri1966
2022-06-03Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - Reworked method void Selection::tra...enricoturri1966
2022-06-03Tech ENABLE_TRANSFORMATIONS_BY_MATRICES - 1st installment. Geometry::Transfor...enricoturri1966
2022-06-02Tech ENABLE_WORLD_COORDINATE - Fixed volumes rotation in world coordinateenricoturri1966
2022-06-02Tech ENABLE_WORLD_COORDINATE - Gizmo rotate oriented in dependence of the sel...enricoturri1966
2022-05-04Ported "avoid crossing perimeters" and bridging unit tests from PerlVojtech Bubnik
2022-01-21Fixed uninitialized variables reported by MemorySanitizer in Geometry::Transf...enricoturri1966
2021-11-16Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS set as defaultenricoturri1966
2021-11-16New BuildVolume class was created, which detects build volume type (rectangular,Vojtech Bubnik
2021-10-27Extracted MedialAxis code from Geometry.cpp/hpp, moved to its ownVojtech Bubnik
2021-10-27New code for minimum enclosing circle by randomized Welzl algorithm.Vojtech Bubnik
2021-10-23Renamed Geometry::intersect() to Geometry::convex_polygons_intersect()Vojtech Bubnik
2021-10-05Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_sinki...enricoturri1966
2021-10-05Minor performance optimization for convex intersection algotamasmeszaros
2021-10-04Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_sinki...enricoturri1966
2021-10-04Don't report intersection if two polygons are only touching.tamasmeszaros
2021-10-04Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_sinki...enricoturri1966
2021-10-01Fix compile issues and overlapping polygon failstamasmeszaros
2021-09-30Revert "Merge branch 'tm_convex_intersect_rotcalip'"Lukas Matena
2021-09-30Fast convex polygon intersection test with rotating caliperstamasmeszaros
2021-09-21Tech ENABLE_OUT_OF_BED_DETECTION_IMPROVEMENTS - Out of bed detection for circ...enricoturri1966
2021-06-07Fixed two more locales-related issuesLukas Matena
2021-05-25Fixing some compiler warningsVojtech Bubnik
2021-05-19Factored out convex hull calculation from ModelObject::convex_hull_2d()Vojtech Bubnik
2021-05-06Removing offset2 from Perl bindings and other minor cleanup.Vojtech Bubnik
2021-04-13Clipper / ClipperUtils:Vojtech Bubnik
2021-03-01Bumping up wxWidgets to 3.1.4-patched on all platforms.Vojtech Bubnik
2020-12-09Fix of Place on face:Vojtech Bubnik
2020-11-051) Implemented anchoring of infill lines to perimeters with lengthVojtech Bubnik
2020-09-14WIP Refactoring of exceptions:Vojtech Bubnik
2020-06-16Fixes of the offset curves from Voronoi diagram.Vojtech Bubnik
2019-12-19Improved accuracy of ModelVolume matrix store / restorebubnikv
2019-10-23Fix of Voronoi debug output.bubnikv
2019-10-15Added missing include (worked on MSVC)bubnikv
2019-10-15Added test projects for libslic3r and fff_print.bubnikv
2019-10-09Fixed conflicts after merging with masterEnrico Turri
2019-09-27Rest of the path chaining has been replaced with the new algorithm.bubnikv
2019-09-26WIP: Consolidation of shortest path calculations,bubnikv
2019-09-23ENABLE_ENHANCED_RELOAD_FROM_DISK set as defaultEnrico Turri
2019-09-19ENABLE_ENHANCED_RELOAD_FROM_DISKEnrico Turri
2019-06-25Fixed warnings in libslic3rLukas Matena
2019-06-24#2428Enrico Turri
2019-05-21Tech ENABLE_NEW_EULER_ANGLES set as defaultEnrico Turri
2019-05-21Tech ENABLE_VOLUMES_CENTERING_FIXES set as defaultEnrico Turri
2019-04-08Fixed rotation of SLA instances in case a rotation in X or Y was appliedbubnikv
2019-02-07Fix of #1782Enrico Turri