Fork me on GitHub
Click on your operating system to download the Slic3r binary:

Slic3r

STL-to-GCODE translator for RepRap printers

So you've got a 3D printer and a STL file to print. You need a software to convert it to a series of layers and to generate the toolpaths to build it.

Here comes Slic3r! Its features are:

See the README for feature list and the Documentation page for online help and tutorials.

0.6.0 is out!

2012-01-21
After much work, a new beefy release of Slic3r is ready for download.

New features:

Improvements:

Changes:

Bugfixes:

Download

The easiest way to install Slic3r is to download a precompiled package for MacOS X, Windows or Linux. No dependencies, no hassle.

If you want to stay current and don't wait for updates to the binary packages, you can clone the project with Git and then install all dependencies by running these few commands:

$ git clone git://github.com/alexrj/Slic3r
$ cd Slic3r
$ sudo perl Build.PL
$ sudo cpan Wx

Note for Ubuntu users: you must first install the build-essential, libgtk2.0-dev libwxgtk2.8-dev, libwx-perl (this can be skipped, it just makes installation faster), and libmodule-build-perl packages. Should you have problems with the sudo perl Build.PL command, you can replace it with curl -L http://cpanmin.us | perl - --sudo --installdeps . which should work a lot better on some Ubuntu systems having broken CPAN setups.

Note for Mac (Lion) users: see this page for instructions.

Note for Win users: see this page for instructions.