Difference between revisions of "Raspberry Pi Powered CNC Router"

From RiceFamily Wiki
Jump to: navigation, search
(Details)
(Examples)
 
(15 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
* InkScape software
 
* InkScape software
 
* G-Code is what the CNC Router Needs to operate (Tiny G) (http://JSCut.org)
 
* G-Code is what the CNC Router Needs to operate (Tiny G) (http://JSCut.org)
 +
* http://chilipeppr.com - G-Code Creator?
 +
* [https://woodgears.ca/gear_cutting/template.html Gear Cutting Template]
 +
* [https://inkscape.org/en/ Free Software to draw shapes]
  
 
= Examples =
 
= Examples =
* Found a description of a project someone else did.  It was in the [http://www.raspberrypi.org/magpi/issues/projects-2/ 2nd Raspberry Pi Project edition magazine].
+
* Found a description of a project someone else did.  It was in the [http://www.raspberrypi.org/magpi/issues/projects-2/ 2nd Raspberry Pi Project edition magazine].  It's not a How-To article, more like a "Look-What-I-Did" article.
 
** A [https://www.youtube.com/watch?v=V_3mptdhs4g YouTube video] showing images of the unit.  There are no real details about the project, just a video stitched together from stills of the project.
 
** A [https://www.youtube.com/watch?v=V_3mptdhs4g YouTube video] showing images of the unit.  There are no real details about the project, just a video stitched together from stills of the project.
 
** Another [https://www.youtube.com/watch?v=LLVkxM1vje8 YouTube video] of the router in action.
 
** Another [https://www.youtube.com/watch?v=LLVkxM1vje8 YouTube video] of the router in action.
 
* [https://www.youtube.com/watch?v=_PfoMhFJXfk Ben Heck’s CNC Router Tutorial] - Features the [http://www.shapeoko.com/wiki/ Shapeoko].
 
* [https://www.youtube.com/watch?v=_PfoMhFJXfk Ben Heck’s CNC Router Tutorial] - Features the [http://www.shapeoko.com/wiki/ Shapeoko].
 
** There appear to be [http://carbide3d.com/shapeoko/ several versions] of the Shapoko.
 
** There appear to be [http://carbide3d.com/shapeoko/ several versions] of the Shapoko.
 +
* [https://www.youtube.com/watch?v=vjjTnn1KmRg Super Strong DIY CNC Router - Build Log] - YouTube
 +
* [http://hackedgadgets.com/2016/08/25/cheap-diy-cnc-build/ Chaep DIY CNC build]
 +
* [https://id2cnc.com/ CNC Router] - https://id2cnc.com/build-log/diy-cnc-v-1-0-full-detail/
 +
* [http://allthemods.com/project.php?id=386 CNC Router Project]
 +
* [https://www.youtube.com/watch?v=qy8HvHC8-1c How To Make: The OX-Metal CNC Router Mill (Complete build)]
 +
** [http://www.openbuilds.com/builds/ox-metal-cnc-router-mill.3681/ OX-Metal CNC Router Mill]
 +
** [http://www.openbuilds.com/builds/openbuilds-ox-cnc-machine.341/ Open Builds OS CNC Machine]
 +
* [https://www.youtube.com/user/pump4546/videos Todd Optional has an OX CNC Router that he uses to cut Flite-Test foam board planes]
 +
* [https://www.youtube.com/watch?v=Zc-VmXgV7vk The Best CNC Router for 2018: The CNC Routerparts Benchtop] - $1,795 for framework with no electronics.
  
 
[[Category:Raspberry Pi]]
 
[[Category:Raspberry Pi]]
 
[[Category:Woodworking]]
 
[[Category:Woodworking]]

Latest revision as of 04:13, 8 December 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

Examples