Преглед изворни кода

Fix compiler error

Added missing include file,
called 'leveling_is_active()' with no prototipe defined.
GMagician пре 6 година
родитељ
комит
c508e9adec
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

Loading…
Откажи
Сачувај