TRIGORILLA => TRIGORILLA_13
This commit is contained in:
parent
dea686cf55
commit
80e29492c6
@ -76,7 +76,7 @@
|
|||||||
#define BOARD_RUMBA 80 // Rumba
|
#define BOARD_RUMBA 80 // Rumba
|
||||||
#define BOARD_BQ_ZUM_MEGA_3D 503 // bq ZUM Mega 3D
|
#define BOARD_BQ_ZUM_MEGA_3D 503 // bq ZUM Mega 3D
|
||||||
#define BOARD_MAKEBOARD_MINI 431 // MakeBoard Mini v2.1.2 is a control board sold by MicroMake
|
#define BOARD_MAKEBOARD_MINI 431 // MakeBoard Mini v2.1.2 is a control board sold by MicroMake
|
||||||
#define BOARD_TRIGORILLA 343 // TriGorilla Anycubic version 1.3 based on RAMPS EFB
|
#define BOARD_TRIGORILLA_13 343 // TriGorilla Anycubic version 1.3 based on RAMPS EFB
|
||||||
#define BOARD_RAMPS_ENDER_4 243 // Creality: Ender-4, CR-8
|
#define BOARD_RAMPS_ENDER_4 243 // Creality: Ender-4, CR-8
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -273,8 +273,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOARD_MKS_13 -47
|
#define BOARD_MKS_13 -47
|
||||||
|
#define BOARD_TRIGORILLA -343
|
||||||
#if MB(MKS_13)
|
#if MB(MKS_13)
|
||||||
#error "BOARD_MKS_13 has been renamed BOARD_MKS_GEN_13. Please update your configuration."
|
#error "BOARD_MKS_13 has been renamed BOARD_MKS_GEN_13. Please update your configuration."
|
||||||
|
#elif MB(BOARD_TRIGORILLA)
|
||||||
|
#error "BOARD_TRIGORILLA has been renamed BOARD_TRIGORILLA_13. Please update your configuration."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -136,8 +136,8 @@
|
|||||||
#include "pins_BQ_ZUM_MEGA_3D.h" // ATmega2560
|
#include "pins_BQ_ZUM_MEGA_3D.h" // ATmega2560
|
||||||
#elif MB(MAKEBOARD_MINI)
|
#elif MB(MAKEBOARD_MINI)
|
||||||
#include "pins_MAKEBOARD_MINI.h" // ATmega2560
|
#include "pins_MAKEBOARD_MINI.h" // ATmega2560
|
||||||
#elif MB(TRIGORILLA)
|
#elif MB(TRIGORILLA_13)
|
||||||
#include "pins_TRIGORILLA.h" // ATmega2560
|
#include "pins_TRIGORILLA_13.h" // ATmega2560
|
||||||
|
|
||||||
//
|
//
|
||||||
// Other ATmega1280, ATmega2560
|
// Other ATmega1280, ATmega2560
|
||||||
|
Loading…
Reference in New Issue
Block a user