Skip to content

Conversation

zaventh
Copy link
Contributor

@zaventh zaventh commented May 16, 2024

M707, M708 are related to Prusa MMU devices and require passing a hexadecimal argument with a lower-cased address.

More information: https://reprap.org/wiki/G-code#M707:_Read_from_MMU_register

Resolves #4864

  • Your changes are not possible to do through a plugin and relevant
    to a large audience (ideally all users of OctoPrint)
  • If your changes are large or otherwise disruptive: You have
    made sure your changes don't interfere with current development by
    talking it through with the maintainers, e.g. through a
    Brainstorming ticket
  • Your PR targets OctoPrint's devel branch if it's a completely
    new feature, or maintenance if it's a bug fix or improvement of
    existing functionality for the current stable version (no PRs
    against master or anything else please)
  • Your PR was opened from a custom branch on your repository
    (no PRs from your version of master, maintenance, or devel
    please), e.g. dev/my_new_feature or fix/my_bugfix
  • Your PR only contains relevant changes: no unrelated files,
    no dead code, ideally only one commit - rebase and squash your PR
    if necessary!
  • Your changes follow the existing coding style
  • If your changes include style sheets: You have modified the
    .less source files, not the .css files (those are generated
    with lessc)
  • You have tested your changes (please state how!) - ideally you
    have added unit tests
  • You have run the existing unit tests against your changes and
    nothing broke
  • You have added yourself to the AUTHORS.md file :)

What does this PR do and why is it necessary?

Allows sending relevant MMU gcode commands without having to manually blacklist them

M707, M708 are related to Prusa MMU devices and require passing a
hexadecimal argument with a lower-cased address.

More information: https://reprap.org/wiki/G-code#M707:_Read_from_MMU_register

Resolves OctoPrint#4864
@github-actions github-actions bot added targets dev The PR targets the dev branch approved Issue has been approved by the bot or manually for further processing labels May 16, 2024
@foosel foosel merged commit d5b2135 into OctoPrint:maintenance Jun 6, 2024
@foosel foosel added this to the 1.11.0 milestone Jun 6, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Issue has been approved by the bot or manually for further processing targets dev The PR targets the dev branch
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants