Explorar el Código

Fix compiler error

Added missing include file,
called 'leveling_is_active()' with no prototipe defined.
GMagician hace 6 años
padre
commit
c508e9adec
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      Marlin/src/module/tool_change.cpp

+ 4
- 0
Marlin/src/module/tool_change.cpp Ver fichero

@@ -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…
Cancelar
Guardar