Welcome to mirror list, hosted at ThFree Co, Russian Federation.

M073.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5a3fc15a04a494022f95822076393b5c1718e9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
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.