A PrusaSlicer fork (which is a slic3r fork) (previously Slic3r++)
Prebuilt Windows 64b releases are available through the git releases page. Nightly builds for windows, Linux and macos are available through the git actions page. Click on the a build for your plateform and then on 'Artifacts (1)' in the top right corner.
SuperSlicer takes 3D models (STL, OBJ, AMF) and converts them into G-code instructions for FFF printers or PNG layers for mSLA 3D printers. It's compatible with any modern printer based on the RepRap toolchain, including all those based on the Marlin, Prusa, Klipper and more firmware.
SuperSlicer is based on PrusaSlicer by Prusa Research. PrusaSlicer is based on Slic3r by Alessandro Ranelucci and the RepRap community.
See the wiki and the documentation directory for information about compilation.
See the wiki for examples.
Key features are:
Other major features are:
Command Line Interface wiki page.
Almost everything are written in C++,
The slicing core is the libslic3r
library, which can be built and used in a standalone way.
The command line interface is a thin wrapper over libslic3r
.
You can download a precompiled package from the release page.
it will run without the need for any dependency.
If you want to compile the source yourself, follow the instructions on one of these documentation pages:
Also, you can look at the worklow yaml files for git actions, as they describe how to build from source from a "virgin" dev computer.
Sure! You can do the following to find things that are available to help with:
Before sending patches and pull requests contact me (preferably through opening a github issue or commenting on an existing, related, issue) to discuss your proposed changes: this way we'll ensure nobody wastes their time and no conflicts arise in development.
SuperSlicer is licensed under the GNU Affero General Public License, version 3. The SuperSlicer is based on PrusaSlicer by PrusaResearch.
PrusaSlicer is licensed under the GNU Affero General Public License, version 3. PrusaSlicer is owned by Prusa Research. PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci.
Slic3r is licensed under the GNU Affero General Public License, version 3. The first author is Alessandro Ranellucci, and many contributors
The GNU Affero General Public License, version 3 ensure that if you use any part of this software in any way (even behind a web server), your software must be released under the same licence.