mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
🩹 Fix gcode.h include (#24527)
This commit is contained in:
parent
aacc2d3dc5
commit
0138cb0552
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
#include "../feature/host_actions.h"
|
||||
#endif
|
||||
|
||||
#if HAS_TEMP_SENSOR
|
||||
#if EITHER(HAS_TEMP_SENSOR, LASER_FEATURE)
|
||||
#include "../gcode/gcode.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue