formatting

This commit is contained in:
Simen Svale Skogsrud
2011-02-19 00:32:36 +01:00
parent 6be195ba38
commit 464dcd12e8
5 changed files with 45 additions and 49 deletions

View File

@@ -3,7 +3,7 @@ The general structure of Grbl
The main processing stack:
'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 'protocol', parses it according to the current state