mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-15 02:37:53 -06:00
Move TRIGORILLA_VERSION define (#516)
This commit is contained in:
parent
1eef352f1d
commit
1c29dc7a35
1 changed files with 14 additions and 14 deletions
|
@ -140,6 +140,20 @@
|
||||||
// Enable the Bluetooth serial interface on AT90USB devices
|
// Enable the Bluetooth serial interface on AT90USB devices
|
||||||
//#define BLUETOOTH
|
//#define BLUETOOTH
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 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
|
||||||
|
|
||||||
// Choose the name from boards.h that matches your setup
|
// Choose the name from boards.h that matches your setup
|
||||||
#if TRIGORILLA_VERSION == 1
|
#if TRIGORILLA_VERSION == 1
|
||||||
#define MOTHERBOARD BOARD_TRIGORILLA_14_11
|
#define MOTHERBOARD BOARD_TRIGORILLA_14_11
|
||||||
|
@ -2701,20 +2715,6 @@
|
||||||
*/
|
*/
|
||||||
//#define TFT_ROTATION TFT_NO_ROTATION
|
//#define TFT_ROTATION TFT_NO_ROTATION
|
||||||
|
|
||||||
/**
|
|
||||||
* 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
|
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
//============================ Other Controllers ============================
|
//============================ Other Controllers ============================
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue