40 lines
711 B
Markdown
40 lines
711 B
Markdown
---
|
|
tag: m0073
|
|
title: Set Print Progress
|
|
brief: Set current print progress percentage for LCD.
|
|
|
|
since: 1.1.7
|
|
requires: LCD_SET_PROGRESS_MANUALLY
|
|
group: lcd
|
|
|
|
codes: [ M73 ]
|
|
|
|
parameters:
|
|
-
|
|
tag: P
|
|
optional: false
|
|
description: Current print progress percentage
|
|
values:
|
|
-
|
|
tag: percent
|
|
type: int
|
|
-
|
|
tag: R
|
|
since: 2.0.0
|
|
requires: USE_M73_REMAINING_TIME
|
|
optional: true
|
|
description: Set remaining time.
|
|
values:
|
|
-
|
|
tag: minutes
|
|
type: int
|
|
|
|
examples:
|
|
-
|
|
pre: Set print progress to 25% and remaining time to 43.0 minutes
|
|
code: M73 P25 R43
|
|
|
|
---
|
|
|
|
Set current print progress percentage and/or remaining time for display on the LCD.
|