We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: