Procházet zdrojové kódy

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

[bugfix-2.0.x] Fix compiler error (issue #7730)
Scott Lahteine před 7 roky
rodič
revize
2ee4eef25c
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      Marlin/src/module/tool_change.cpp

+ 4
- 0
Marlin/src/module/tool_change.cpp Zobrazit soubor

@@ -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

Loading…
Zrušit
Uložit