A fork of PrusaSlicer with non-planar slicing. Based on https://github.com/DrEricEbert/Slic3r_NonPlanar_Slicing
Go to file
2019-04-12 11:50:14 +02:00
.github Updated the github issue template 2019-01-30 09:07:29 +01:00
cmake Fixed pre-compiled header command line options, especially on Linux 2019-01-07 16:59:15 -07:00
deps Windows deps & build doc: Fix msbuild parallelism, cf. #2078 2019-04-08 10:04:40 +02:00
doc doc: Fix line break issue 2019-04-08 10:09:35 +02:00
lib Removed the Perl GUI modules. 2019-02-22 10:13:31 +01:00
resources Added icons for Edit menu items: Delete selected, Delete all, Copy, Paste 2019-04-12 11:50:14 +02:00
sandboxes Commented and integrated new pad wall triangulation 2019-02-14 11:23:43 +01:00
src Added icons for Edit menu items: Delete selected, Delete all, Copy, Paste 2019-04-12 11:50:14 +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 Fix of perl bindings 2019-03-13 17:38:48 +01: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 Build: Add an option to choose GTK version on Linux, fix #1937 2019-03-25 15:50:57 +01:00
LICENSE Added the AGPL v3 license file 2017-10-21 16:09:25 +02:00
README.md More fixes in the Readme 2019-04-08 13:05:45 +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 Bumped up version number to 1.42.0-beta 2019-03-16 17:12:51 +01:00

Slic3rPE logo

Slic3r Prusa Edition

Prebuilt Windows, OSX and Linux binaries are available through the git releases page.

Slic3r 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.

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 Slic3r.

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 Slic3r'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 Slic3r license?

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

The Silk icon set used in Slic3r is licensed under the Creative Commons Attribution 3.0 License. The author of the Silk icon set is Mark James.

How can I use Slic3r PE from the command line?

Please refer to the Command Line Interface wiki page.