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
2017-02-26Initial rewrite of the file accessors from Perl to C++.bubnikv
2017-02-21Implement clone() for Fill classesAlessandro Ranellucci
2017-02-21Ported CoolingBuffer to C++/XSAlessandro Ranellucci
2017-01-19New extrusion class: ExtrusionMultiPathbubnikv
2016-12-20New supports now do rafts at least to the extent the test cases run through.bubnikv
2016-12-14Added diagnostics of @LIBS, @INCS to the Build.PLbubnikv
2016-11-06Unit test to verify whether Slic3r would hang when croaking frombubnikv
2016-10-16C++ supports sketched, but not finalized yet. Slic3r is still usingbubnikv
2016-09-14OpenGL support through GLEW. Only active if compiled with SLIC3R_GUI=1.bubnikv
2016-09-14Initial commit of the GLEW library for calling OpenGL from the C++ code.bubnikv
2016-09-14Integration of the Shiny lightweight intrusive profiler.bubnikv
2016-09-12Initial commit of the new Pressure Equalizer, the EdgeGridbubnikv
2016-04-13Optimized and improved rectilinear fill.bubnikv
2016-04-11Vojtech likes to use Sublime on Windows to get the wheels rolling.bubnikv
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-06Separate libslic3r code from slic3r application codeAlessandro Ranellucci
2015-12-04Disable screensaver while projecting (untested on Windows)Alessandro Ranellucci
2015-11-06Remove Boost from distribution and fix some more things for Windows compilationAlessandro Ranellucci
2015-11-01Merge branch 'master' into senderAlessandro Ranellucci
2015-07-23Finished porting PerimeterGenerator to C++Alessandro Ranellucci
2015-07-02Ported more Slic3r::GCode methods to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode::AvoidCrossingPerimeters to XSAlessandro Ranellucci
2015-02-01Merge branch 'master' into senderAlessandro Ranellucci
2015-01-18Updated MANIFESTAlessandro Ranellucci
2014-12-28Finished GCodeSenderAlessandro Ranellucci
2014-12-26Merge branch 'master' into senderAlessandro Ranellucci
2014-12-13Ported Print::bounding_box(), Print::total_bounding_box(), Print::skirt_flow(...Alessandro Ranellucci
2014-11-27Initial work for G-code sender and more intensive usage of BoostAlessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-08-03Split Print.cpp and Layer.cpp into multiple compilation unitsAlessandro Ranellucci
2014-07-27Merge branch 'acp-voronoi'Alessandro Ranellucci
2014-06-10Update MANIFESTAlessandro Ranellucci
2014-05-28New implementation of Avoid crossing perimeters using Voronoi diagramsAlessandro Ranellucci
2014-05-27Fix MANIFESTAlessandro Ranellucci
2014-05-27Merge branch 'master' into visilibityAlessandro Ranellucci
2014-05-27Update MANIFEST and testAlessandro Ranellucci
2014-05-25Move Print object storage to C++. (along with its subobjects)Y. Sapir
2014-05-15Fixed one more regression introduced with Model refactoring. Includes regress...Alessandro Ranellucci
2014-05-13Implemented avoid_crossing_perimeters with VisiLibityAlessandro Ranellucci
2014-05-10Draft for binary representation of G-code commandsAlessandro Ranellucci
2014-05-07Removed StringMapAlessandro Ranellucci
2014-05-05Translate Model class' storage to C++.Y. Sapir
2014-05-01Use poly2tri for triangulation. This fixes some cases where polyPartition cou...Alessandro Ranellucci
2014-04-28Add XS Extruder files to manifest.Y. Sapir
2014-04-27Implement type checking for XS objectsPetr Ledvina
2014-04-25Update MANIFEST. #1969Alessandro Ranellucci
2014-03-11Fix minor error and update MANIFESTAlessandro Ranellucci
2014-01-18Updated MANIFEST with Boost filesAlessandro Ranellucci
2014-01-06More fixes to BoundingBoxAlessandro Ranellucci