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] M84 is not respecting flags #8

Open
eblieb opened this issue Jan 26, 2021 · 3 comments
Open

[BUG] M84 is not respecting flags #8

eblieb opened this issue Jan 26, 2021 · 3 comments

Comments

@eblieb
Copy link

eblieb commented Jan 26, 2021

My Cura End G-Code has
M84 X Y E ;Disable all steppers but Z

But this isn't being respected, the Z stepper is still disabling after the print is done. According to Merlin documentation M84 and M18 should be the same exact thing and should respect the flags.

@DanielLaberge
Copy link

Confirmed. Tested both v2.0.x.16 and latest code.

I've had a look at M17_M18_M84.cpp and the code looks good. It's also the same as upstream marlin so I don't know where this behaviour is coming from.

To reproduce:

  1. M17 ; Enable Steppers
  2. M18 X; Disable X-axis stepper

Result: All steppers are disabled, not just X as expected.

@eblieb
Copy link
Author

eblieb commented Mar 8, 2021 via email

@DanielLaberge
Copy link

DanielLaberge commented Mar 8, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants