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

[FR] Add [D], [E], and [R] Options to M154 #23837

Closed
Markus-W-E opened this issue Mar 3, 2022 · 4 comments
Closed

[FR] Add [D], [E], and [R] Options to M154 #23837

Markus-W-E opened this issue Mar 3, 2022 · 4 comments
Labels
C: Hosts & Protocols T: Feature Request Features requested by users.

Comments

@Markus-W-E
Copy link

Markus-W-E commented Mar 3, 2022

Is your feature request related to a problem? Please describe.

I want to monitor the actual position of my printer. This would be possible with M114, but as mentioned in the Gcode descriptions, M114 can cause stuttering. M154 fixes this, but it can not report the actual position.

Are you looking for hardware support?

No response

Describe the feature you want

An option for the M154 Command to report the actual position instead of the planned position.

Additional context

No response

@Markus-W-E Markus-W-E added the T: Feature Request Features requested by users. label Mar 3, 2022
@thinkyhead thinkyhead changed the title Add [D], [E], and [R] Options to M154 [FR] Add [D], [E], and [R] Options to M154 Apr 21, 2022
@alvv-z
Copy link

alvv-z commented Jul 21, 2024

If this isn't too big of a feature to add, I could give it a go. I've been in some situations recently where this would have been handy to have.
Additionally, I've been thinking about whether it might be possible to send with sub 1-second intervals…

@thisiskeithb
Copy link
Member

M154 now supports real position reporting with AUTO_REPORT_REAL_POSITION:

/**
* Auto-report position with M154 S<seconds>
*/
//#define AUTO_REPORT_POSITION
#if ENABLED(AUTO_REPORT_POSITION)
//#define AUTO_REPORT_REAL_POSITION // Auto-report the real position
#endif

Added in:

@alvv-z
Copy link

alvv-z commented Jul 21, 2024

Should have checked PRs first 😬

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Sep 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C: Hosts & Protocols T: Feature Request Features requested by users.
Projects
None yet
Development

No branches or pull requests

3 participants