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

M73 is missing C parameter #588

Open
galagithub opened this issue Nov 18, 2024 · 1 comment · May be fixed by #590
Open

M73 is missing C parameter #588

galagithub opened this issue Nov 18, 2024 · 1 comment · May be fixed by #590

Comments

@galagithub
Copy link

I noticed in Marlin 2.1.2.4 that M73 also has a C parameter but the documentation only depicts the R and P parameters.

@ellensp
Copy link
Contributor

ellensp commented Nov 18, 2024

Yip needs updated

From the code

M73: Set percentage complete (for display on LCD)

Example:

M73 P25.63 ; Set progress to 25.63%
M73 R456   ; Set remaining time to 456 minutes
M73 C12    ; Set next interaction countdown to 12 minutes
M73        ; Report current values

@thisiskeithb thisiskeithb linked a pull request Dec 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants