Merge branch 'master' of https://github.com/grbl/grbl
Conflicts: README.md
This commit is contained in:
parent
6ad9806584
commit
2d12929499
8 changed files with 1917 additions and 8 deletions
2
config.h
2
config.h
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
// Default cpu mappings. Grbl officially supports the Arduino Uno only. Other processor types
|
||||
// may exist from user-supplied templates or directly user-defined in cpu_map.h
|
||||
#define CPU_MAP_ATMEGA328P // Arduino Uno CPU
|
||||
#define CPU_MAP_ATMEGA328P_TRADITIONAL // Arduino Uno CPU
|
||||
|
||||
// Define runtime command special characters. These characters are 'picked-off' directly from the
|
||||
// serial read data stream and are not passed to the grbl line execution parser. Select characters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue