Gray_code_element

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

Using ESP32 for HTTPS

  #include   < WiFi.h > #include   < WiFiClientSecure.h > const   char *   ssid   =   " yourSSID " ; const   cha...