Alexander Gee
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
Marlin/src/gcode/lcd/M73.cpp
|
@ -33,9 +33,6 @@ |
|
|
* |
|
|
* |
|
|
* Example: |
|
|
* Example: |
|
|
* M73 P25 ; Set progress to 25% |
|
|
* M73 P25 ; Set progress to 25% |
|
|
* |
|
|
|
|
|
* Notes: |
|
|
|
|
|
* This has no effect during an SD print job |
|
|
|
|
|
*/ |
|
|
*/ |
|
|
void GcodeSuite::M73() { |
|
|
void GcodeSuite::M73() { |
|
|
if (parser.seen('P')) |
|
|
if (parser.seen('P')) |
|
|