mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
🎨 Tweak M73 condition
This commit is contained in:
parent
be55401e3c
commit
9c19d4705e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ void GcodeSuite::M73() {
|
|||
? parser.value_float() * (PROGRESS_SCALE)
|
||||
: parser.value_byte()
|
||||
);
|
||||
#if BOTH(LCD_SET_PROGRESS_MANUALLY, USE_M73_REMAINING_TIME)
|
||||
#if ENABLED(USE_M73_REMAINING_TIME)
|
||||
if (parser.seenval('R')) ui.set_remaining_time(60 * parser.value_ulong());
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue