From 0167db2c6a4243a5c6c90092d38d44db1855e73f Mon Sep 17 00:00:00 2001 From: ThomasToka Date: Thu, 27 Jul 2023 16:33:58 +0200 Subject: [PATCH] laser feature range update --- Marlin/src/gcode/queue.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/gcode/queue.cpp b/Marlin/src/gcode/queue.cpp index d0a1d08906d2..3a71b93ec521 100644 --- a/Marlin/src/gcode/queue.cpp +++ b/Marlin/src/gcode/queue.cpp @@ -717,7 +717,7 @@ void GCodeQueue::get_serial_commands() { #endif // HAS_MEDIA -#if ENABLED(SDSUPPORT) && ALL(E3S1PRO_RTS, HAS_CUTTER) +#if HAS_MEDIA && ALL(E3S1PRO_RTS, LASER_FEATURE) void get_sdcard_laser_range() { @@ -744,7 +744,7 @@ void GCodeQueue::get_serial_commands() { } } -#endif // SDSUPPORT +#endif // HAS_MEDIA && ALL(E3S1PRO_RTS, LASER_FEATURE) /** * Add to the circular command queue the next command from: