From 7a9bb6bc864c3c0d4fa254cc59dd8e303daac497 Mon Sep 17 00:00:00 2001 From: Alexander Gee Date: Sat, 9 May 2020 23:35:26 -0500 Subject: [PATCH] Remove old M73 / SD comment (#17928) --- Marlin/src/gcode/lcd/M73.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Marlin/src/gcode/lcd/M73.cpp b/Marlin/src/gcode/lcd/M73.cpp index 347c42c442..8e87d2e2d5 100644 --- a/Marlin/src/gcode/lcd/M73.cpp +++ b/Marlin/src/gcode/lcd/M73.cpp @@ -33,9 +33,6 @@ * * Example: * M73 P25 ; Set progress to 25% - * - * Notes: - * This has no effect during an SD print job */ void GcodeSuite::M73() { if (parser.seen('P'))