From 0c36faa8034f2c21e834efcff73aa41137be31dd Mon Sep 17 00:00:00 2001 From: Kliment Yanev Date: Tue, 27 Mar 2012 20:53:02 +0200 Subject: Set the defaults for the heart of the sun...uhm, set default board to 33 --- Sprinter/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Sprinter') 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 -- cgit v1.2.1