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-09-18Replaced CONFESS with throw std::exception in libslic3r, so nowbubnikv
2018-08-23Fixed conflicts after merging with branch eigenizeEnrico 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-17Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors.bubnikv
2018-08-17Removed Point::scale(),translate(),coincides_with(),distance_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-07-18Fixed compile on Linux and MacEnrico Turri
2018-07-18Disable slicing when one object crosses the print volume boundaryEnrico Turri
2018-06-21Faster gizmos updateEnrico Turri
2018-06-12C++ code cleanupEnrico Turri
2018-05-151st attempt of perl callback from c++ for 3DSceneEnrico Turri
2018-03-14Extended Print::validate() to check, whether the objectsbubnikv
2018-03-09Out of bed detection - 1st installmentEnrico Turri
2018-01-17GCode Preview - Code cleanupEnrico Turri
2018-01-12fixed compile on linux and osxEnrico Turri
2018-01-08gcode preview - first installment - wipEnrico Turri
2017-10-17Redefined the ==, != operators of Point and BoundingBox classesbubnikv
2017-09-13Set a missing bbox.defined flag.bubnikv
2017-06-06New BoundingBox3 class.bubnikv
2017-03-13BoundingBox, Print - methods inlined, added const accessors.bubnikv
2016-11-29Bounding Box - new method align_to_gridbubnikv
2016-11-08Implemented utility functions to operate over lines, polylines, polygons,bubnikv
2016-11-04Let's hope to fix compilation on gcc.bubnikv
2016-11-04Fix of https://github.com/prusa3d/Slic3r/issues/13bubnikv
2016-10-18Fix of a crash when setting a viewport over an empty platter.bubnikv
2016-09-30Bugfix of bottom bridges. If close regions shall be closed by bridges,bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-09-12some optimizations of Point rotationbubnikv
2016-04-10New constructors for the bounding box with min/max points were added.bubnikv
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-09-21Ported more things to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci