CNC Torch Table 2/Control Overview: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "=Overview= =Endstops= To implement the endstops, we are modifying GRBL (firmware for the Arduino AVR328P) and flashing it onto the Arduino.")
 
No edit summary
Line 3: Line 3:
=Endstops=
=Endstops=


To implement the endstops, we are modifying GRBL (firmware for the Arduino AVR328P) and flashing it onto the Arduino.
To implement the endstops, we are modifying the GRBL file (firmware for the Arduino AVR328P) and flashing it onto the Arduino. This process requires one to understand GRBL, pinouts of Arduino, AVR chip, AVRdude uploader. GCC is used to complile c to hexadecimal.

Revision as of 18:33, 2 July 2012

Overview

Endstops

To implement the endstops, we are modifying the GRBL file (firmware for the Arduino AVR328P) and flashing it onto the Arduino. This process requires one to understand GRBL, pinouts of Arduino, AVR chip, AVRdude uploader. GCC is used to complile c to hexadecimal.