Difference between revisions of "Raspberry Pi Powered CNC Router"

From RiceFamily Wiki
Jump to: navigation, search
(Introduction)
(Details)
Line 9: Line 9:
 
* SVG Files hold the shape to route
 
* SVG Files hold the shape to route
 
* InkScape software
 
* InkScape software
* G-Code is what the CNC Router Needs to operate
+
* G-Code is what the CNC Router Needs to operate (Tiny G) (http://JSCut.org)
  
 
= Examples =
 
= Examples =

Revision as of 22:59, 6 January 2017

Introduction

I'd love to build a CNC Router, and since I have several Raspberry Pi's it seems logical to power it with one.

It also helps that I currently use a Raspberry Pi to extend Internet Service to the shop with a High Gain antenna.

Now I just need to settle on how to make it work.

Details

  • SVG Files hold the shape to route
  • InkScape software
  • G-Code is what the CNC Router Needs to operate (Tiny G) (http://JSCut.org)

Examples