This is a quick guide to help with assembling the Arduino CNC Shield V3.XX. We also have a discussion forum for this board : http://forum.protoneer.co.nz/viewforum.php?f=6 Contents: Assembly Steps First Run Jumper Settings. 4th Axis Configuration End Stop Configuration Configuring Micro Stepping for Each Axis First step is to solder the Power Wire( or Fuse) and 10K … Read More →
Tag Archives: Cnc
Arduino CNC – GRBL Shields / Boards
The following are a few of the shield / boards that are compatible with GRBL. GRBL is G-Code interpreter that is able to run on small Atmel Micro-controllers like the controllers used on Arduino Boards. Using GRBL (software) and these micro-controllers(Hardware) makes it very easy and affordable to build your own Computer Numerated Controlled Machines(CNC) … Read More →
The Othermill: Desktop Milling Machine for making PCB’s and lots more
The Othermill: Custom Circuits at Your Fingertips The team at Otherfab has been busy creating an exciting new machine that enables you to make PCB prototypes within minutes. The little milling machine is very compact and can cut all kinds of materials. It’s very versatile and easy to set up. The Video below explains a … Read More →
Configuring Grbl (Arduino Based CNC-Controller)
Start by getting to know the shortcut keys Ctrl + X = Restart Grbl ! = Pause $ = Help ? = Current Position/Status $$ = Current Settings $x=val – ‘x’ being the number of the setting to be changed and ‘val’ being the new value. $H = Homing Cycle return to X,Y,Z = O.O Basic … Read More →