🩹 Fix gcode.h include (#24527)

This commit is contained in:
Frederik Kemner 2022-07-20 23:25:15 +02:00 committed by Scott Lahteine
parent 53a57ff7bf
commit beacb73d93

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