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] XL: Serial monitor data for bed probing returns incorrect data #4289

Open
DoubleStrike opened this issue Nov 10, 2024 · 0 comments
Open
Labels
bug Something isn't working.

Comments

@DoubleStrike
Copy link

DoubleStrike commented Nov 10, 2024

Printer model

XL Multi-tool

Firmware version

6.1.3+7898

Upgrades and modifications

None

Printing from...

Octoprint

Describe the bug

The serial monitor data returned for bed probing during mesh bed leveling is not correct.

The message returned for each probing point is Starting probe at 1

How to reproduce

Look at the serial output when mesh bed leveling is happening before any print.

Expected behavior

I would expect to see the X/Y coordinates of where the probe is happening (such as Starting probe at X105,Y200), and ideally something like Starting probe at X105,Y200. Point 3 of 9. to be able to setup macros to monitor the progress.

This appears to be due to the code in lib\Marlin\Marlin\src\module\probe.cpp on line 722. I'm guessing it should show additional data on that line.

Files

No response

@DoubleStrike DoubleStrike added the bug Something isn't working. label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working.
Projects
None yet
Development

No branches or pull requests

1 participant