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
2021-11-16New BuildVolume class was created, which detects build volume type (rectangular,Vojtech Bubnik
2020-06-16Fixed broken compilation of Perl bindings.Vojtech Bubnik
2019-09-26WIP: Consolidation of shortest path calculations,bubnikv
2018-08-21Eradicated the Pointf class, replaced with Eigen Vector3dbubnikv
2016-11-04Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11bubnikv
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-02Make test happyAlessandro Ranellucci
2015-12-02Ported mode Model methods to XSAlessandro Ranellucci
2015-04-29Ported Slic3r::Geometry::arrange() to C++/XSAlessandro Ranellucci
2015-04-16Ported ModelObject::rotate() and ModelObject::flip() to XS, as well as axes c...Alessandro 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-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-05-02Refactoring: move direction math into a single function. Includes some fixes ...Alessandro Ranellucci
2014-05-02Add missing perlglue.hpp to xsp filesPetr Ledvina
2014-04-27Implement type checking for XS objectsPetr Ledvina
2013-12-12Refactoring. Use Model class for representing the plate in GUIAlessandro Ranellucci
2013-11-24Move Geometry.cpp to Slic3r::Geometry namespaceAlessandro Ranellucci
2013-11-24Ported chained_path() to XSAlessandro Ranellucci
2013-11-23More files for convex_hullAlessandro Ranellucci