Browse Source

🩹 Fix temperature include (#24834)

EvilGremlin 1 year ago
parent
commit
6ad5711807
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      Marlin/src/module/temperature.cpp

+ 1
- 4
Marlin/src/module/temperature.cpp View File

@@ -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…
Cancel
Save