Skip to content

Autobuild for Release of PrusaSlicer 2.8.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 02:52
f99a8a8

This is an autobuild release of PrusaSlicer.
There are no guarantees that this build is stable, no additional testing has been done.

The PrusaSlicer builds attached below include the following extras:

  • Support for generating .goo files (from goo-format-support-dev branch)
  • Printer configs for the following Elegoo SLA printers (from elegoo-sla-printer-configs branch):
    • Elegoo Mars 4 9K
    • Elegoo Mars 4 DLP
    • Elegoo Mars 4 Max 6K
    • Elegoo Mars 4 Ultra 9K
    • Elegoo Saturn 3 Ultra

The additional printer configs are experimental and may require some tweaking to work properly.
So please make sure to double check the printer and material settings are correct for your setup before starting a print.
If you experience any problems with the added features, please feel free to open an issue on this repository.

Please note that the attached source archives do not contain the source code of the extras as they are kept seperately on the feature branches listed above.

PrusaSlicer

Summary

​This is final release of PrusaSlicer 2.8.1, fixing one bug found in 2.8.1-rc1. Read the change log of 2.8.1-rc1 for complete list of improvements and bugfixes with respect to 2.8.0

Bugs fixed with respect to 2.8.1-rc1

  • When using the wipe tower with "No sparse layers" option enabled, there would still be travels to the wipe tower location even for the skipped layers. This is a regression introduced in 2.8.1-rc1 (prusa3d#13384).
  • A warning about inconsistent color profiles in PNGs used as Prusa Account avatar is now silently ignored (prusa3d#12920).

IMPORTANT note for Linux users

PrusaSlicer now depends on WebKit library, which greatly complicates its distribution. Latest Linux distributions (such as Ubuntu 24.04, Fedora 40) ship with newer version of WebKit than older (but still supported) distros. Bundling WebKit into the AppImage is difficult and may not be possible.

Therefore, we now provide two separate AppImages, both depending on webkit library. You may need to install the respective package before you are able to run PrusaSlicer.

Build min libwebkit2gtk version distributions examples
older-distros 4.0 Ubuntu 22.04, Fedora 39, Debian 11
newer-distros 4.1 Ubuntu 24.04, Fedora 40, Debian 12

The AppImages can extract themselves when run with --appimage-extract command line parameter.

It is quite likely that PrusaSlicer will switch only to Flatpak deployment from the next version on. The AppImage made sense when it could be used in the "bundle what you need, distribute a single file" way, but having to distribute several different AppImages and maintaining the required build infrastructure (and still worrying about what needs to be updated when some Linux distribution update is released) means burning time that we would much rather invest into actual work on PrusaSlicer.