diff options
author | midopple <mdoppler@gmx.at> | 2012-03-10 19:20:16 +0100 |
---|---|---|
committer | midopple <mdoppler@gmx.at> | 2012-03-10 19:20:16 +0100 |
commit | 7d93c079df1d3c760ec80f1c0811e94d8fe4160f (patch) | |
tree | 9c85a350c110cb7a3ab417736f4afeab98262be7 /Sprinter/Configuration.h | |
parent | bcef226413df81e24b68d5c68420cc88bbed10ff (diff) |
New Board --> GEN7 @ 20 Mhz
Select in configuration.h --> #define MOTHERBOARD 71
New Speedtable for 16 Mhz and 20 Mhz
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r-- | Sprinter/Configuration.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index e17f6f4..a843b25 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -1,4 +1,4 @@ -#ifndef CONFIGURATION_H +#ifndef CONFIGURATION_H #define CONFIGURATION_H // BASIC SETTINGS: select your board type, thermistor type, axis scaling, and endstop configuration @@ -10,6 +10,7 @@ // Sanguinololu up to 1.1 = 6 // Sanguinololu 1.2 and above = 62 // Gen 7 @ 16MHZ only= 7 +// Gen 7 @ 20MHZ only= 71 // Teensylu (at90usb) = 8 // Gen 3 Plus = 21 // gen 3 Monolithic Electronics = 22 |