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-06-15Rotate gizmo interaction with mouseEnrico Turri
2018-02-13Merge branch 'master' into gcode_previewbubnikv
2018-02-12Changed the Slic3r coordinate type from long to int32 to matchbubnikv
2018-01-17GCode Preview - Code cleanupEnrico Turri
2018-01-08gcode preview - first installment - wipEnrico Turri
2017-10-17Utility functions to pass wxWidgets pointers from Perl to C++ code.bubnikv
2017-10-17Redefined the ==, != operators of Point and BoundingBox classesbubnikv
2017-08-02Ported PrintObject::prepare_infill & combine_infill from Perl to C++.version_1.37.0bubnikv
2017-07-28Further implementation of FillRectilinear3.bubnikv
2017-07-27Fixed compilation on Linuxbubnikv
2017-07-27Moved some math macros (sqr, lerp, clamp) to libslic3r.hbubnikv
2017-06-02Fixed the "avoid crossing perimeters" bug introduced in Slic3r 1.34.1.24version_1.35.1bubnikv
2017-05-10Improved G-code generator for multi-material printsbubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-04-05Operator< for Pointbubnikv
2017-04-04Fix of https://github.com/prusa3d/Slic3r/issues/214bubnikv
2017-03-15Rewrote the OpenGL object rendering to indexed triangle / quad setsbubnikv
2017-01-25utility class ClosestPointInRadiusLookupbubnikv
2017-01-19Move semantics on MultiPoint, Polygon, Polyline.bubnikv
2016-12-08Don't be lazy, use fully qualified Slic3r::Polygon/ExPolygon/Point/Line namesbubnikv
2016-11-29Point dot operator and PointHash object for std unique_xxx functions.bubnikv
2016-11-28Added a free "cross product" function to Pointf (thinking the Pointf isbubnikv
2016-10-21Defined the +-* operators on Pointf.bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-09-13Some inlining optimizations.bubnikv
2016-09-12Meged with release_candidate_1_3bubnikv
2016-05-20More refactoring to medial axis and gap fill, more robustAlessandro Ranellucci
2016-04-10Added optimized methods for point and polyline rotation.bubnikv
2016-03-14Fix issue with undefined BOOST_VERSIONMark Walker
2016-03-14Support incompatible change in Boost 1.60. #3117Alessandro Ranellucci
2015-12-19Fixed error in porting causing wrong moves with avoid_crossing_perimetersAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-02Ported mode Model methods to XSAlessandro Ranellucci
2015-05-02Refactoring in PlaceholderParserAlessandro Ranellucci
2015-01-18Ported toolpaths rendering to C++Alessandro Ranellucci
2015-01-06Lots of improvements to MotionPlanner/avoid_crossing_perimeters. Smoother pat...Alessandro Ranellucci
2015-01-03Bugfix: Douglas-Peucker used perpendicular distance instead of shortest dista...Alessandro Ranellucci
2014-12-15Refactoring of PreviewCanvasAlessandro Ranellucci
2014-12-14Some incomplete work for moving objects in 3D platerAlessandro Ranellucci
2014-12-13Keep model objects aligned to Z = 0 in platerAlessandro Ranellucci
2014-12-07Fixed wrong implementation of concave_points() and convex_points() in C++. #2384Alessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-11-09Ported some methods including add_model_object() and apply_config() to XSAlessandro Ranellucci
2014-11-04Fixed minor regressionAlessandro Ranellucci
2014-09-23Bugfix: fix crash in some circumstances caused by Avoid crossing perimeters. ...Alessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci