diff options
author | midopple <mdoppler@gmx.at> | 2012-03-27 21:07:59 +0200 |
---|---|---|
committer | midopple <mdoppler@gmx.at> | 2012-03-27 21:07:59 +0200 |
commit | 0d4d5714bc45ea4bb6859907dd16374ddce2678f (patch) | |
tree | d02e37960dbe2c4bf5edafdb3bb2a384db6477ff /Sprinter | |
parent | ed0f1c6f8ccba2125c2d76dc733105212dcf1528 (diff) | |
parent | 0c36faa8034f2c21e834efcff73aa41137be31dd (diff) |
Merge commit '0c36faa8034f2c21e834efcff73aa41137be31dd' into experimental
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 |