ソースを参照

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

読み込み中…
キャンセル
保存