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.

Archive for November 2011

0.5.3 is out!

2011-11-27

Bugfixes:

0.5.2 is out!

2011-11-26
A new release just after two days!

New features:

Improvements:

Changes:

Bugfixes:

0.5.1 is out!

2011-11-24
10 more days and a new release is there!

New features:

Improvements:

Changes:

Bugfixes:

0.5.0 is out!

2011-11-14
After 10 more days of work, a new release is out!

New features:

Improvements:

Bugfixes:

The birth of a Slic3r community

2011-11-13

Here we are. After two months since I started to write this software from scratch, there are many people enjoying using it. And I'm enjoying to receive their feedback!

Tech Paladin published a post entitled Slic3r 0wns with some pictures:

Joachim Glauche, owner of RepRapSource.com and creator of the ShaperCube published some pictures of nice high-resolution prints sliced thanks to the speed and accuracy of Slic3r.

Some people printed the same object with Slic3r and Skeinforge and published pictures with the comparison: see this picture by Blue_Metal, this one by John Ridley. Also, see this picture by Richard Goodwin.

There are also a couple YouTube videos: this and that.

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.