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
2018-02-15Merged the C++ port of the GUI Tabs / OptionGroup / Option classesbubnikv
by @YuSanka, thanks @lordofhyphens for the initial port of the OptionGroup / Option.
2018-01-30BedShapeDialog and Bed_2D (as a part of it) are completed.YuSanka
Added new_scale function to Polyline. Fixed small bug in PointCtrl. Extended change_opt_value for coPoints case.
2018-01-17GCode Preview - Code cleanupEnrico Turri
2018-01-08gcode preview - first installment - wipEnrico Turri
2017-02-02Created a total_lengt() free function for Polygons and Polylines.bubnikv
Modified the "extra perimeters when needed" function to use the new free functions, extended the tooltip of the "extra perimeters when needed" feature.
2017-01-25new function remove_degenerate(Polylines ...)bubnikv
2017-01-20Improvement of the move semantics on various objects:bubnikv
The source object will be empty after the move operation.
2017-01-19Move semantics on MultiPoint, Polygon, Polyline.bubnikv
Append methods on Polyline. squared length function on point->DistanceTo
2016-11-08Implemented utility functions to operate over lines, polylines, polygons,bubnikv
surfaces.
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-03-26Rewritten the medial axis algorithm, now more robust (don't just prune MAT ↵Alessandro Ranellucci
from endpoints, but validate all single edges)
2016-03-19Variable-width gap fill. Yay! #2960Alessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2015-01-06Lots of improvements to MotionPlanner/avoid_crossing_perimeters. Smoother ↵Alessandro Ranellucci
paths and several edge cases now handled better
2014-11-16Ported some minor methods to XSAlessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci