MarlinFirmware

M73 - Set Print Progress

1.1.7 lcd Set current print progress percentage for LCD. SET_PROGRESS_MANUALLY

Description

Set next interaction countdown, current print progress percentage, and/or remaining time for display on the LCD.

Usage

M73 [C<minutes>] P<percent> [R<minutes>]

Parameters

[C<minutes>]
2.1.2
SET_INTERACTION_TIME

Set next interaction countdown.

    P<percent>

    Current print progress percentage

      [R<minutes>]
      2.0.0
      USE_M73_REMAINING_TIME

      Set remaining time.

        Example

        Set print progress to 25% and remaining time to 43.0 minutes

        M73 P25 R43