Skip to content

Commit 7fc75fc

Browse files
authored
Zero Endstops followup (#21188)
1 parent 45fff07 commit 7fc75fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Marlin/src/module/motion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@ void prepare_line_to_destination() {
13931393
TERN_(I2C_POSITION_ENCODERS, I2CPEM.unhomed(axis));
13941394
}
13951395

1396-
#if ENABLED(TMC_HOME_PHASE)
1396+
#ifdef TMC_HOME_PHASE
13971397
/**
13981398
* Move the axis back to its home_phase if set and driver is capable (TMC)
13991399
*

0 commit comments

Comments
 (0)