mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-16 22:37:35 +00:00
🩹 Fix gcode.h include (#24527)
This commit is contained in:
parent
53a57ff7bf
commit
beacb73d93
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