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