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-10-06Fix for buildYuSanka
2021-09-20Eradicated admesh from TriangleMesh:Vojtech Bubnik
2021-05-18TriangleMeshSlicer: Got rid of admesh!Vojtech Bubnik
2021-05-17WIP: Reworked slicingVojtech Bubnik
2020-02-09Fixed unit tests broken with the previous commit (Spiral Vase fix).bubnikv
2019-06-10admesh refactoring: Use Eigen vec3i for indexed triangles.bubnikv
2019-06-10admesh refactoring: separation of the shared vertices / indicesbubnikv
2019-06-10admesh refactoring: Removed the shared_vertices counter as it is nowbubnikv
2019-06-10Refactored admesh to get rid of the error and fp members of stl_file.bubnikv
2019-06-05Fix of perl bindingsbubnikv
2019-04-16Another fix of the perl bindingsbubnikv
2019-04-16Fixed trianglemeshslicer perl bindings, thus the unit tests.bubnikv
2019-03-01Fixed Perl bindings.bubnikv
2018-09-12Merged with devbubnikv
2018-08-22d ..bubnikv
2018-08-21Completely replaced the homebrew Pointf3 class with Eigen Vec3d.bubnikv
2018-08-17Removed Point::scale(),translate(),coincides_with(),distance_to(),bubnikv
2018-03-28Background processing in C++, WIP.bubnikv
2017-02-21Added make_sphere, generates a mesh with specified step angle and raidus rho.Joseph Lenox
2017-02-21Made cube and cylinder static functions of the package, not some specific Tri...Joseph Lenox
2017-02-21Added prototype make_cylinder()Joseph Lenox
2017-02-21Added new constructor to TriangleMesh that accepts vectors of Points and make...Joseph Lenox
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-11-05Replace the flip word with mirror. #3060Alessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2014-11-23All std::string variables are now supposed to be UTF-8 encoded. We now embed ...Alessandro Ranellucci
2014-09-21Ported more things to XSAlessandro Ranellucci
2014-08-08Ported some more methods to C++Alessandro Ranellucci
2014-08-03Ported some Model methods to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-06-25Fix compilation under 5.20 (untested). #2109Alessandro Ranellucci
2014-06-14XYZ mirroring from 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-04-25New option for rotating the lower part resulting from the cut so that the fla...Alessandro Ranellucci
2014-04-25First working implementation of a GUI for cuttingAlessandro Ranellucci
2014-01-16New TriangleMeshSlicer::cut() methodAlessandro Ranellucci
2014-01-15Refactored mesh slicing code into a new TriangleMeshSlicer classAlessandro Ranellucci
2014-01-13TriangleMesh::slice() now accepts a vector of floats instead of doubles for c...Alessandro Ranellucci
2014-01-07Implement modifier volumes and port _merge_loops() to XSAlessandro Ranellucci
2014-01-06Incomplete work for porting BoundingBox to XSAlessandro Ranellucci
2013-12-12Refactoring. Use Model class for representing the plate in GUIAlessandro Ranellucci
2013-12-09More work for refactoring add_model() to add_model_object(). Tests passAlessandro Ranellucci
2013-11-24New TriangleMesh::convex_hull()Alessandro Ranellucci
2013-11-23Ported horizontal_projection() to XSAlessandro Ranellucci
2013-11-23Change method signature for slice()Alessandro Ranellucci
2013-09-11Use precomputed normals in 3D previewAlessandro Ranellucci
2013-09-11More work to avoid working with vertices outside XSAlessandro Ranellucci
2013-09-11Incomplete work to store TriangleMesh objects in Model objects instead of ext...Alessandro Ranellucci
2013-09-10Replace TriangleMesh with the XS portAlessandro Ranellucci