Procházet zdrojové kódy

Fix compiler error

Added missing include file,
called 'leveling_is_active()' with no prototipe defined.
GMagician před 6 roky
rodič
revize
c508e9adec
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