From c68b7b39133091304672eb1aca6252219a26cb04 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 28 May 2018 21:11:12 -0500 Subject: [PATCH] Update Fan 2 and E0 Auto Fan pins for Trigorilla --- Marlin/src/pins/pins_TRIGORILLA_13.h | 5 +++-- Marlin/src/pins/pins_TRIGORILLA_14.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Marlin/src/pins/pins_TRIGORILLA_13.h b/Marlin/src/pins/pins_TRIGORILLA_13.h index e876da467..0907eaf28 100644 --- a/Marlin/src/pins/pins_TRIGORILLA_13.h +++ b/Marlin/src/pins/pins_TRIGORILLA_13.h @@ -29,8 +29,9 @@ #endif #define IS_RAMPS_EFB -#define RAMPS_D9_PIN 44 -#define ORIG_E0_AUTO_FAN_PIN RAMPS_D9_PIN +#define RAMPS_D9_PIN 44 +#define FAN2_PIN 9 +#define ORIG_E0_AUTO_FAN_PIN 9 #include "pins_RAMPS_13.h" diff --git a/Marlin/src/pins/pins_TRIGORILLA_14.h b/Marlin/src/pins/pins_TRIGORILLA_14.h index 3903e1dba..f1deb8fb0 100644 --- a/Marlin/src/pins/pins_TRIGORILLA_14.h +++ b/Marlin/src/pins/pins_TRIGORILLA_14.h @@ -30,9 +30,10 @@ #define IS_RAMPS_EFB -#include "pins_RAMPS_13.h" +#define FAN2_PIN 44 +#define ORIG_E0_AUTO_FAN_PIN 44 -#define FAN2_PIN 44 +#include "pins_RAMPS_13.h" #undef E1_STEP_PIN #undef E1_DIR_PIN