0
0
Fork 0
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:
Frederik Kemner 2022-07-20 23:25:15 +02:00 committed by GitHub
parent aacc2d3dc5
commit 0138cb0552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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