🎨 Cutter pins cleanup

This commit is contained in:
Scott Lahteine 2023-05-19 04:48:11 -05:00
parent 48c14f1109
commit 7d5bd4dfbc
34 changed files with 109 additions and 77 deletions

View file

@ -1236,7 +1236,7 @@ static bool test_connection(TMC &st) {
void test_tmc_connection(LOGICAL_AXIS_ARGS(const bool)) {
uint8_t axis_connection = 0;
if (TERN0(HAS_X_AXIS, x)) {
if (TERN0(HAS_X_AXIS, x)) {
#if AXIS_IS_TMC(X)
axis_connection += test_connection(stepperX);
#endif