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
2022-02-07Quantization of G-code export to achieve more precise extrusionversion_2.5.0-alpha0Vojtech Bubnik
2022-01-10Minor tweaks in machine limits handling:Lukas Matena
2022-01-10Add compatibility for Machine Limits and RRF (PR #7347)n8bot
2021-12-20Fixes setting tool on reprapfirmware (#7536)Raphael Sobik
2021-11-18Some debugging code (asserts) for the optimized G-code number formatter.Vojtech Bubnik
2021-11-16Higher resolution G-code and volumetric rate legend, disabled.Vojtech Bubnik
2021-09-13Follow-up to e7591e6aa60042c19a0aa20305af0f6e0d8439c0Vojtech Bubnik
2021-09-13GCodeWriter: published GCodeFormatter, made it more generic, soVojtech Bubnik
2021-09-11Optimized export of floating-point value inside emit_axis.Lukáš Hejl
2021-09-10Follow-up to beee18f22991e369b1722a43bbcb692fa0d68af0Vojtech Bubnik
2021-09-07Fixed build on Linux and macOS that was failing because of using std::to_char...Lukáš Hejl
2021-09-03G-code writer optimization: Don't use std::strstream, it is slow!Vojtech Bubnik
2021-08-09Suppor of "No extrusion" firmware flavor by not emitting the E axis.Vojtech Bubnik
2021-05-31Improvement related to 'separate z travel speed':Lukas Matena
2021-05-31Added option to independently set z axis travel speedMartin Budden
2021-04-26Refactoring of StaticPrintConfig & derived classes:Vojtech Bubnik
2021-04-06Implemented new acceleration control behaviour for the new Marlin firmware fl...Lukas Matena
2021-04-06Renamed the gcfMarlin enum value to gcfMarlinLegacy so we never mistake it fo...Lukas Matena
2021-04-06Duplicated Marlin firmware flavor to 'Marlin (legacy)' and 'Marlin Firmware'Lukas Matena
2021-01-11Use correct M204 command for accelerationRaphael Sobik
2020-12-04Limiting the resolution of G-code export for retract/deretract feedrateVojtech Bubnik
2020-10-23Merge branch 'pa_reprap_g10_temperature_support' of https://github.com/ardenp...Lukas Matena
2020-10-06Fixup of 8df0181 (turning off the export of machine limits)Lukas Matena
2020-10-06Fixed limitation of acceleration values written into G-codeVojtech Bubnik
2020-08-21Rework G10 temperature support to be enabled only for a new Firmware type `Re...Paul Arden
2020-07-20Add G10 temperature G-code support for the RepRapFirmware flavour.Paul Arden
2020-01-23Implemented editing for extruder of existing ToolChangeCode tickYuSanka
2020-01-14Another bugfixes of GCode export after refactoring.bubnikv
2020-01-14Refactoring of GCode::process_layer().bubnikv
2019-10-15Ported test_gcodewriter from upstream Slic3r, thanks @lordofhyphens.bubnikv
2019-08-27GCodeWriter.cpp: Fixed skipped z-lifts when its height was equal to layer hei...Lukas Matena
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv