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
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-08-03Visual preview for bed shape dialogAlessandro Ranellucci
2014-06-16Finished implementation of bed_shape in platerAlessandro 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-22Enforce seam alignment and blend in spiral vase. #2023Alessandro Ranellucci
2014-05-21New Point::projection_onto() methodsAlessandro 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-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-04-05Bugfix: the Y coordinate of Point config fields was not correctly validated a...Alessandro Ranellucci
2014-03-24Prevent GUI from crashing when invalid values were written in numeric fields....Alessandro Ranellucci
2014-03-03Merge branch 'master' into boost-medialaxisAlessandro Ranellucci
2014-02-01fix XS build on Windows #1433 #1681Kamil Kwolek
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-12Bugfix: lack of strong type checking when passing arrayref objects to XS caus...Alessandro Ranellucci
2014-01-10Semi-working Boost.Polygon medial axis. Hangs after perimeters, though. Needs...Alessandro Ranellucci
2014-01-09More work to get Boost.Polygon to compileAlessandro Ranellucci
2014-01-07Finished porting BoundingBox to XSAlessandro Ranellucci
2014-01-05Ported Flow to XSAlessandro Ranellucci
2013-12-22Merge branch 'xs-config'Alessandro Ranellucci
2013-12-20More work for XS ConfigAlessandro Ranellucci
2013-12-12Refactoring. Use Model class for representing the plate in GUIAlessandro Ranellucci
2013-11-24Ported chained_path() to XSAlessandro Ranellucci
2013-11-23Finished porting convex_hull() to XS and removed dependency on Math::ConvexHu...Alessandro Ranellucci
2013-11-23Incomplete work for XS-based convex_hullAlessandro Ranellucci
2013-11-22Ported simplify() to XS and removed dependency on Boost::Geometry::UtilsAlessandro Ranellucci
2013-11-21Incomplete work for porting simplify() to XSAlessandro Ranellucci
2013-11-11Round Perl coordinates instead of truncating them to integers. #1486 #1445 #1464Alessandro
2013-11-07Ported point_line_distance() and removed same_point()Alessandro Ranellucci
2013-09-17Fix an overflow point causing wrong chained pathAlessandro Ranellucci
2013-09-13Conditional compilation to exclude all Perl/XS stuff from C++ codeAlessandro Ranellucci
2013-09-10Round results when rotating to minimize errors & pass the testsJose Luis Perez Diez
2013-09-03Many changes and fixes to remove leaks and return objects by referenceAlessandro Ranellucci
2013-09-02Return objects by reference instead of always cloningAlessandro Ranellucci
2013-08-28Ported Point->distance_to() and Line->length()Alessandro Ranellucci
2013-08-27Ported nearest_point() and nearest_point_index()Alessandro Ranellucci
2013-08-27Ported Polygon->split_at()Alessandro Ranellucci
2013-07-16Ported Polygon->is_counter_clockwise() and rearranged code in .cpp filesAlessandro Ranellucci
2013-07-06Remove Point.cppAlessandro Ranellucci
2013-07-06New Slic3r::ExPolygon::XS classAlessandro Ranellucci
2013-07-06New Slic3r::Point::XS classAlessandro Ranellucci