Skip to content

PrusaSlicer 2.6.1-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukasmatena lukasmatena released this 01 Sep 22:32
· 1141 commits to master since this release

PrusaSlicer

Summary

​This is a second release candidate of PrusaSlicer 2.6.1. This release fixes bugs found in previous release candidate. See the change log of 2.6.1-rc1 for the complete list of improvements with respect to 2.6.0.

Improvements with respect to 2.6.1-rc1

  • The new Snap connectors in the Cut tool can now be reset to default settings by a dedicated Reset button (#11159).

Bugs fixed with respect to 2.6.1-rc1

  • Shells in preview incorrectly showed when switching to the 3D scene and back to Preview (#11191).
  • Fixed access violation when using multi-material priming with multi-extruder printer (#11174, #11197).

Bugs fixed with respect to 2.6.0

  • Fixed a crash when replacing painted object with lower-polygon model (#11188).
  • Fixed occasional application freezes during slicing with tree supports and raft (#10762, #10858, #10891).
  • Objects larger than the print bed are not scaled down after cut operation when connectors are used.
  • Fixed a rare bug resulting in incorrectly loaded profiles from INI or 3MF files.
  • Fixed an occasional crash when switching between single-extruder and multi-extruder printer profiles.
  • Fixed crashes during hollowing in SLA mode (#10887).
  • Fixed a bug when exporting G-code: When output_filename_format contained a custom file extension, the "Save as" dialog would incorrectly force the extension to be .gcode. This is a regression which was reintroduced in 2.6.0 (#1221).
  • Organic support generation was occasionally crashing when using specific combinations of parameters. Additional validation checks were added to prevent the crashes. #9555

Translations

Infrastructure

PrusaSlicer is an open-source project with a long history. The first commit by @alranel was commited 12 years ago (to the day), and during all that time, many people have contributed many improvements and bugfixes, both big and small. All these people have played their part in getting Slic3r and later PrusaSlicer to where it is now.

Open-source licenses such as AGPL3 are somewhat ambiguous about how the contributors should be attributed. Regarding PrusaSlicer, the data are effectively kept only in the form of version control histories, and those don't transfer reliably when the project is forked/rebased/altered etc. To avoid losing the information about the original authors, we have added a short header to each of the source files, where all the contributors are listed. We believe that it is the correct way of claiming who's shoulders we are standing on.

Please note that although we have invested quite a lot of time to provide complete information about the authorship of each file (using both automated scripts and extensive manual lookup and investigation), it is still possible that we might have missed someone. For example because a part of the code was moved around the codebase and passed undetected by our scripts. If you feel that an attribution is missing, let us know and we will fix it. Unfortunately, it is not possible to reliably reconstruct the history of such a big project easily.