Skip to content

Commit

Permalink
🩹 Update BTT GTR v1.0 DIAG jumper/pin (MarlinFirmware#26764)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Feb 4, 2024
1 parent 1dee4d9 commit d939692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Marlin/src/inc/Warnings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,8 @@
#if !USE_SENSORLESS
#if ENABLED(USES_DIAG_JUMPERS) && DISABLED(DIAG_JUMPERS_REMOVED)
#warning "Motherboard DIAG jumpers must be removed when SENSORLESS_HOMING is disabled. (Define DIAG_JUMPERS_REMOVED to suppress this warning.)"
#elif ENABLED(USES_DIAG_PINS) && DISABLED(DIAG_PINS_REMOVED)
#endif
#if ENABLED(USES_DIAG_PINS) && DISABLED(DIAG_PINS_REMOVED)
#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.)"
#endif
#endif
Expand Down
3 changes: 2 additions & 1 deletion Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#define BOARD_INFO_NAME "BTT GTR V1.0"

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

Expand Down Expand Up @@ -106,6 +106,7 @@
// Pins on the extender
//
#if ENABLED(M5_EXTENDER)
#define USES_DIAG_JUMPERS // DIAG jumpers work on M5 extender
#ifndef X2_STOP_PIN
#define X2_STOP_PIN PI4 // M5 M1_STOP
#endif
Expand Down

0 comments on commit d939692

Please sign in to comment.