Team Members: Guillermo Garrido, Isaac Ghobrial, Tina Suizzo, Gabi Rivera
Using the power of the Solidworks, the German Rep Rap 3D Printer, the Arduino Uno and IDE, we have automated the tedious process of finishing a 3D print made from SLA filament.
We devised a pulley system that the could properly prepare the resin to be used for 3D printing. First, the stepper motor lowers the basket into one of the rubbing alcohol tanks. It then raises the basket to its original height, and the basket is carefully pivoted into the second rubbing alcohol tank by the servo motor. The process repeats until the resin is properly prepared.
- Install the Arduino IDE
- Download Python (2.7 or above)
- Install PySerial (a Python API module)
- Write a program in the Arduino IDE, and upload it to your Arduino
- Write a second program (such as one to blink an LED) in Python using either the Python shell or another IDE (e.g. PyCharm)
- Run your Python program and enjoy!