🔧 Endstop / DIAG homing conflict warning (#23050)
This commit is contained in:
committed by
Scott Lahteine
parent
4dcd872be5
commit
b033da1782
@ -26,7 +26,9 @@
|
||||
*/
|
||||
|
||||
#define BOARD_INFO_NAME "BTT SKR V1.3"
|
||||
#define LPC1768_IS_SKRV1_3 1
|
||||
|
||||
#define LPC1768_IS_SKRV1_3
|
||||
#define USES_DIAG_JUMPERS
|
||||
|
||||
//
|
||||
// Trinamic Stallguard pins
|
||||
|
@ -35,6 +35,8 @@
|
||||
#define BOARD_CUSTOM_BUILD_FLAGS -DLPC_PINCFG_UART3_P4_28
|
||||
#endif
|
||||
|
||||
#define USES_DIAG_PINS
|
||||
|
||||
//
|
||||
// EEPROM
|
||||
//
|
||||
|
@ -30,6 +30,8 @@
|
||||
#define BOARD_INFO_NAME "MKS SGen-L"
|
||||
#define BOARD_WEBSITE_URL "github.com/makerbase-mks/MKS-SGEN_L"
|
||||
|
||||
#define USES_DIAG_JUMPERS
|
||||
|
||||
//
|
||||
// Servos
|
||||
//
|
||||
|
Reference in New Issue
Block a user