From 9cb597193dba0b24287c6d302919202b4591be29 Mon Sep 17 00:00:00 2001 From: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Mon, 3 Sep 2018 23:17:02 -0400 Subject: [PATCH] Fix bed output pin --- Marlin/src/pins/pins_FORMBOT.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/pins/pins_FORMBOT.h b/Marlin/src/pins/pins_FORMBOT.h index 6956c18860..7e8fc14e43 100644 --- a/Marlin/src/pins/pins_FORMBOT.h +++ b/Marlin/src/pins/pins_FORMBOT.h @@ -140,9 +140,9 @@ // #define HEATER_0_PIN 10 #define HEATER_1_PIN 7 -#define HEATER_BED_PIN 58 +#define HEATER_BED_PIN 8 -#define LED4_PIN 8 +//#define LED4_PIN 8 #define FAN_PIN 9