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-04-23Fixed Perl bindings of Clipper after Clipper was adapted to Slic3r::PointVojtech Bubnik
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
2016-09-26Misc bugfixes.bubnikv
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2014-12-24Make infill_only_where_needed idempotent. #2198Alessandro Ranellucci
2014-11-16Refactored ClipperUtils API for a more consistent arguments conventionAlessandro Ranellucci
2014-11-09Ported LayerRegion::make_slices() to XSAlessandro 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-04-27Implement type checking for XS objectsPetr Ledvina
2014-03-25New option for forcing the generation of interface shells. #1847Alessandro Ranellucci
2014-02-10Perform additional checks before merging solid surfaces (i.e. take flow and f...Alessandro Ranellucci
2013-11-24Fix compilation on WindowsAlessandro Ranellucci
2013-11-23Ported Surface->offset() to XSAlessandro Ranellucci
2013-11-23Ported is_solid() and is_bridge() to XS. Also ported (but not used yet) group...Alessandro Ranellucci
2013-09-06Return Surface objects by reference from SurfaceCollection objects and fix a ...Alessandro Ranellucci
2013-08-31Return Surface->expolygon by referenceAlessandro Ranellucci
2013-08-27Ported Surface->pAlessandro Ranellucci
2013-08-08Merge branch 'master' into xsdataAlessandro Ranellucci
2013-07-16XS interface completed, including new Line classAlessandro Ranellucci
2013-07-15Return a reference to the actual item instead of a clone when accessing conte...Alessandro Ranellucci
2013-07-14Ported Slic3r::Surface to XSAlessandro Ranellucci