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-05-07Fixed wrong extrusion paths detection with multimaterial objectsEnrico Turri
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
2017-05-16Changed handling of extruder temperaturesbubnikv
2017-05-16Initial integration of the Prusa MultiMatrial Wipe Tower.bubnikv
2017-05-15Fixed crashes intruduced recently into G-code generator.bubnikv
2017-05-10Improved G-code generator for multi-material printsbubnikv
2017-05-05Performance improvements of the MotionPlannerbubnikv
2017-05-03missing include <memory>bubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-04-26Removed a broken Arc Fitting feature.bubnikv
2017-04-07Merged support_fills with support_interface_fills.bubnikv
2017-02-15Fixed https://github.com/prusa3d/Slic3r/issues/126version_1.33.4bubnikv
2017-01-19New extrusion class: ExtrusionMultiPathbubnikv
2016-09-26G code generator will include marks for the G-code analyzer, sobubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-09-12Initial commit of the new Pressure Equalizer, the EdgeGridbubnikv
2016-04-12Use float for elapsed_timeChow Loong Jin
2015-12-19Fixed error in porting causing wrong moves with avoid_crossing_perimetersAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-07-02Finished porting Slic3r::GCode to XS (speed boost!)Alessandro Ranellucci
2015-07-02Ported GCode::set_extruders() and GCode::change_layer() to XSAlessandro Ranellucci
2015-07-02Ported GCode::extrude_path() to XS (speed boost!)Alessandro Ranellucci