diff --git a/Marlin/src/gcode/gcode.cpp b/Marlin/src/gcode/gcode.cpp index 4f56385473..a51e5b9187 100644 --- a/Marlin/src/gcode/gcode.cpp +++ b/Marlin/src/gcode/gcode.cpp @@ -72,7 +72,7 @@ uint8_t GcodeSuite::axis_relative = ( #if EITHER(HAS_AUTO_REPORTING, HOST_KEEPALIVE_FEATURE) bool GcodeSuite::autoreport_paused; // = false - bool GcodeSuite::autoreport_position; // = false /new/ + bool GcodeSuite::autoreport_position; // = false #endif #if ENABLED(HOST_KEEPALIVE_FEATURE)