MarlinFirmware

M73 - Set Print Progress

1.1.7 lcd Set current print progress percentage for LCD. LCD_SET_PROGRESS_MANUALLY

Description

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

Usage

M73 P<percent> [R<minutes>]

Parameters

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