Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Update M73, add C parameter #590

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 next interaction countdown, current print progress percentage, and/or remaining time for display on the LCD.