浏览代码

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

Ludy 6 年前
父节点
当前提交
3877bf9704
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Marlin/src/module/delta.cpp

+ 1
- 0
Marlin/src/module/delta.cpp 查看文件

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

正在加载...
取消
保存