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-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv
2018-09-17Merged with devbubnikv
2018-09-12Merged with devbubnikv
2018-09-10Replaced this->m_xxx with just m_xxxbubnikv
2018-08-21Eradicated the Pointf class, replaced with Eigen Vector3dbubnikv
2018-08-21Eradicated most of Pointf extras compared to pure Eigen::Vector2d.bubnikv
2018-08-02Wipe tower postprocessing, wipe tower block on 3D plate improved.Lukas Matena
2018-07-17For the Marlin firmware, the machine envelope G-code is emittedbubnikv
2018-07-17Merge with master + resolved conflictsEnrico Turri
2018-07-13Generate M73 lines for silent mode only for MK3 printersEnrico Turri
2018-06-27Time estimate emitted to gcode at requested intervalEnrico Turri
2018-06-26'Dontcare' extrusions now don't force a toolchange + code reorganizationLukas Matena
2018-06-22Time estimators use initial data from configEnrico Turri
2018-06-20Refactoring of perimeters/infills wiping (ToolOrdering::WipingExtrusions now ...Lukas Matena
2018-06-06More progress on 'wipe into dedicated object' feature (e.g. new value in obje...Lukas Matena
2018-06-05Started to work on the 'wipe into dedicated object feature'Lukas Matena
2018-06-01Wiping into infill - no infills are now inadvertedly printed twice (hopefully)Lukas Matena
2018-05-31Wipe into infill - copies of one object are properly processedLukas Matena
2018-05-30Prototype for exporting estimated remaining time into gcode for default and s...Enrico Turri
2018-05-07Fixed wrong extrusion paths detection with multimaterial objectsEnrico Turri
2018-03-28Background processing in C++, WIP.bubnikv
2018-02-15Merge remote-tracking branch 'remotes/origin/3mf_io'bubnikv
2018-02-14Removed the GCodePreviewData from the Print class, it does not belong here,bubnikv
2018-02-133mf import/export of config dataEnrico Turri
2018-01-17GCode Preview - Code cleanupEnrico Turri
2018-01-08gcode preview - first installment - wipEnrico Turri
2018-01-03Optimized the GCodeReader.bubnikv
2017-12-14Time estimate shown in GUI as formatted string / Write to file made by class ...Enrico Turri
2017-12-11merge with masterEnrico Turri
2017-12-11time estimation shown in GUI after gcode exportEnrico Turri
2017-12-11integration of time estimator into gcode export - save time estimation into g...Enrico Turri
2017-12-05Improved error reporting of the PlaceholderParser.bubnikv
2017-12-04Removed the hard-coded priming line whenbubnikv
2017-11-30Changed handling of filament_gcode_start and filament_gcode_end custombubnikv
2017-11-28Ported the between_objects_gcode custom G-code blocks,bubnikv
2017-09-04Fixed typo from the previous commit.bubnikv
2017-09-04Implemented an initial priming line for a single-material printbubnikv
2017-09-01Implemented priming of all the filaments of the Prusa Multi Material.bubnikv
2017-08-03Unicode handling:bubnikv
2017-06-30Fix of a cooling buffer over multiple extruders.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-02Fixed the "avoid crossing perimeters" bug introduced in Slic3r 1.34.1.24version_1.35.1bubnikv
2017-05-25Implemented wipe tower print path preview.bubnikv
2017-05-23When generating a g-code for a layer, collect layers of multiple objectsbubnikv
2017-05-19Improved retract handling on bowden extruders:bubnikv
2017-05-18Extrude brim of the wipe tower before any other objects.bubnikv
2017-05-18Prusa Multi Material: Improved path planning when jumping to the wipe tower.bubnikv