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] M906, M914 extra axis name mismatch #27096

Open
1 task done
Dakkaron opened this issue May 15, 2024 · 0 comments
Open
1 task done

[BUG] M906, M914 extra axis name mismatch #27096

Dakkaron opened this issue May 15, 2024 · 0 comments

Comments

@Dakkaron
Copy link
Contributor

Dakkaron commented May 15, 2024

Did you test the latest bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

When reporting the sensitivity values using M914, Marlin uses the names I, J and so on for extra axis. But when setting these values, I need to use the names A, B and so on.

The same issue affects M906 and probably a few other gcodes as well.

Bug Timeline

No response

Expected behavior

The names used should be consistent. Both when setting and reporting the values, the axies should be named A, B and so on.

Actual behavior

When reporting the axies values, Marlin uses I, J, ...

Steps to Reproduce

  1. M914 -> I homing sensitivity: 200
  2. M914 A100
  3. M914 -> I homing sensitivity: 100

Version of Marlin Firmware

bugfix-2.1.x

Printer model

DIY, based on Ender 5, Octopus v1.1, E3D Toolchanger

Electronics

Octopus v1.1

LCD/Controller

Stock Ender 5 LCD

Other add-ons

E3D Toolchanger toolchanger using stepper (axis A) to change tools

Bed Leveling

No Bed Leveling

Your Slicer

Prusa Slicer

Host Software

Repetier Host

Don't forget to include

  • A ZIP file containing your Configuration.h and Configuration_adv.h.

Additional information & file uploads

Marlin.zip

@Dakkaron Dakkaron changed the title [BUG] M914 extra axis name mismatch [BUG] M906, M914 extra axis name mismatch May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant