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
2018-05-18Fix of extraneous infill over thin walls.bubnikv
2017-08-02Ported PrintObject::prepare_infill & combine_infill from Perl to C++.version_1.37.0bubnikv
2017-07-13Experimental feature, which may make the Clipper offsets run fasterbubnikv
2017-06-02Fixed the "avoid crossing perimeters" bug introduced in Slic3r 1.34.1.24version_1.35.1bubnikv
2017-03-24Bugfix: when the Voronoi diagram contained very large coordinates we need to ...bubnikv
2016-12-14Another take to get rid of the templates from the ClipperUtil.hppbubnikv
2016-12-13Had troubles with the template instantiation on OSX, so I revertedbubnikv
2016-12-13VS2013 could compile this, let's hope GCC will as well.bubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-12-08Fixes after the merge of changes by @alexrj.bubnikv
2016-11-28CLIPPER_OFFSET_SCALE was made a power of two, the scaling functionsbubnikv
2016-11-23One step further to the C++ Supports.bubnikv
2016-11-08Implemented utility functions to operate over lines, polylines, polygons,bubnikv
2016-10-24by alexrj: Fixes in GCodeSender to reset the connection after it breaks.bubnikv
2016-10-20Disabled asserts in the release build (-DNDEBUG).bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-04-10Use CLIPPER_OFFSET_SCALE instead of a numeric value.bubnikv
2015-12-21Fixes and improvements to MotionPlanner, much smarter nowAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-02Ported Layer::maker_perimeters() to XSAlessandro Ranellucci
2015-10-27Finished porting LayerRegion to C++Alessandro Ranellucci
2015-07-23Finished porting PerimeterGenerator to C++Alessandro Ranellucci
2014-12-24Ported PrintObject::bridge_over_infill() to XSAlessandro Ranellucci
2014-11-16Refactored ClipperUtils API for a more consistent arguments conventionAlessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-11-09Ported Print::validate() to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci