This project is aimed at giving Robox users the option of using different slicers, apart from the default Cura Engine.
These instructions will allow you to run Slic3r from within AutoMaker.
You must be using Mac OS X, have a copy of AutoMaker, and a copy of Slic3r.
You must also note that using this software may void your Robox warranty.
-
Download and unzip this repository.
-
Rename the CuraEngine within the Common/Cura directory to CuraEngine_exe
mv /Applications/CEL/Common/Cura/CuraEngine /Applications/CEL/Common/Cura/CuraEngine_exe
- Copy the files in shell scripts to /Applications/CEL/Common/Cura/
cp shell\ scripts/CuraEngine /Applications/CEL/Common/Cura/
cp shell\ scripts/slic3r_postprocess.pl /Applications/CEL/Common/Cura/
- Open Slic3r, and choose "Load Config Bundle..." from the File menu.
- Choose "Robox_slic3r_config_bundle.ini" from the slic3r/config directory.
You should now see that you have some new presets for Print Settings, Filament Settings, and Printer Settings, all of which have "Robox" in the name.
- Close slic3r
Download robox-extensions-installer.jar and run it with
java -jar robox-extensions-installer.jar
and it will do steps from above for you:
- copy CuraEngine to CuraEngine_orig (if not already exist)
- download CuraEngine and slic3r_postprocess.pl to the right paths
- and download Robox_slic3r_config_bundle.ini to /Slic3r/Config for your convenience
All you need to do is last step from previous chapter to select Slic3r's configuration.
To use the new slicing engine, open AutoMaker, and load an STL to print.
Click "To Settings", and then click "Make".
Slic3r will now open. Ensure that your Robox settings are chosen for Print settings, Filament Settings, and Printer Settings.
Change the slicing parameters, choose Preview to see how it will look once printed, and ensure that you're happy with the layout.
Choose "Export G-code..." from the Plater window, this will automatically export the code to the right place.
Now close Slic3r by pressing the red close button on the top left corner of the window.
Automaker will now postprocess the code, and start the print.
This code should be considered pre-alpha, it hasn't been tested extensively. Use at your own risk.
- The current version of Slic3r has a bug when using multiple STL files.
- The current version of Slic3r crashes when enabling the layer editing function
- Ben Hitchcock - Initial work
- Daniel Sendula - Installer functionality
This project is licensed under the GNU GPL v3.0 License - see the LICENSE.txt file for details