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
2017-06-30Refactored the cooling buffer: Removed ElapsedTime.bubnikv
2017-06-30Finalized implementation of a cooling buffer for multiple extrudersbubnikv
with different settings.
2017-06-23Fix of https://github.com/alexrj/Slic3r/issues/4043 , thanks to @lordofhyphens.bubnikv
Further refactoring of the cooling logic to collect per extruder data.
2017-06-22Ported the cooling changes from @alexrj: Don't slow down the externalbubnikv
perimeters if not necessary, don't take the bridging time into account when slowing down the print. Removed Extruder & GCodeWriter Perl bindings. Improved Extruder for constness. Refactored GCode::m_elapsed_time to struct ElapsedTime.
2017-06-21Set the bed temperature based on the active extruder settings.bubnikv
https://github.com/prusa3d/Slic3r/issues/157
2017-05-25With single_extruder_multi_material enabled,bubnikv
don't append a tool selection (Txx) to the extruder temperature settings (M104 and M109).
2017-05-19Improved retract handling on bowden extruders:bubnikv
Separated deretract speed from a retract speed, allowed a partial retract before wipe.
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
Removed GCode.pm Removed the Perl bindigns for AvoidCrossingPerimeters, OozePrevention, SpiralVase, Wipe Changed the std::set of extruder IDs to vector of IDs. Removed some MSVC compiler warnings, removed obnoxious compiler warnings when compiling the Perl bindings.
2017-01-30GCodeWriter - made tiny methods inline.bubnikv
2016-09-26Bugfix: use Lift-z option for 2. extruder #3385bubnikv
Thanks to https://github.com/platsch https://github.com/alexrj/Slic3r/pull/3392
2016-05-12Fix cooling not working if !gcode_commentsChow Loong Jin
The cooling markers were being passed into GCodeWriter::set_speed() as a comment which were being ignored if gcode_comments was false. Fixes: #3325
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