From 0153bf8c14cbd328c4cd386daf3aed0df0d0bcaa Mon Sep 17 00:00:00 2001 From: shitcreek Date: Thu, 25 Jun 2020 22:02:44 -0500 Subject: [PATCH] Update gcode.cpp --- Marlin/src/gcode/gcode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)