First you will need software for designing parts and files in 3D. There is a large compendium of software packages available. Some are open source and others are prohibitively expensive. I will endeavor to break down the software available in the near future. Until I am able to complete this task, please refer to the following wikipedia page: List_of_computer-aided_design_editors
Second, I recommend utilizing netfabb to "clean up" your .stl files prior to printing. The software is free to use and goes a long way to prevent error codes when slicing your .stls.
Third you will need the appropriate "slicing" and printer interface software. Follow the instructions below to get yourself up and running. There are further instructions on the IFU page regaring how this software is utilized.
- Download the following Python Scripts (needed to run Pronterface) and install them in the order shown below:
- Python Source Page (Github/Pronterface Page)
- Python 2.7.2
- Pyserial 2.5
- wxPython 2.8
- Pyreadline 1.7
- Pyglet 1.1.4
- To install Pyglet, open a command prompt. Use "CD *\pyglet-1.1.4", where * represents the filepath to the pyglet folder, to interact with the pyglet file directory. Then use the command, "setup.py install".
- Download Pronterface
- Pronterface Source Page (Github)
- Download Slic3r
- Slic3r Source Page (Github)
- Download Marlin
- Marlin Source Page (Github)
- Download Arduino 1.0.1
- Arduino Source Page (Arduino)
Fourth, you should be ready to start printing.