3D Printing
plau45
Posts: 109
I am wondering if there is an open source 3D printer out there. And if there is what would the programming look like.
Comments
The link to the website is below.
http://www.reprap.org
Best of luck!
I scratch built a Prusa, it took about a month to order parts and about two weeks to execute the build, 20 minutes each evening and weekends. Cost was about $600 instead of $400, because I bought incorrect parts, being my first build. My notes are here:
http://reprap.org/wiki/PrusaBuildNotesBraino
I am in the process of building a Mendel90. This should be more rigid and have a large build volume.
I long time ago we had a thread on prop based control for these printers. A couple folks have posted code. It turns out a single core arduino or whatever they use on standard reprap is plenty sufficient to control the repraps, so I did not go the extra step and put a prop on mine. Since I already had the stock unit for testing, I just left the control stock after was working.
Back to the reprap, the code is all open source. You mod the code to suit any details on you build. You don't even need to know much about programming. For example the Marlin firmware is written in C. you just have to change some numbers in variable assignments (the instructions tell you what to do) and press some buttons.
The application control code on the PC needs no modification (so far) but much of this is open source also. Skeinforge is in python or perl or something, you just load some stuff and it goes.
I am hoping to build a 3-D printer as well. When you are finished building the Mendel90, could you send my your notes? I am very new to 3-D printers, and would appreciate the notes as a guide.