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
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-13Only apply perimeter/infill overlap to the endpoints of rectilinear infill (a...Alessandro Ranellucci
2015-01-03Bugfix: Douglas-Peucker used perpendicular distance instead of shortest dista...Alessandro Ranellucci
2014-12-22Some more work on wireframeAlessandro Ranellucci
2014-12-163D object positioningAlessandro Ranellucci
2014-12-15Refactoring of PreviewCanvasAlessandro Ranellucci
2014-12-14Some incomplete work for moving objects in 3D platerAlessandro Ranellucci
2014-12-13Objects can be selected in 3D preview now. Double click and right click work ...Alessandro Ranellucci
2014-12-13Update testAlessandro Ranellucci
2014-10-21Refactoring: moved most of the low-level G-code to the Slic3r::GCode::Base cl...Alessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-08-03Visual preview for bed shape dialogAlessandro Ranellucci
2014-06-15Fix compilation on 5.18(?)Alessandro Ranellucci
2014-06-11Bugfix: seam_position = aligned failed in certaim circumstances because of fa...Alessandro Ranellucci
2014-06-10Merge branch 'printcpp' of github.com:sapir/Slic3r into sapir-printcppAlessandro Ranellucci
2014-05-26Bugfix: movement between objects in sequential printing mode was going too fa...Alessandro Ranellucci
2014-05-25Move Print object storage to C++. (along with its subobjects)Y. Sapir
2014-05-21New Point::projection_onto() methodsAlessandro Ranellucci
2014-05-10Some fixes after the recent Model refactoringAlessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-04-28Add xsp wrapper for Pointf class.Y. Sapir
2014-04-27Implement type checking for XS objectsPetr Ledvina
2014-04-24Refactored signatures of many C++ methods for more efficient and safer style....Alessandro Ranellucci
2014-04-24New coverage detection for bridges. Includes implementation of ExPolygon::get...Alessandro Ranellucci
2014-01-17Fix overflow in Point::ccw() affecting convex hull generation. Includes regre...Alessandro Ranellucci
2014-01-17Fix overflow in distance_to(Line*). It was affecting Douglas-Peucker causing ...Alessandro Ranellucci
2014-01-07Finished porting BoundingBox to XSAlessandro Ranellucci
2013-08-28Ported Point->distance_to() and Line->length()Alessandro Ranellucci
2013-08-27Ported nearest_point() and nearest_point_index()Alessandro Ranellucci
2013-07-16Fix integration of XS containersAlessandro Ranellucci
2013-07-16XS interface completed, including new Line classAlessandro Ranellucci
2013-07-15Use XS Point everywhereAlessandro Ranellucci
2013-07-15More integration of Slic3r::Point::XSAlessandro Ranellucci
2013-07-07Fix destructorsAlessandro Ranellucci
2013-07-07Rename _toPerl() to arrayref()Alessandro Ranellucci
2013-07-06Remove Point.cppAlessandro Ranellucci
2013-07-06New Slic3r::ExPolygon::XS classAlessandro Ranellucci
2013-07-06New Slic3r::Point::XS classAlessandro Ranellucci