Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-03Fixed normals on wipe tower boxEnrico Turri
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
2017-03-03More tracing of the slicing process.bubnikv
2017-02-27TriangleMesh.cpp/h:bubnikv
2017-02-21Added make_sphere, generates a mesh with specified step angle and raidus rho.Joseph Lenox
2017-02-21Fixed mesh generation to generate cylinders.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
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-12-12Shortcuts for zero mesh transformations.bubnikv
2016-12-08Refactored parallelization code, cherry picked from @alexrj 36789774471a0bf9a...Alessandro Ranellucci
2016-12-08Parallelize TriangleMeshSlicer::slice(), cherry picked from @alexrj 83ad123d9...Alessandro Ranellucci
2016-11-15Fixed a 64bit compatiblity in admesh, fixed a typo in TriangleMesh::swap()bubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-04-13Optimized and improved rectilinear fill.bubnikv
2016-04-11Revert incorrect checkins.bubnikv
2016-04-11Vojtech likes to use Sublime on Windows to get the wheels rolling.bubnikv
2015-12-19Minor code cleanup here and thereAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-11-05Replace the flip word with mirror. #3060Alessandro Ranellucci
2015-11-04Fix signed-unsigned comparentfshard
2015-11-04Removed unused variablesntfshard
2015-11-04Refactoring: prefix inc/dec operators for iteratorsntfshard
2015-05-03Use radians everywhere, including ModelInstance::rotationAlessandro Ranellucci
2015-04-16Ported ModelObject::rotate() and ModelObject::flip() to XS, as well as axes c...Alessandro Ranellucci
2015-01-28Bugfix: tangent horizontal mesh surfaces were not included in slices under ra...Alessandro Ranellucci
2015-01-25Minor optimization in TriangleMesh codeAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2015-01-06Minor improvement to IntersectionLine (now subclasses Line)Alessandro Ranellucci
2014-11-24Merge pull request #2278 from hroncok/admesh98Alessandro Ranellucci