A fork of PrusaSlicer with non-planar slicing. Based on https://github.com/DrEricEbert/Slic3r_NonPlanar_Slicing
Go to file
YuSanka 1b50ea3bda Deleted unused menu items for OSX
+ Marked items for "Change part type" list
+ new POT
2019-05-13 15:07:53 +02:00
.github Further renaming to PrusaSlicer 2019-05-13 12:42:40 +02:00
cmake Fixed pre-compiled header command line options, especially on Linux 2019-01-07 16:59:15 -07:00
deps Fixed compilation of dependencies on OSX 2019-04-30 12:19:29 +02:00
doc Further renaming to PrusaSlicer 2019-05-13 12:42:40 +02:00
lib Removed the Perl GUI modules. 2019-02-22 10:13:31 +01:00
resources Deleted unused menu items for OSX 2019-05-13 15:07:53 +02:00
sandboxes Prevent degenerate triangles in pad. 2019-05-07 13:06:15 +02:00
src Deleted unused menu items for OSX 2019-05-13 15:07:53 +02:00
t Fixed unit test after splitting the external fill pattern to top/bottom. 2019-02-25 09:11:20 +01:00
tests Importing the SLA computing module into the native source tree. 2018-11-02 11:57:57 +01:00
xs Implemented the "Support for support enforcers only" quick selection. 2019-05-03 18:01:39 +02:00
.gitignore CMake: Split the globs into separate libraries. 2017-08-18 11:39:24 +02:00
Build.PL Removed slic3r.pl, updated Build.PL with a notice, that the Perl 2018-12-06 08:57:31 +01:00
CMakeLists.txt WIP: Renaming to PrusaSlicer. 2019-05-13 12:13:28 +02:00
LICENSE Added the AGPL v3 license file 2017-10-21 16:09:25 +02:00
README.md WIP: Renaming to PrusaSlicer. 2019-05-13 12:13:28 +02:00
slic3r.sublime-project WIP: SL1 profiles, SL1 in wizard, switching between FFF / SLA 2018-10-31 16:22:36 +01:00
version.inc WIP: Renaming to PrusaSlicer. 2019-05-13 12:13:28 +02:00

PrusaSlicer logo

PrusaSlicer

Prebuilt Windows, OSX and Linux binaries are available through the git releases 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.