Browse Source

Remove old M73 / SD comment (#17928)

Alexander Gee 5 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
  *
33
  *
34
  * Example:
34
  * Example:
35
  *   M73 P25 ; Set progress to 25%
35
  *   M73 P25 ; Set progress to 25%
36
- *
37
- * Notes:
38
- *   This has no effect during an SD print job
39
  */
36
  */
40
 void GcodeSuite::M73() {
37
 void GcodeSuite::M73() {
41
   if (parser.seen('P'))
38
   if (parser.seen('P'))

Loading…
Cancel
Save