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-05-151st attempt of perl callback from c++ for 3DSceneEnrico Turri
2018-03-14Extended Print::validate() to check, whether the objectsbubnikv
are inside the print volume.
2018-03-09Out of bed detection - 1st installmentEnrico Turri
2018-01-17GCode Preview - Code cleanupEnrico Turri
2018-01-12fixed compile on linux and osxEnrico Turri
2018-01-08gcode preview - first installment - wipEnrico Turri
2017-10-17Redefined the ==, != operators of Point and BoundingBox classesbubnikv
to become members of their respective classes to avoid type clashes through implicit casting operators of ConfigOption classes.
2017-09-13Set a missing bbox.defined flag.bubnikv
2017-06-06New BoundingBox3 class.bubnikv
2017-03-13BoundingBox, Print - methods inlined, added const accessors.bubnikv
2016-11-29Bounding Box - new method align_to_gridbubnikv
2016-11-08Implemented utility functions to operate over lines, polylines, polygons,bubnikv
surfaces.
2016-11-04Let's hope to fix compilation on gcc.bubnikv
2016-11-04Fix of https://github.com/prusa3d/Slic3r/issues/13bubnikv
The BoundingBox::defined flag was not set in constructor, if initialized from min/max corners.
2016-10-18Fix of a crash when setting a viewport over an empty platter.bubnikv
Exported bounding box 'empty' method to perl.
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-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-09-12some optimizations of Point rotationbubnikv
2016-04-10New constructors for the bounding box with min/max points were added.bubnikv
empty(bbox) function template was added.
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-09-21Ported more things to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci