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] Inductive probe and G28 X Y causes Z to move to absolute Z5.01 first #502

Open
mlewis-everley opened this issue Dec 3, 2023 · 2 comments
Assignees
Labels
bug Something in the Firmware isn't working

Comments

@mlewis-everley
Copy link

Have you read all Wiki articles in cluding the FAQ? YES

Do you want to ask a question? Are you looking for support? Not sure?

Bug Description

I am not sure if this is a bug, or if I have mucked something up in my config, I have installed an inductive probe on my i3 Mega's and they are working perfectly except that now when you issue G28 X Y or G28 X or G28 Y, the Z axis moves to absolute 5.01 prior to homing the X &/or Y.

I cannot see anything obvious in this fork that would cause this behavior. I have added similar features to vanilla marlin for a different printer and am not getting this issue so possibly this is a bug?

Happy to submit a PR for this issue, but at the moment I am stumped as to what might be causing it. I have not used the BLTouch version of this firmware, so not sure if that behaves the same way?

My fork is: https://github.com/mlewis-everley/Marlin-2-0-x-Anycubic-i3-MEGA-S

Steps to Reproduce

  1. Install custom probe.
  2. Compile and install this firmware.
  3. Move the Z up (EG: G1 Z100).
  4. Turn off steppers.
  5. Home XY G28 X Y.
  6. Z will now move to Z5.01 BEFORE homing X and Y.
@knutwurst knutwurst self-assigned this Dec 14, 2023
@knutwurst knutwurst added the bug Something in the Firmware isn't working label Dec 14, 2023
@knutwurst
Copy link
Owner

That's strange... but I'll take al look :)

@mlewis-everley
Copy link
Author

Thank you, I have done a little bit more testing my end. It appears this only happens after you run a G29.

Prior to this, homing works as expected, if I run G28 X or G28 Y then the print head moves up 10mm and then performs a home.

After running G29, the above issues then occur.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something in the Firmware isn't working
Projects
None yet
Development

No branches or pull requests

2 participants