浏览代码

make autotemp compatile for use without pid

Bernhard 13 年前
父节点
当前提交
3320a5b37d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Marlin/temperature.h

+ 1
- 0
Marlin/temperature.h 查看文件

@@ -23,6 +23,7 @@
23 23
 
24 24
 #include "Marlin.h"
25 25
 #include "fastio.h"
26
+#include "planner.h"
26 27
 #ifdef PID_ADD_EXTRUSION_RATE
27 28
   #include "stepper.h"
28 29
 #endif

正在加载...
取消
保存