소스 검색

Merge pull request #4504 from AnHardt/fix-baybystepping

Fix babystepping dependency
Scott Lahteine 9 년 전
부모
커밋
1967e4216e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      Marlin/temperature.cpp

+ 3
- 0
Marlin/temperature.cpp 파일 보기

@@ -29,6 +29,9 @@
29 29
 #include "temperature.h"
30 30
 #include "thermistortables.h"
31 31
 #include "language.h"
32
+#if ENABLED(BABYSTEPPING)
33
+  #include "stepper.h"
34
+#endif
32 35
 
33 36
 #if ENABLED(USE_WATCHDOG)
34 37
   #include "watchdog.h"

Loading…
취소
저장