Browse Source

🩹 Fix gcode.h include (#24527)

Frederik Kemner 3 years ago
parent
commit
0138cb0552
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/temperature.cpp

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

@@ -63,7 +63,7 @@
63 63
   #include "../feature/host_actions.h"
64 64
 #endif
65 65
 
66
-#if HAS_TEMP_SENSOR
66
+#if EITHER(HAS_TEMP_SENSOR, LASER_FEATURE)
67 67
   #include "../gcode/gcode.h"
68 68
 #endif
69 69
 

Loading…
Cancel
Save