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
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-04-25Finished --cut implementationAlessandro Ranellucci
2014-01-16Refactor loop building code to make_loops()Alessandro Ranellucci
2014-01-16New TriangleMeshSlicer::cut() methodAlessandro Ranellucci
2014-01-15Refactored mesh slicing code into a new TriangleMeshSlicer classAlessandro Ranellucci
2014-01-13Bugfix: incomplete slicing when a horizontal surface was tangent to the slici...Alessandro 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-18Fix compilation and test suiteAlessandro Ranellucci
2013-12-15Move centering outside the Print objectAlessandro Ranellucci
2013-12-12Refactoring. Use Model class for representing the plate in GUIAlessandro 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-13Conditional compilation to exclude all Perl/XS stuff from C++ codeAlessandro Ranellucci
2013-09-11Make plater work with new XS codeAlessandro Ranellucci
2013-09-11Incomplete work to store TriangleMesh objects in Model objects instead of ext...Alessandro Ranellucci
2013-09-10Implemented TriangleMesh->cloneAlessandro Ranellucci
2013-09-10Ported TriangleMesh::scale_xyz()Alessandro Ranellucci
2013-09-10Make Repair() idempotent and lowercaseAlessandro Ranellucci
2013-09-10Add unit test for split()Alessandro Ranellucci
2013-09-10Implemented TriangleMesh->mergeAlessandro Ranellucci
2013-09-10Finished implementation of TriangleMesh->splitAlessandro Ranellucci
2013-09-09Untested implementation of split_mesh()Alessandro Ranellucci
2013-09-08More porting workAlessandro Ranellucci
2013-09-07More porting workAlessandro Ranellucci
2013-09-07Some initial work for porting slice()Alessandro Ranellucci
2013-08-05Ported TriangleMesh->rotateAlessandro Ranellucci
2013-08-05Ported align_to_origin()Alessandro Ranellucci
2013-08-05Incomplete work for porting translate()Alessandro Ranellucci
2013-08-04Ported TriangleMesh->scaleAlessandro Ranellucci
2013-08-04Remove ->ToPerl and add ->vertices and ->facetsAlessandro Ranellucci
2013-07-16Ported Polygon->is_counter_clockwise() and rearranged code in .cpp filesAlessandro Ranellucci
2013-07-13New TriangleMesh::XS->stats methodAlessandro Ranellucci
2013-07-08Move everything into the Slic3r namespace. #1301Alessandro Ranellucci
2013-07-06New Slic3r::Point::XS classAlessandro Ranellucci
2013-07-03New ReadFromPerl() methodAlessandro Ranellucci
2013-06-24New Slic3r::TriangleMesh::XS->ToPerl() methodAlessandro Ranellucci
2013-06-24New Slic3r::TriangleMesh::XS classAlessandro Ranellucci