Topic: Slic3r 1.0-dev windows environment - With the improved Support
So.. rather than just spitting out my 'nightlies', I figured that following the proverb 'give a man a fish, you will feed him for a day. Teach a man to fish, you will feed him for life...' I would instead build a portable-perl dev environment so you can not only have the very latest slic3r, but as it is currently changing on a daily basis, rebuild your own!
Firstly, I recommend using the Repetier-0.90D 'dev' version of Retpier-Host, available here:
https://drive.google.com/file/d/0B7Ieez … WROemVTTm8
The Slic3r Development Environment is available here:
https://drive.google.com/file/d/0B7Ieez … WYxek5UWUk
Download the Slic3r file and install it anywhere - I personally use d:\strawberry-slic3r since its less charcters to type - It doesn't matter as its designed to be moveable.
The distribution is of the preferred Strawberry Perl 32-Bit v5.14. Note - the slic3r recommendations are to use 32-Bit - EVEN ON 64BIT Systems! - I have also pre-cpan'ed all the required versions of modules for the slic3r builds (including alex's Math-Libm, and I've 'fixed' Alien-WxWidgets).
This IDE is the current one I used on my Win8.1 64-Bit system, and should work fine on 8.1 32-Bit as its a 32-bit perl binary and libraries. For Win7 - you *may* need to rebuild (see below).
Inside the top directory is a 'slic3r.bat' file - Consider this the replacement for your slic3r.exe BUT Do NOT move things around or it wont work ![]()
To 'use' the new Slic3r, configure Reptier-Host (any version) using the 'Setup' button on the Slic3r Tab. Set the 'Profiles' directory to be correct (usually your home directory\AppData\Roaming\Slic3r - I dont have RH loaded where I am typing this sorry)
Set the 'Slic3r App' (second field) to point to the slic3r.bat file.
Now save and click 'configure', and after a pause, you should see slic3r appear and the ton of new options. You may also get a dialog box from Alex regarding the new Support changes (as in Support in gcode - not technical
)
To Rebuild this, or any other later version:
Go to Github and download the latest slic3r from https://github.com/alexrj/Slic3r and click on 'Download Zip' . Move your existing 'Slic3r-master' directory to a new name (when slic3r isn't running!) to say Slic3r-old, and unpack the NEW Slic3r-master you just downloaded.
Open the Strawberry Perl folder, and run the 'portableshell' bat file.
type the following:
cd Slic3r-master
perl Build.PL
perl Build.PL --guiIf everything completes, you'll have a brand new version of slic3r.pl sitting in Slic3r-master and thats it! you're done!

You can run Slic3r directly as well by just double clicking on 'slic3r.bat' in the Strawberry Perl directory. This will also display then Slic3r's "Platter" tab.
I have tested this on a couple of Win boxes I have handy, and it worked - so do let me know how it goes for yourselves!
(Tip re Repetier-Host 0.90D - the 'Deep Analysis' button works well, but seems to only repair single failure vectors each pass - so if a model has multiple faults (intersections, faces, flipped triangles etc) clicking "Deep Analysis" multiple times will repair it more completly.)
*Please* let me know how it works out for you all either way.
