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
2018-01-06Separated the Marlin G-code flavor from the RepRap G-code flavorbubnikv
2017-09-12Fix of "exponentional values generated as G1 F-1.95058e+006 causing problems"bubnikv
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-22Include the wipe tower print time into the cooling time.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-02-10Cherry-picked Repetier acceleration fixes, thanks to @lordofhyphensJoseph Lenox
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-19Fix regression in lift, includes regression testAlessandro Ranellucci
2015-12-18New --retract-lift-above and --retract-lift-below options. #763 #3057Alessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-11-04Style fix: const for some functionsntfshard
2015-11-04Fix incorrect comments to temperature-setting gcodeMaciej Dębski
2015-02-15Change end_program() to postamble()Alessandro Ranellucci
2015-02-10Switched to P parameter instead of S for Machinekit flavour MCode commandsAlexander Rössler
2015-02-07added end_program() function to GCodeWriterAlexander Rössler
2015-02-06added retract and unretract command for Machinekit flavourAlexander Rössler
2015-01-09Don't put any M200 automatically when volumetric mode is selected. Explain ho...Alessandro Ranellucci
2015-01-05Option to use volumetric E values. #1746Alessandro Ranellucci
2014-12-22Some more work on wireframeAlessandro Ranellucci
2014-11-23Fixed regression causing retraction to be skipped when Retract Length was 0 b...Alessandro Ranellucci
2014-11-23Bugfix: spiral vase was not working when extrusion axis was not E. #2350Alessandro Ranellucci
2014-11-09Ported GCodeWriter to XS (faster G-code export!)Alessandro Ranellucci