mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-06 21:43:57 -06:00
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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue