mroote

M73 - Set Print Progress

1.1.7 lcd Set/report 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. No parameters will report current values (Requires M73_REPORT).

Usage

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

Parameters

[C<minutes>]
2.1.2
SET_INTERACTION_TIME

Set next interaction countdown.

    [P<percent>]
    SET_PROGRESS_PERCENT

    Set current print progress percentage (0-100).

      [R<minutes>]
      2.0.0
      SET_REMAINING_TIME

      Set remaining time.

        Examples

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

        M73 P25 R43

        Report current values

        M73

        Requires M73_REPORT