Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-22Ported the cooling changes from @alexrj: Don't slow down the externalbubnikv
2017-05-19Improved retract handling on bowden extruders:bubnikv
2017-02-08Add weight/cost output to gcode. On the way to #647Joseph Lenox
2015-12-16Refactored the Config XS bindingsAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-11-04Fixed compilation warnings and a potential bug in MotionPlanner, as reported ...Alessandro Ranellucci
2014-10-25Refactoring: moved Slic3r::GCode::Base to Slic3r::GCode::WriterAlessandro Ranellucci
2014-10-21Finish porting the Extruder class to libslic3rAlessandro Ranellucci
2014-10-21Refactoring: moved most of the low-level G-code to the Slic3r::GCode::Base cl...Alessandro Ranellucci
2014-10-18Refactoring: moved some low-level G-code generation methods to the new Slic3r...Alessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-05-02Add missing perlglue.hpp to xsp filesPetr Ledvina
2014-04-29Some minor changes to the newly-ported Extruder classAlessandro Ranellucci
2014-04-28Replace Extruder::config accessor with Perl wrapper, with C++ option accessors.Y. Sapir
2014-04-28Replace multitude of Extruder fields with querying a PrintConfig object by id.Y. Sapir
2014-04-28Convert Extruder object (mostly) to C++ with lots of fields.Y. Sapir