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
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv
2018-09-17Merged with devbubnikv
2018-08-28Tweaks to GLGizmoFlattenEnrico Turri
2018-08-21Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding.bubnikv
2018-08-21Eradicated the Pointf class, replaced with Eigen Vector3dbubnikv
2018-08-21Eradicated most of Pointf extras compared to pure Eigen::Vector2d.bubnikv
2018-08-21Completely replaced the homebrew Pointf3 class with Eigen Vec3d.bubnikv
2018-08-21Removed the Point::coincides_with_epsilon() methodbubnikv
2018-08-17Replaced coincides_with(const Line &line) with operator==bubnikv
2018-08-17Removed the Point::wkt() and Point::dump_perl() methods.bubnikv
2018-08-17Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors.bubnikv
2018-08-17Removed Point::scale(),translate(),coincides_with(),distance_to(),bubnikv
2018-08-15Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-08-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-08-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-06-28Merge remote-tracking branch 'origin/master' into feature_arrange_with_libnest2dtamasmeszaros
2018-06-15Rotate gizmo interaction with mouseEnrico Turri
2018-05-17Working arrange_objects with DJD selection heuristic and a bottom-left placem...tamasmeszaros
2018-02-13Merge branch 'master' into gcode_previewbubnikv
2018-02-12Changed the Slic3r coordinate type from long to int32 to matchbubnikv
2018-01-17GCode Preview - Code cleanupEnrico Turri
2018-01-08gcode preview - first installment - wipEnrico Turri
2017-10-17Utility functions to pass wxWidgets pointers from Perl to C++ code.bubnikv
2017-10-17Redefined the ==, != operators of Point and BoundingBox classesbubnikv
2017-08-02Ported PrintObject::prepare_infill & combine_infill from Perl to C++.version_1.37.0bubnikv
2017-07-28Further implementation of FillRectilinear3.bubnikv
2017-07-27Fixed compilation on Linuxbubnikv
2017-07-27Moved some math macros (sqr, lerp, clamp) to libslic3r.hbubnikv
2017-06-02Fixed the "avoid crossing perimeters" bug introduced in Slic3r 1.34.1.24version_1.35.1bubnikv
2017-05-10Improved G-code generator for multi-material printsbubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-04-05Operator< for Pointbubnikv
2017-04-04Fix of https://github.com/prusa3d/Slic3r/issues/214bubnikv
2017-03-15Rewrote the OpenGL object rendering to indexed triangle / quad setsbubnikv
2017-01-25utility class ClosestPointInRadiusLookupbubnikv
2017-01-19Move semantics on MultiPoint, Polygon, Polyline.bubnikv
2016-12-08Don't be lazy, use fully qualified Slic3r::Polygon/ExPolygon/Point/Line namesbubnikv
2016-11-29Point dot operator and PointHash object for std unique_xxx functions.bubnikv
2016-11-28Added a free "cross product" function to Pointf (thinking the Pointf isbubnikv
2016-10-21Defined the +-* operators on Pointf.bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-09-13Some inlining optimizations.bubnikv
2016-09-12Meged with release_candidate_1_3bubnikv
2016-05-20More refactoring to medial axis and gap fill, more robustAlessandro Ranellucci
2016-04-10Added optimized methods for point and polyline rotation.bubnikv
2016-03-14Fix issue with undefined BOOST_VERSIONMark Walker
2016-03-14Support incompatible change in Boost 1.60. #3117Alessandro Ranellucci
2015-12-19Fixed error in porting causing wrong moves with avoid_crossing_perimetersAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-02Ported mode Model methods to XSAlessandro Ranellucci