Fix compile error with delta and sensorless homing (#12740)
This commit is contained in:
parent
cfc5e96b4b
commit
3877bf9704
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
|
||||
#if ENABLED(SENSORLESS_HOMING)
|
||||
#include "../feature/tmc_util.h"
|
||||
#include "../module/stepper_indirection.h"
|
||||
#endif
|
||||
|
||||
// Initialized by settings.load()
|
||||
|
|
Reference in a new issue