[2.0.x] Add BOARD_MKS_BASE_15 with digital micro-stepping (#10454)

* Add BOARD_MKS_BASE_15 with digital micro-stepping
* Rename MKS_13 to MKS_GEN_13
This commit is contained in:
Scott Lahteine
2018-04-18 22:58:43 -05:00
committed by GitHub
parent ad6baa5c9d
commit 4f184ba5da
8 changed files with 66 additions and 28 deletions

View File

@ -272,6 +272,11 @@
#error "FILAMENT_CHANGE_LOAD_LENGTH is now FILAMENT_CHANGE_FAST_LOAD_LENGTH. Please update your configuration."
#endif
#define BOARD_MKS_13 -47
#if MB(MKS_13)
#error "BOARD_MKS_13 has been renamed BOARD_MKS_GEN_13. Please update your configuration."
#endif
/**
* Marlin release, version and default string
*/