From 408b349a84033479852b03c2dc481e88a521004f Mon Sep 17 00:00:00 2001 From: daid303 Date: Mon, 21 Jan 2013 15:46:17 +0100 Subject: [PATCH] Fixed #368. Commented out the wrong pin definition, but explained why it is there. --- Marlin/pins.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Marlin/pins.h b/Marlin/pins.h index 98c423d78..1bbc65d1b 100644 --- a/Marlin/pins.h +++ b/Marlin/pins.h @@ -719,9 +719,8 @@ #define SDPOWER -1 #define SDSS 31 -#ifdef MELZI -#define SDSS 24 -#endif +/* On some broken versions of the Sanguino libraries the pin definitions are wrong, which then needs SDSS as pin 24. But you better upgrade your Sanguino libraries! See #368. */ +//#define SDSS 24 #ifdef ULTRA_LCD #ifdef NEWPANEL