Browse Source

Fix compile error with delta and sensorless homing (#12740)

Ludy 6 years ago
parent
commit
3877bf9704
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/module/delta.cpp

+ 1
- 0
Marlin/src/module/delta.cpp View File

39
 
39
 
40
 #if ENABLED(SENSORLESS_HOMING)
40
 #if ENABLED(SENSORLESS_HOMING)
41
   #include "../feature/tmc_util.h"
41
   #include "../feature/tmc_util.h"
42
+  #include "../module/stepper_indirection.h"
42
 #endif
43
 #endif
43
 
44
 
44
 // Initialized by settings.load()
45
 // Initialized by settings.load()

Loading…
Cancel
Save