Friday, March 4, 2011

Building a 3D printer

Check out www.instructables.com for 3D printer projects
Some projects exist that use adruino micro-controllers
The main coding challanges are stepper motor controller, heater controller, convert G-code to stepper motor instructions
Look up mini reprap (repeating replicating)

No comments:

Post a Comment

Top Level Statements in C#

C# Top-Level Statements vs. Main Method C# Top-Level Statements vs. Main Method In C# 9 and later, you can use ...