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-09-17Merged with devbubnikv
2018-09-12Merged with devbubnikv
2018-09-04Added ModelInstance::world_matrix() method and stl_transform using eigen tran...Enrico Turri
2018-08-28Removed unused methodsEnrico Turri
2018-08-27fix centroid error for two points and merge with dev.tamasmeszaros
2018-08-27Fixed conflicts after merging with masterEnrico Turri
2018-08-27Merge remote-tracking branch 'origin/dev' into sla_base_pooltamasmeszaros
2018-08-23Fixed conflicts after merging with branch eigenizeEnrico Turri
2018-08-22Eigenized the admesh structuresbubnikv
2018-08-22d ..bubnikv
2018-08-21Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding.bubnikv
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-21Lay flat - rotation is now done in one go directly about the necessary axisLukas Matena
2018-08-21Merge remote-tracking branch 'origin/eigenize' into sla_base_pooltamasmeszaros
2018-08-20Lay flat - icons and invalidation improvementLukas Matena
2018-08-17Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors.bubnikv
2018-08-17Lay flat gizmo improvements - merge adjacent faces, compute and cache convex ...Lukas Matena
2018-08-16Working curve approximation of the concave hull with clipper offset.tamasmeszaros
2018-08-16Merge remote-tracking branch 'origin/convex_hull' into lm_lay_flat_round_merg...Lukas Matena
2018-08-15Use of bounding box of rotated 3D convex hull for out of print volume detectionEnrico Turri
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-08-09First naive implementation of TriangleMesh convex hull calculationLukas Matena
2018-05-23Making it compile on GCC 4.9tamasmeszaros
2018-05-03Fixed normals on wipe tower boxEnrico Turri
2018-03-28Background processing in C++, WIP.bubnikv
2018-03-16Fixing compilation errors: A non-const reference does not acceptbubnikv
2018-03-15Reworked the fix of #784 for efficiency and robustness:bubnikv
2018-03-13Modified TriangleMeshSlicer::make_loops() to fix #784Enrico Turri
2018-02-28Fix for issue #661 (ExPolygons generation)Enrico Turri
2018-02-23Merge remote-tracking branch 'remotes/origin/mesh_repair'bubnikv
2018-02-15Added workaround into admesh stl_fix_normal_directions() function to prevent ...Enrico Turri
2018-01-303mf Importer - 1st installmentEnrico Turri
2018-01-18Fix for #574, #413, #269, #262, #259, #230, #228, #206Enrico Turri
2017-10-25Another step towards C++ presets.bubnikv
2017-09-12Fixed a crash when slicing leads to no print.bubnikv
2017-08-02Ported some ModelObject methods from Perl to C++.bubnikv
2017-06-15New feature: Splitting an object into a multi-part volume.bubnikv
2017-06-12Disabled the new Slic3r version check until we have a server set upbubnikv
2017-04-05Debugging output and asserts for TriangleMeshSlicer::slice().bubnikv
2017-03-08Parallelized TriangleMeshSlicer::make_expolygonsbubnikv
2017-03-08TriangleMeshSlicerbubnikv
2017-03-08Trace TriangleMeshSlicer at loglevel debug (nr. 4)bubnikv
2017-03-07Added dependencies on the Intel Thread Building Blocks.bubnikv
2017-03-05Fix for OSX: clang requires the member operator< and == to be const.bubnikv
2017-03-03TriangleMeshSlic3r used unordered_map, which was terribly horribly shamelesslybubnikv
2017-03-03Tracing of TriangleMesh repair.bubnikv