Merge chamnit/v0_7 with grbl/master
This commit is contained in:
@@ -3,10 +3,10 @@ The general structure of Grbl
|
||||
|
||||
The main processing stack:
|
||||
|
||||
'serial_protocol' : Accepts command lines from the serial port and passes them to 'gcode' for execution.
|
||||
'protocol' : Accepts command lines from the serial port and passes them to 'gcode' for execution.
|
||||
Provides status responses for each command.
|
||||
|
||||
'gcode' : Recieves gcode from 'serial_protocol', parses it according to the current state
|
||||
'gcode' : Recieves gcode from 'protocol', parses it according to the current state
|
||||
of the parser and issues commands via '..._control' modules
|
||||
|
||||
'spindle_control' : Commands for controlling the spindle.
|
||||
@@ -36,4 +36,6 @@ Supporting files:
|
||||
|
||||
'nuts_bolts.h' : A tiny collection of useful constants and macros used everywhere
|
||||
|
||||
'wiring_serial' : Low level serial library initially from an old version of the Arduino software
|
||||
'serial' : Low level serial communications
|
||||
|
||||
'print' : Functions to print strings of different formats (using serial)
|
||||
Reference in New Issue
Block a user