Skip to content

Commit d939692

Browse files
authored
🩹 Update BTT GTR v1.0 DIAG jumper/pin (MarlinFirmware#26764)
1 parent 1dee4d9 commit d939692

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Marlin/src/inc/Warnings.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,8 @@
681681
#if !USE_SENSORLESS
682682
#if ENABLED(USES_DIAG_JUMPERS) && DISABLED(DIAG_JUMPERS_REMOVED)
683683
#warning "Motherboard DIAG jumpers must be removed when SENSORLESS_HOMING is disabled. (Define DIAG_JUMPERS_REMOVED to suppress this warning.)"
684-
#elif ENABLED(USES_DIAG_PINS) && DISABLED(DIAG_PINS_REMOVED)
684+
#endif
685+
#if ENABLED(USES_DIAG_PINS) && DISABLED(DIAG_PINS_REMOVED)
685686
#warning "Driver DIAG pins must be physically removed unless SENSORLESS_HOMING is enabled. (See https://bit.ly/2ZPRlt0) (Define DIAG_PINS_REMOVED to suppress this warning.)"
686687
#endif
687688
#endif

Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#define BOARD_INFO_NAME "BTT GTR V1.0"
3333

34-
#define USES_DIAG_JUMPERS
34+
#define USES_DIAG_PINS // DIAG jumpers rendered useless due to a board design error
3535
#define HAS_OTG_USB_HOST_SUPPORT // USB Flash Drive support
3636
#define M5_EXTENDER // The M5 extender is attached
3737

@@ -106,6 +106,7 @@
106106
// Pins on the extender
107107
//
108108
#if ENABLED(M5_EXTENDER)
109+
#define USES_DIAG_JUMPERS // DIAG jumpers work on M5 extender
109110
#ifndef X2_STOP_PIN
110111
#define X2_STOP_PIN PI4 // M5 M1_STOP
111112
#endif

0 commit comments

Comments
 (0)