Browse Source

Remove old M73 / SD comment (#17928)

Alexander Gee 4 years ago
parent
commit
7a9bb6bc86
No account linked to committer's email address
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      Marlin/src/gcode/lcd/M73.cpp

+ 0
- 3
Marlin/src/gcode/lcd/M73.cpp View File

@@ -33,9 +33,6 @@
33 33
  *
34 34
  * Example:
35 35
  *   M73 P25 ; Set progress to 25%
36
- *
37
- * Notes:
38
- *   This has no effect during an SD print job
39 36
  */
40 37
 void GcodeSuite::M73() {
41 38
   if (parser.seen('P'))

Loading…
Cancel
Save