Sfoglia il codice sorgente

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

[bugfix-2.0.x] Fix compiler error (issue #7730)
Scott Lahteine 6 anni fa
parent
commit
2ee4eef25c
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4
    0
      Marlin/src/module/tool_change.cpp

+ 4
- 0
Marlin/src/module/tool_change.cpp Vedi File

@@ -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…
Annulla
Salva