🔧 Endstop / DIAG homing conflict warning (#23050)

This commit is contained in:
Keith Bennett
2021-11-01 22:43:40 -07:00
committed by Scott Lahteine
parent 4dcd872be5
commit b033da1782
24 changed files with 55 additions and 37 deletions

View File

@ -26,6 +26,8 @@
// Release PB3/PB4 (E0 STP/DIR) from JTAG pins
#define DISABLE_JTAG
#define USES_DIAG_JUMPERS
// Ignore temp readings during development.
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000

View File

@ -27,10 +27,11 @@
#include "env_validate.h"
#define BOARD_NO_NATIVE_USB
#define BOARD_WEBSITE_URL "github.com/makerbase-mks"
#define BOARD_NO_NATIVE_USB
#define USES_DIAG_JUMPERS
//#define DISABLE_DEBUG
#define DISABLE_JTAG

View File

@ -36,6 +36,7 @@
#define BOARD_INFO_NAME "MKS Robin nano V2.0"
#define BOARD_NO_NATIVE_USB
#define USES_DIAG_PINS
// Avoid conflict with TIMER_SERVO when using the STM32 HAL
#define TEMP_TIMER 5