Browse Source

Zero Endstops followup (#21188)

vanilla_fb_2.0.x
Victor Oliveira 3 years ago
committed by GitHub
parent
commit
7fc75fc482
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Marlin/src/module/motion.cpp

2
Marlin/src/module/motion.cpp

@ -1393,7 +1393,7 @@ void prepare_line_to_destination() {
TERN_(I2C_POSITION_ENCODERS, I2CPEM.unhomed(axis));
}
#if ENABLED(TMC_HOME_PHASE)
#ifdef TMC_HOME_PHASE
/**
* Move the axis back to its home_phase if set and driver is capable (TMC)
*

Loading…
Cancel
Save