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-08-21Eradicated the Pointf class, replaced with Eigen Vector3dbubnikv
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-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-06-26Fixed panning in Layers viewEnrico Turri
2018-02-12Changed the Slic3r coordinate type from long to int32 to matchbubnikv
2017-06-08Limit the object movement to the vincinity of the print bed.bubnikv
2016-12-08Fixes and improvements to the view selection menu, cherry picked from @alexrj...Alessandro Ranellucci
2016-11-17Reduced some compiler warnings.bubnikv
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
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2015-01-15More efficient 3D preview of slicesAlessandro Ranellucci
2014-12-163D object positioningAlessandro Ranellucci
2014-09-21Ported more things to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-08-03Visual preview for bed shape dialogAlessandro Ranellucci
2014-07-24Display skirt and brim in toolpaths preview. Also take support material margi...Alessandro Ranellucci
2014-06-16Finished implementation of bed_shape in platerAlessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-04-27Implement type checking for XS objectsPetr Ledvina
2014-01-07Finished porting BoundingBox to XSAlessandro Ranellucci
2014-01-06Incomplete work for porting BoundingBox to XSAlessandro Ranellucci