A fork of PrusaSlicer with non-planar slicing. Based on https://github.com/DrEricEbert/Slic3r_NonPlanar_Slicing
Go to file
tamasmeszaros d88c073a5a Merge branch 'tm_max_bridge_len'
(This merge commit is made to force github issues displaying the commit that fixes issue 3728)
2020-03-02 13:04:25 +01:00
.github Fixed the github issue template to indicate that 3MFs cannot be attached 2019-06-03 16:01:02 +02:00
cmake Add check for cereal library in CMake 2020-02-07 11:07:22 +01:00
deps Use CheckAtomic differently 2020-01-23 17:20:02 +01:00
doc Added a step by step guide 2020-01-02 06:03:44 -05:00
lib Reworked the Perl unit / integration tests to use the same Print 2019-06-20 20:23:05 +02:00
resources Fixed several translated strings (fix of #3748) 2020-03-02 09:06:05 +01:00
sandboxes Handle CGAL exceptions and add tests for mesh boolean operations 2020-02-05 17:40:05 +01:00
src Promote max_bridges_on_pillar to be a runtime parameter. 2020-03-02 12:43:00 +01:00
t Fixed unit tests broken with the previous commit (Spiral Vase fix). 2020-02-09 09:43:15 +01:00
tests Do EFC for the first faded layers of SLA, interpolate efc parameters 2020-02-18 17:39:36 +01:00
xs Fix perl tests when called via CTest 2020-02-18 15:47:34 +01:00
.clang-format Merge branch 'master' into tm_arrange_selection 2019-07-17 17:25:31 +02:00
.gitignore CMake: Split the globs into separate libraries. 2017-08-18 11:39:24 +02:00
Build.PL Support for Visual Studio 2019 Community 2019-06-06 11:40:35 +02:00
CMakeLists.txt Disabled implicit conversion of wxString to std::string or const char* 2020-02-27 17:02:08 +01:00
LICENSE Added the AGPL v3 license file 2017-10-21 16:09:25 +02:00
PrusaSlicer.sublime-project Further renaming to PrusaSlicer 2019-05-13 15:14:33 +02:00
README.md Fixed the localized PrusaSlicer change log link. 2019-05-20 15:32:43 +02:00
version.inc Updated printer profiles, bumped up version to 2.2.0-rc. 2020-02-29 10:53:18 +01:00

PrusaSlicer logo

PrusaSlicer

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.

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 Ranelucci and the RepRap community.

See the project homepage and the documentation directory for more information.

What language is it written in?

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.

What are PrusaSlicer's main features?

Key features are:

  • multi-platform (Linux/Mac/Win) and packaged as standalone-app with no dependencies required
  • complete command-line interface to use it with no GUI
  • multi-material (multiple extruders) object printing
  • multiple G-code flavors supported (RepRap, Makerbot, Mach3, Machinekit etc.)
  • ability to plate multiple objects having distinct print settings
  • multithread processing
  • STL auto-repair (tolerance for broken models)
  • wide automated unit testing

Other major features are:

  • combine infill every 'n' perimeters layer to speed up printing
  • 3D preview (including multi-material files)
  • multiple layer heights in a single print
  • spiral vase mode for bumpless vases
  • fine-grained configuration of speed, acceleration, extrusion width
  • several infill patterns including honeycomb, spirals, Hilbert curves
  • support material, raft, brim, skirt
  • standby temperature and automatic wiping for multi-extruder printing
  • customizable G-code macros and output filename with variable placeholders
  • support for post-processing scripts
  • cooling logic controlling fan speed and dynamic print speed

Development

If you want to compile the source yourself, follow the instructions on one of these documentation pages:

Can I help?

Sure! You can do the following to find things that are available to help with:

What's PrusaSlicer license?

PrusaSlicer is licensed under the GNU Affero General Public License, version 3. The PrusaSlicer is originally based on Slic3r by Alessandro Ranellucci.

How can I use PrusaSlicer from the command line?

Please refer to the Command Line Interface wiki page.