🎨 Cutter pins cleanup
This commit is contained in:
parent
48c14f1109
commit
7d5bd4dfbc
34 changed files with 109 additions and 77 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue