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
2021-10-14New ClipperUtils functions: opening(), closing() as an alternativeVojtech Bubnik
2021-05-06Removing offset2 from Perl bindings and other minor cleanup.Vojtech Bubnik
2021-05-05Fixed perl unit testsVojtech Bubnik
2021-04-23Fixed Perl bindings of Clipper after Clipper was adapted to Slic3r::PointVojtech Bubnik
2021-04-21Convincing ClipperLib to use Slic3r's own Point type internally.Vojtech Bubnik
2017-07-19Reduced the content of Geometry.pm, removed unused Perl subroutines.bubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-11-28CLIPPER_OFFSET_SCALE was made a power of two, the scaling functionsbubnikv
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2014-11-16Refactored ClipperUtils API for a more consistent arguments conventionAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-05-08New semantics for ExtrusionLoop objects. Early processing of perimeter overha...Alessandro Ranellucci
2014-05-02Add missing perlglue.hpp to xsp filesPetr Ledvina
2013-11-24Ported traverse_pt() to XSAlessandro Ranellucci
2013-11-21Use Clipper for line clippingAlessandro Ranellucci
2013-09-06Don't grow horizontal shells having acute angles. #1387Alessandro Ranellucci
2013-08-27Removed dependency on Math::ClipperAlessandro Ranellucci
2013-08-26Ported union_pt() to XSAlessandro Ranellucci
2013-08-26Fixed everything in the XS portAlessandro Ranellucci
2013-08-17Ported union() to XSAlessandro Ranellucci
2013-08-08Merge branch 'master' into xsdataAlessandro Ranellucci
2013-07-17Ported diff() and intersection()Alessandro Ranellucci
2013-07-17Ported offset() and offset2()Alessandro Ranellucci
2013-07-17Ported diff_ex, intersection_ex, union_ex, xor_exAlessandro Ranellucci
2013-07-16Make offset_ex(), offset2_ex() and diff_ex() available to C++ codeAlessandro Ranellucci
2013-07-16Ported diff_ex() to XSAlessandro Ranellucci
2013-07-16Port offset_ex() and offset2_ex() to XSAlessandro Ranellucci