diff options
author | kliment <kliment.yanev@gmail.com> | 2011-07-05 23:29:45 +0200 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2011-07-05 23:29:45 +0200 |
commit | c8767013f10a9b4022e2c260bd0e0d7769a6b1e2 (patch) | |
tree | c2d3992c08b5fba0650c42d4fe0a4fb4108cd280 | |
parent | 3025f862ad58d0b94bec838fb180111423a45e90 (diff) |
Fix RAMPS 1.3 number
-rw-r--r-- | Sprinter/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 54ea8ea..39fe1f0 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -6,7 +6,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 = 63 +// RAMPS 1.3 = 33 // Gen6 = 5, // Sanguinololu up to 1.1 = 6 // Sanguinololu 1.2 and above = 62 |