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
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.mass_renamebubnikv
2018-08-21Eradicated the Pointf class, replaced with Eigen Vector3dbubnikv
2018-08-21Completely replaced the homebrew Pointf3 class with Eigen Vec3d.bubnikv
2018-07-18Implemented clamping of the acceleration when extruding for the Marlinbubnikv
2017-06-30Refactored the cooling buffer: Removed ElapsedTime.bubnikv
2017-06-30Finalized implementation of a cooling buffer for multiple extrudersbubnikv
2017-06-23Fix of https://github.com/alexrj/Slic3r/issues/4043 , thanks to @lordofhyphens.bubnikv
2017-06-22Ported the cooling changes from @alexrj: Don't slow down the externalbubnikv
2017-06-21Set the bed temperature based on the active extruder settings.bubnikv
2017-05-25With single_extruder_multi_material enabled,bubnikv
2017-05-19Improved retract handling on bowden extruders:bubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-01-30GCodeWriter - made tiny methods inline.bubnikv
2016-09-26Bugfix: use Lift-z option for 2. extruder #3385bubnikv
2016-05-12Fix cooling not working if !gcode_commentsChow Loong Jin
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-11-04Style fix: const for some functionsntfshard
2015-02-15Change end_program() to postamble()Alessandro Ranellucci
2015-02-07added end_program() function to GCodeWriterAlexander Rössler
2014-12-22Some more work on wireframeAlessandro Ranellucci
2014-11-09Ported GCodeWriter to XS (faster G-code export!)Alessandro Ranellucci