From 5379c115c8ffe29aeee23d767726075d0738d80e Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 3 Jul 2018 20:23:14 -0500 Subject: [PATCH] Fix Trigorilla include typo --- Marlin/src/pins/pins_TRIGORILLA_14.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/pins/pins_TRIGORILLA_14.h b/Marlin/src/pins/pins_TRIGORILLA_14.h index 4ebd1a59f..70b0a930a 100644 --- a/Marlin/src/pins/pins_TRIGORILLA_14.h +++ b/Marlin/src/pins/pins_TRIGORILLA_14.h @@ -33,4 +33,4 @@ #define FAN2_PIN 44 #define ORIG_E0_AUTO_FAN_PIN 44 -#include "pins_RAMPS_14.h" +#include "pins_RAMPS.h"