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
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.mass_renamebubnikv
2018-08-27Fixed conflicts after merging with masterEnrico Turri
2018-08-21Eradicated the Pointf class, replaced with Eigen Vector3dbubnikv
2018-08-17Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors.bubnikv
2018-08-17Templated convex_hull function in Geometry.cppLukas Matena
2018-08-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2017-09-11Many warnings fixed (#510)eyal0
2017-07-27Moved some math macros (sqr, lerp, clamp) to libslic3r.hbubnikv
2017-07-19Refactored Fill / Flow for readability.bubnikv
2017-03-22Fixed some instance of simplify_polygons() invocation.bubnikv
2017-03-15Rewrote the OpenGL object rendering to indexed triangle / quad setsbubnikv
2016-11-04Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11bubnikv
2016-10-21Defined the +-* operators on Pointf.bubnikv
2016-09-12Meged with release_candidate_1_3bubnikv
2016-05-20More refactoring to medial axis and gap fill, more robustAlessandro Ranellucci
2016-03-27Debugging visualization of the gap fills into a SVG format, if SLIC3R_DEBUG i...bubnikv
2016-03-26Rewritten the medial axis algorithm, now more robust (don't just prune MAT fr...Alessandro Ranellucci
2016-03-19Variable-width gap fill. Yay! #2960Alessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-02Ported mode Model methods to XSAlessandro Ranellucci
2015-05-13More robust medial axis pruning. #2800Alessandro Ranellucci
2015-04-29Ported Slic3r::Geometry::arrange() to C++/XSAlessandro Ranellucci
2015-01-30Added a new Slic3r::Geometry::simplify_polygons() functionAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2014-11-23Refactoring: renamed all contains_*() methods to contains() in C++Alessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-11-09Ported Print::validate() to XSAlessandro Ranellucci
2014-11-09Ported some methods including add_model_object() and apply_config() to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci