浏览代码

Merge pull request #4504 from AnHardt/fix-baybystepping

Fix babystepping dependency
Scott Lahteine 8 年前
父节点
当前提交
1967e4216e
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      Marlin/temperature.cpp

+ 3
- 0
Marlin/temperature.cpp 查看文件

@@ -29,6 +29,9 @@
29 29
 #include "temperature.h"
30 30
 #include "thermistortables.h"
31 31
 #include "language.h"
32
+#if ENABLED(BABYSTEPPING)
33
+  #include "stepper.h"
34
+#endif
32 35
 
33 36
 #if ENABLED(USE_WATCHDOG)
34 37
   #include "watchdog.h"

正在加载...
取消
保存