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

[BUG] M220 does not have back up and restore feature by default #20333

Closed
thomaslai opened this issue Nov 30, 2020 · 2 comments
Closed

[BUG] M220 does not have back up and restore feature by default #20333

thomaslai opened this issue Nov 30, 2020 · 2 comments
Labels
Needs: More Data We need more data in order to proceed

Comments

@thomaslai
Copy link

According to the docs, M220 B and R should back up and restore the feedrate percentage accordingly, https://marlinfw.org/docs/gcode/M220.html

but in the code, this feature is actually gated behind PRUSA_MMU2 flag.

https://github.com/MarlinFirmware/Marlin/blob/2.0.x/Marlin/src/gcode/config/M220.cpp#L40-L44

The feature works when I just removed the conditional so I would suggest that it be removed officially.

Thanks

@sjasonsmith
Copy link
Contributor

@thomaslai please update the description to utilize the template you are provided while reporting a new bug.

Alternatively, you can close this and submit your change directly as a Pull Request.

@github-actions
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 Jan 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Needs: More Data We need more data in order to proceed
Projects
None yet
Development

No branches or pull requests

2 participants