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 →
Quick GRBL setup guide for Windows (Arduino G-Code Interpreter)
UPDATE ! ! ! 1. We have created and Arduino Library for GRBL. This makes its much easier to flash GRBL to your Arduino Board. http://blog.protoneer.co.nz/grbl-arduino-library 2. We have given back to the GRBL project and developed a ARDUINO CNC SHIELD that is 100% GRBL compatible.(Click here for more details) This is a quick guide on … Read More →
Grbl (Arduino G-Code Processor) – Pin Layout
Grbl is an opensource software that turns your Arduino development board into a full blown G-Code interpreter. Below the layout of the pins on the Arduino board. Each Stepper Motor Driver needs to be connected to the following pins: Stepper Driver Enable/Disable – Pin 8 Direction – Pin 5-7 depending on the Axis(X,Y,Z) Stepping Pulse … Read More →