Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Marlin | 14,893 | 5 hours ago | 709 | gpl-3.0 | C++ | |||||
Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine. | ||||||||||
Prusaslicer | 6,254 | 8 hours ago | 3,145 | agpl-3.0 | C++ | |||||
G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.) | ||||||||||
Cura | 4,960 | 5 hours ago | 2,659 | lgpl-3.0 | Python | |||||
3D printer / slicing GUI built on top of the Uranium framework | ||||||||||
Octopi | 2,232 | 19 days ago | 110 | gpl-3.0 | Shell | |||||
Scripts to build OctoPi, a Raspberry PI distro for controlling 3D printers over the web | ||||||||||
Bigtreetech Skr Mini E3 | 1,661 | 4 months ago | 479 | C++ | ||||||
BIGTREETECH SKR-mini-E3 motherboard is a ultra-quiet, low-power, high-quality 3D printing machine control board. It is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard. | ||||||||||
Reprapfirmware | 868 | 2 days ago | 219 | gpl-3.0 | C | |||||
OO C++ RepRap Firmware | ||||||||||
Esp3d Webui | 622 | a month ago | 27 | gpl-3.0 | JavaScript | |||||
A Web UI for ESP8266 or ESP32 based boards connected to 3D printers / CNC | ||||||||||
Kickstarter Autodesk 3d | 490 | 4 years ago | 15 | apache-2.0 | ||||||
Kickstarter Autodesk 3D Printer Evaluation | ||||||||||
Mattercontrol | 429 | 5 days ago | 397 | bsd-2-clause | C# | |||||
3D printing software for Windows, Mac and Linux | ||||||||||
Snappy Reprap | 368 | 4 years ago | 13 | gpl-2.0 | OpenSCAD | |||||
The world's most 3D printable 3D printer. (Guinness Book of World Records 2017 & 2018) |
You may want to check the PrusaSlicer project page. Prebuilt Windows, OSX and Linux binaries are available through the git releases page or from the Prusa3D downloads page. There are also 3rd party Linux builds available.
PrusaSlicer 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, Sprinter and Repetier firmware. It also works with Mach3, LinuxCNC and Machinekit controllers.
PrusaSlicer is based on Slic3r by Alessandro Ranellucci and the RepRap community.
See the project homepage and the documentation directory for more information.
All user facing code is written in C++, and some legacy code as well as unit tests are written in Perl. Perl is not required for either development or use of PrusaSlicer.
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
.
Key features are:
Other major features are:
If you want to compile the source yourself, follow the instructions on one of these documentation pages:
Sure! You can do the following to find things that are available to help with:
PrusaSlicer is licensed under the GNU Affero General Public License, version 3. The PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci.
Please refer to the Command Line Interface wiki page.