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] 4 Point Level applies mesh leveling grid #282

Closed
esprudzs opened this issue Feb 18, 2022 · 3 comments
Closed

[BUG] 4 Point Level applies mesh leveling grid #282

esprudzs opened this issue Feb 18, 2022 · 3 comments
Assignees
Labels
bug Something in the Firmware isn't working good first issue Good for newcomers

Comments

@esprudzs
Copy link

esprudzs commented Feb 18, 2022

Bug Description

When using 4 Point Level, leveling mesh is applied if available resulting in ever growing Auto Leveling mesh values if used sequentially.

Steps to Reproduce

  1. Level your bed somewhat - manually, for instance
  2. Run Auto Leveling through printer menu
  3. Note mesh values
  4. Run 4 Point Level with a sheet of paper
  5. Run Auto Leveling again
  6. Note the entire grid up by approx the thickness of the sheet of paper
  7. Iterate until run out of adjustment screw/spring length if you like :)

Expected behavior: [What you expect to happen]

No mesh offset applied, so 4 Point Leveling is true to the printer, not the current Auto Leveling mesh.

Actual behavior: [What actually happens]

Mesh offset is applied, so the 4 Point Leveling is true to the current Auto Leveling mesh, not the printer geometry.

Additional Information

Hardware: Mega_S_TMC_BLT_10, additional extruder with single nozzle setup, activated by toggling enable pins for the drivers.
Workaround: Issue M420 S0 through a terminal application before engaging 4Point Level.

@knutwurst
Copy link
Owner

Huh.. that's a good catch!
That's because the Mesh is now automatically enabled after homing.

Thanks for finding the bug. It will me fixed in the next release!

@knutwurst knutwurst self-assigned this Feb 18, 2022
@knutwurst knutwurst added bug Something in the Firmware isn't working good first issue Good for newcomers labels Feb 18, 2022
@knutwurst
Copy link
Owner

Fixed in 1183a5b.

@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 Apr 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something in the Firmware isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants