소스 검색

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…
취소
저장