diff options
author | Kliment Yanev <kliment.yanev@gmail.com> | 2012-03-27 20:53:02 +0200 |
---|---|---|
committer | Kliment Yanev <kliment.yanev@gmail.com> | 2012-03-27 20:53:02 +0200 |
commit | 0c36faa8034f2c21e834efcff73aa41137be31dd (patch) | |
tree | d02e37960dbe2c4bf5edafdb3bb2a384db6477ff /Sprinter | |
parent | 2d498da2c13a189510f435776df073744b425242 (diff) |
Set the defaults for the heart of the sun...uhm, set default board to 33
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/Configuration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index f007873..623f968 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -5,7 +5,7 @@ //// The following define selects which electronics board you have. Please choose the one that matches your setup // MEGA/RAMPS up to 1.2 = 3, -// RAMPS 1.3 = 33 +// RAMPS 1.3/1.4 = 33 // Gen6 = 5, // Sanguinololu up to 1.1 = 6 // Sanguinololu 1.2 and above = 62 @@ -16,7 +16,7 @@ // Gen 3 Plus = 21 // gen 3 Monolithic Electronics = 22 // Gen3 PLUS for TechZone Gen3 Remix Motherboard = 23 -#define MOTHERBOARD 3 +#define MOTHERBOARD 33 //// Thermistor settings: // 1 is 100k thermistor |