From f9a090b2cf2d6eacd17272e7bfe0cb883fcdb0ac Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Thu, 28 Jun 2018 05:43:16 -0500
Subject: [PATCH] Fix Trigorilla 1.4 pins

See #11097
---
 Marlin/src/pins/pins_TRIGORILLA_14.h | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/Marlin/src/pins/pins_TRIGORILLA_14.h b/Marlin/src/pins/pins_TRIGORILLA_14.h
index f1deb8fb07..4ebd1a59fd 100644
--- a/Marlin/src/pins/pins_TRIGORILLA_14.h
+++ b/Marlin/src/pins/pins_TRIGORILLA_14.h
@@ -33,9 +33,4 @@
 #define FAN2_PIN             44
 #define ORIG_E0_AUTO_FAN_PIN 44
 
-#include "pins_RAMPS_13.h"
-
-#undef E1_STEP_PIN
-#undef E1_DIR_PIN
-#undef E1_ENABLE_PIN
-#undef E1_CS_PIN
+#include "pins_RAMPS_14.h"