From 535134b72cbb8a89618ca44e588de0fe56a7234c Mon Sep 17 00:00:00 2001 From: narno2202 Date: Fri, 16 Jan 2026 17:46:32 +0100 Subject: [PATCH] Update gcode.h --- Marlin/src/gcode/gcode.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Marlin/src/gcode/gcode.h b/Marlin/src/gcode/gcode.h index 773ce55d01..2a61e67493 100644 --- a/Marlin/src/gcode/gcode.h +++ b/Marlin/src/gcode/gcode.h @@ -1124,11 +1124,12 @@ private: static void M493_report(const bool forReplay=true); static void M494(); static void M494_report(const bool forReplay=true); - #if ENABLED(RESONANCE_TEST) + #endif + + #if ENABLED(RESONANCE_TEST) static void M495(); static void M495_report(const bool forReplay=true); static void M496(); - #endif #endif static void M500();