diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index a4910300..0c7b4042 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -129,7 +129,19 @@ // Enable the Bluetooth serial interface on AT90USB devices //#define BLUETOOTH -// Choose the name from boards.h that matches your setup + +/** + * Select your version of the Trigorilla (RAMPS1.4) board here. + * + * BOARD_TRIGORILLA_14 = Default Trigorilla + * BOARD_TRIGORILLA_14_11 = Newer Trigorilla v1.1 (first seen late 2018) + * + * The only major difference is a slight change on the servo pin mapping. + * This setting only is relevant if you want to use BLtouch or similar + * mods to be used via servo pins. + * The new version is to be identified by a "TRIGORILLA1.1" lettering + * on the upper left of the PCB silkscreen. + */ #ifndef MOTHERBOARD #define MOTHERBOARD BOARD_TRIGORILLA_14 #endif @@ -2339,21 +2351,6 @@ // Allow servo angle to be edited and saved to EEPROM //#define EDITABLE_SERVO_ANGLES -/** - * Select your version of the Trigorilla (RAMPS1.4) board here. - * - * 0 = Default Trigorilla - * 1 = Newer Trigorilla v1.1 (first seen late 2018) - * - * The only major difference is a slight change on the servo pin mapping. - * This setting only is relevant if you want to use BLtouch or similar - * mods to be used via servo pins. - * The new version is to be identified by a "TRIGORILLA1.1" lettering - * on the upper left of the PCB silkscreen. - */ -#define TRIGORILLA_VERSION 0 - -// Enable Anycubic TFT #define ANYCUBIC_TOUCHSCREEN #define ANYCUBIC_FILAMENT_RUNOUT_SENSOR //#define ANYCUBIC_TFT_DEBUG