TRIGORILLA => TRIGORILLA_13

This commit is contained in:
Scott Lahteine
2018-04-02 22:01:02 -05:00
parent dea686cf55
commit 80e29492c6
4 changed files with 7 additions and 4 deletions

View File

@ -272,9 +272,12 @@
#error "FILAMENT_CHANGE_LOAD_LENGTH is now FILAMENT_CHANGE_FAST_LOAD_LENGTH. Please update your configuration."
#endif
#define BOARD_MKS_13 -47
#define BOARD_MKS_13 -47
#define BOARD_TRIGORILLA -343
#if MB(MKS_13)
#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
/**