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 (Collapse)Author
2017-07-10Inlined Surface::any_internal_contains / any_bottom_containsbubnikv
2016-12-20New supports now do rafts at least to the extent the test cases run through.bubnikv
New supports enabled, old supports will go away soon.
2016-12-12Added methods set/add to SurfaceCollection.bubnikv
2016-11-08Implemented utility functions to operate over lines, polylines, polygons,bubnikv
surfaces.
2016-10-17Another tiny change to support non C++11 compiler.bubnikv
2016-09-30Bugfix of bottom bridges. If close regions shall be closed by bridges,bubnikv
these regions are grown to anchor the bridge lines to the bottom surface. The grown regions may overlap. In that case the regions are now merged before the bridging direction is calculated for the merged region.
2016-09-26Surface / Surface Collection - optimization routines for filtering,bubnikv
routines for visualization.
2015-12-21Fixes and improvements to MotionPlanner, much smarter nowAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-10-27Finished porting LayerRegion to C++Alessandro Ranellucci
2015-01-06Refactored the travel/retract/avoid_crossing_perimeters logic. Several edge ↵Alessandro Ranellucci
cases are now handled correctly. #2498
2015-01-06Fixed one more case where only_retract_when_crossing_perimeters didn't ↵Alessandro Ranellucci
apply. #2498
2014-12-24Ported PrintObject::bridge_over_infill() to XSAlessandro Ranellucci
2014-12-09Limit "Only retract when crossing perimeters" so that retraction is ↵Alessandro Ranellucci
triggered also when crossing the boundaries of a single region. #2298
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci