Browse Source

Zero Endstops followup (#21188)

Victor Oliveira 4 years ago
parent
commit
7fc75fc482
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp View File

1393
     TERN_(I2C_POSITION_ENCODERS, I2CPEM.unhomed(axis));
1393
     TERN_(I2C_POSITION_ENCODERS, I2CPEM.unhomed(axis));
1394
   }
1394
   }
1395
 
1395
 
1396
-  #if ENABLED(TMC_HOME_PHASE)
1396
+  #ifdef TMC_HOME_PHASE
1397
     /**
1397
     /**
1398
      * Move the axis back to its home_phase if set and driver is capable (TMC)
1398
      * Move the axis back to its home_phase if set and driver is capable (TMC)
1399
      *
1399
      *

Loading…
Cancel
Save