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

[FeatureRequest]: Add M915 parameters to object model #988

Open
owendare opened this issue Apr 28, 2024 · 0 comments
Open

[FeatureRequest]: Add M915 parameters to object model #988

owendare opened this issue Apr 28, 2024 · 0 comments
Assignees
Labels
enhancement Additional functionality, performance or other feature request Object Model Related to the Object Model
Milestone

Comments

@owendare
Copy link

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

This feature would allow "auto calibration" of stall detection in prints

Describe the solution you propose.

I've been working on a couple of macros to see if a reported stall is a false positive or not.
https://forum.duet3d.com/post/338205
If a stall is reported it measures the distance from the reported stall position to the end stop.
If there's no difference (or less than the set threshold) it's a false positive (no layer shift would result)

It strikes me that if the current values of M915 were shown in the object model, it might be possible to "auto-calibrate" stall detection for prints.
Each time the macro shows a false positive we could increment the current M915 S parameter (and maybe H as well)

Describe alternatives you've considered

Only other option is manual trial and error testing

Provide any additional context or information.

No response

@owendare owendare added the enhancement Additional functionality, performance or other feature request label Apr 28, 2024
@T3P3 T3P3 added the Object Model Related to the Object Model label May 17, 2024
@T3P3 T3P3 added this to the After 3.6 milestone May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Additional functionality, performance or other feature request Object Model Related to the Object Model
Projects
None yet
Development

No branches or pull requests

3 participants