From a7cfdeef212cba0a3a2523e3ccdcb6e786710b5a Mon Sep 17 00:00:00 2001 From: Katelyn Schiesser Date: Wed, 7 Jul 2021 21:45:15 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Einsy=20RAMBo=20FAN1=5FPIN?= =?UTF-8?q?=20(#22305)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/pins/rambo/pins_EINSY_RAMBO.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/pins/rambo/pins_EINSY_RAMBO.h b/Marlin/src/pins/rambo/pins_EINSY_RAMBO.h index fb7743605f..de50657b74 100644 --- a/Marlin/src/pins/rambo/pins_EINSY_RAMBO.h +++ b/Marlin/src/pins/rambo/pins_EINSY_RAMBO.h @@ -135,9 +135,9 @@ #ifndef FAN1_PIN #ifdef MK3_FAN_PINS - #define FAN_PIN -1 + #define FAN1_PIN -1 #else - #define FAN_PIN 6 + #define FAN1_PIN 6 #endif #endif