Browse Source

Remove old M73 / SD comment (#17928)

vanilla_fb_2.0.x
Alexander Gee 4 years ago
committed by GitHub
parent
commit
7a9bb6bc86
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Marlin/src/gcode/lcd/M73.cpp

3
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'))

Loading…
Cancel
Save