浏览代码

Merge pull request #7748 from GMagician/Addressing-#7730

[bugfix-2.0.x] Fix compiler error (issue #7730)
Scott Lahteine 6 年前
父节点
当前提交
2ee4eef25c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      Marlin/src/module/tool_change.cpp

+ 4
- 0
Marlin/src/module/tool_change.cpp 查看文件

@@ -46,6 +46,10 @@
46 46
   #include "../feature/mixing.h"
47 47
 #endif
48 48
 
49
+#if HAS_LEVELING
50
+  #include "../feature/bedlevel/bedlevel.h"
51
+#endif
52
+
49 53
 #if ENABLED(SWITCHING_EXTRUDER)
50 54
 
51 55
   #if EXTRUDERS > 3

正在加载...
取消
保存