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
2017-08-03Unicode handling:bubnikv
2017-07-31Fix of "MM incorrect extruder temperature"bubnikv
2017-07-11A bit of clean-up in GCode.cppbubnikv
2017-07-10Inlined Surface::any_internal_contains / any_bottom_containsbubnikv
2017-07-07Fix of soluble interface / non-soluble support:bubnikv
2017-07-05Fixed a regression after porting GCode generator to C++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-06-21Slic3r has been modified to propagate the following filament specificbubnikv
2017-06-14Fixed missing default_region_config values exported into the g-code.bubnikv
2017-06-13Reverted the "set_and_wait_temperatures" configuration to matchversion_1.35.3bubnikv
2017-06-05Implemented filament start / g-codes.bubnikv
2017-06-02Fixed the "avoid crossing perimeters" bug introduced in Slic3r 1.34.1.24version_1.35.1bubnikv
2017-05-25With single_extruder_multi_material enabled,bubnikv
2017-05-25Implemented wipe tower print path preview.bubnikv
2017-05-24New config field extruder_color for preview of extruder assignment.bubnikv
2017-05-23When generating a g-code for a layer, collect layers of multiple objectsbubnikv
2017-05-23Refactored ToolOrdering to a class,bubnikv
2017-05-22Fixed an excessive retract / derectract lengthbubnikv
2017-05-20Fixes for Multi Material ramming, increased separation of wipe lines.version_1.35.0bubnikv
2017-05-20Implemented https://github.com/prusa3d/Slic3r/issues/199bubnikv
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-17Fixed tool ordering for sequential prints.bubnikv
2017-05-17Bugfix of tool ordering.bubnikv
2017-05-17Prusa Multi Material wipe tower: Do an unretract before doingbubnikv
2017-05-17Fixes of the Prusa Multi Material wipe tower.bubnikv
2017-05-16Changed handling of extruder temperaturesbubnikv
2017-05-16Fixes of G-code multi-tool ordering.bubnikv
2017-05-16Initial integration of the Prusa MultiMatrial Wipe Tower.bubnikv
2017-05-15Fix of a multi-material g-code export.version_1.34.1.24bubnikv
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-03Provide own implementation of std::make_unique for older compilers.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-03-29Reset wipe moves on tool change and on travel.bubnikv
2017-03-07Added dependencies on the Intel Thread Building Blocks.bubnikv
2017-02-22Hopefully fixes the aligned seam:bubnikv
2017-02-22Fixed regression causing slowdown_below_layer_time to be ignored. #3515 #3443Alessandro Ranellucci
2017-02-21Always retract in bottom layers. #3053 #3618Alessandro Ranellucci
2017-02-15Fixed https://github.com/prusa3d/Slic3r/issues/126version_1.33.4bubnikv
2017-02-07Added min_layer_height, max_layer_height per nozzle settingsbubnikv