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
2016-09-12Initial commit of the new Pressure Equalizer, the EdgeGridbubnikv
2016-04-11Vojtech likes to use Sublime on Windows to get the wheels rolling.bubnikv
2015-12-16Refactored the Config XS bindingsAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-02Try to fix compilation on older PerlsAlessandro Ranellucci
2015-11-01Merge branch 'master' into senderAlessandro Ranellucci
2015-07-23Finished porting PerimeterGenerator to C++Alessandro Ranellucci
2015-07-01Ported Slic3r::GCode storage to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode::OozePrevention storage to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode::Wipe storage to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode::AvoidCrossingPerimeters to XSAlessandro Ranellucci
2015-05-28Merge branch 'master' into senderAlessandro Ranellucci
2015-04-16Ported ModelObject::rotate() and ModelObject::flip() to XS, as well as axes c...Alessandro Ranellucci
2015-02-01Merge branch 'master' into senderAlessandro Ranellucci
2015-01-25Faster loading of 3D preview and much less memory usedAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2014-12-26Merge branch 'master' into senderAlessandro Ranellucci
2014-12-163D object positioningAlessandro Ranellucci
2014-11-27Initial work for G-code sender and more intensive usage of BoostAlessandro Ranellucci
2014-11-23All std::string variables are now supposed to be UTF-8 encoded. We now embed ...Alessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-11-09Ported GCodeWriter to XS (faster G-code export!)Alessandro Ranellucci
2014-10-18Refactoring: moved some low-level G-code generation methods to the new Slic3r...Alessandro Ranellucci
2014-07-27Merge branch 'acp-voronoi'Alessandro Ranellucci
2014-07-01Fixed regression causing variable layer heights to be ignored. #2136Alessandro Ranellucci
2014-06-25Fix compilation under 5.20 (untested). #2109Alessandro Ranellucci
2014-06-19Bugfix: wrong input validation in set_layer_height_ranges(). #2105Alessandro Ranellucci
2014-06-16Finished implementation of bed_shape in platerAlessandro Ranellucci
2014-06-11Some initial work for incremental slicingAlessandro Ranellucci
2014-05-27Merge branch 'master' into visilibityAlessandro Ranellucci
2014-05-25Remove some more Clone typemaps and add some whitespace.Y. Sapir
2014-05-25Return NULL values from XS as undef.Y. Sapir
2014-05-25Move Print object storage to C++. (along with its subobjects)Y. Sapir
2014-05-13Implemented avoid_crossing_perimeters with VisiLibityAlessandro Ranellucci
2014-05-12No tests were covering randomize-start, which was not working anymore after r...Alessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-05-08Merge branch 'sapir-modelcpp'Alessandro Ranellucci
2014-05-08New semantics for ExtrusionLoop objects. Early processing of perimeter overha...Alessandro Ranellucci
2014-05-07Removed StringMapAlessandro Ranellucci
2014-05-05Translate Model class' storage to C++.Y. Sapir
2014-04-28Replace Extruder::config accessor with Perl wrapper, with C++ option accessors.Y. Sapir
2014-04-28Convert Extruder object (mostly) to C++ with lots of fields.Y. Sapir
2014-04-27Implement type checking for XS objectsPetr Ledvina
2014-03-15Fixed wrong refactoring of perimeter tree traversal. #1832Alessandro Ranellucci
2014-01-07Finished porting BoundingBox to XSAlessandro Ranellucci
2014-01-06Incomplete work for porting BoundingBox to XSAlessandro Ranellucci
2014-01-05Ported Flow to XSAlessandro Ranellucci
2014-01-02More workAlessandro Ranellucci
2013-12-22Merge branch 'xs-config'Alessandro Ranellucci
2013-12-21Expose static PrintConfig objects to Perl and test apply()Alessandro Ranellucci