소스 검색

🩹 Fix temperature include (#24834)

EvilGremlin 1 년 전
부모
커밋
6ad5711807
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    4
      Marlin/src/module/temperature.cpp

+ 1
- 4
Marlin/src/module/temperature.cpp 파일 보기

@@ -30,6 +30,7 @@
30 30
 #include "../MarlinCore.h"
31 31
 #include "../HAL/shared/Delay.h"
32 32
 #include "../lcd/marlinui.h"
33
+#include "../gcode/gcode.h"
33 34
 
34 35
 #include "temperature.h"
35 36
 #include "endstops.h"
@@ -63,10 +64,6 @@
63 64
   #include "../feature/host_actions.h"
64 65
 #endif
65 66
 
66
-#if EITHER(HAS_TEMP_SENSOR, LASER_FEATURE)
67
-  #include "../gcode/gcode.h"
68
-#endif
69
-
70 67
 #if ENABLED(NOZZLE_PARK_FEATURE)
71 68
   #include "../libs/nozzle.h"
72 69
 #endif

Loading…
취소
저장