From 88b9cc0e567075147d925a8565887feeda1910f9 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Tue, 22 May 2018 13:55:13 -0400 Subject: [PATCH] Update to correct ANALOG pin assignment instead of DIGITAL address for same pin --- Marlin/pins_RUMBA.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/pins_RUMBA.h b/Marlin/pins_RUMBA.h index 849e1a92b1..05b6400966 100644 --- a/Marlin/pins_RUMBA.h +++ b/Marlin/pins_RUMBA.h @@ -108,7 +108,7 @@ // #define TEMP_0_PIN 13 // Analog Input #define TEMP_1_PIN 15 // Analog Input -#define TEMP_BED_PIN 57 // Analog Input +#define TEMP_BED_PIN 3 // Analog Input // SPI for Max6675 or Max31855 Thermocouple #if DISABLED(SDSUPPORT)