From 335140e62179e67503aa3312b3cbb60bf67058bb Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Wed, 17 Apr 2019 12:10:43 -0400 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 1d1a322a87..759c5e4253 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -54,7 +54,7 @@ //////////////////////////////////DO not edit below here unless you know what youre doing! ////////////////////////////////// // The TREX2+ upgraded to the 3 enables most of the same options, simplify here -#if ENABLED(TREX3_UPGRADED_FROM_2_PLUS) +#if ENABLED(TREX3_UPGRADE) #define TREX3 #endif