Skip to content

Commit

Permalink
πŸ“ Update M73, add C parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Dec 1, 2024
1 parent 3ed8900 commit ca7a1ea
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions _gcode/M073.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@ title: Set Print Progress
brief: Set current print progress percentage for LCD.

since: 1.1.7
requires: LCD_SET_PROGRESS_MANUALLY
requires: SET_PROGRESS_MANUALLY
group: lcd

codes: [ M73 ]

parameters:

- tag: C
since: 2.1.2
requires: SET_INTERACTION_TIME
optional: true
description: Set next interaction countdown.
values:
- tag: minutes
type: int

- tag: P
optional: false
description: Current print progress percentage
Expand All @@ -33,4 +42,4 @@ example:

---

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

0 comments on commit ca7a1ea

Please sign in to comment.