diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 108eb228..dd1aa1f0 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -38,9 +38,6 @@ */ #define CONFIGURATION_H_VERSION 020005 -#define KNUTWURST_MEGAS -#define KNUTWURST_TMC - //=========================================================================== //============================= Getting Started ============================= //=========================================================================== @@ -2350,9 +2347,12 @@ * The new version is to be identified by a "TRIGORILLA1.1" lettering * on the upper left of the PCB silkscreen. */ -#define TRIGORILLA_VERSION 1 +#define TRIGORILLA_VERSION 0 // Enable Anycubic TFT #define ANYCUBIC_TOUCHSCREEN #define ANYCUBIC_FILAMENT_RUNOUT_SENSOR //#define ANYCUBIC_TFT_DEBUG + +#define KNUTWURST_MEGAS +#define KNUTWURST_TMC diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 56c56e37..8fb3fb3f 100755 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -38,7 +38,7 @@ * Defines the version of the Marlin build. Not to be confused with * Marlin's own build number, e.g. 2.0.x. */ - #define CUSTOM_BUILD_VERSION "1.0.2" + #define CUSTOM_BUILD_VERSION "1.0.3" #ifndef STRING_DISTRIBUTION_DATE #define STRING_DISTRIBUTION_DATE "2020-03-31"