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

[BFW-4671] [BUG] MK4S / 6.1.3 Wrong count on display during bed probe (cosmetical issue) #4246

Open
Mike-FUT opened this issue Oct 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working. known issue Our developers are aware of the issue. They will eventually work on it.

Comments

@Mike-FUT
Copy link

Printer model

MK4S

Firmware version

6.1.3

Upgrades and modifications

None

Printing from...

Prusa Connect

Describe the bug

When starting a print before the actual extrusion start teh printer runs bed levelling.
During levelling it probes different points, for example 1/20, 2/20, 3/20, etc. until it's finished and it ends with 20/20.

After that it probes the front area of the bed (nozzle clean/purge area) with very few points (depending on MMU3 usage).
When doing so it let't say it probes two points it will still use the old "20" from earlier. So for the two points it will start with probing 1/20, 2/20. Then it's done.
20 is obviously wrong in this case and I guess the firmware is accessing a variable from earlier.

This is plain cosmetical. It causes zero issues. This is just if you don't want wrong information on the screen to be displayed then you might be looking into it.

How to reproduce

Start any print and look at the screen during bed levelling.

Expected behavior

After main bed levelling, when probing the front part (nozzle purge/clean area) either display the correct amount of points to be probed or just ditch the amount of points completely at that stage, so for the two points in the example:

Probing point 1
Probing point 2

or

Probing point 1/2
Probing point 2/2

(instead of the wrong 1/20, 2/20 from the main bed probing points count)

Files

No response

@Mike-FUT Mike-FUT added the bug Something isn't working. label Oct 10, 2024
@CZDanol
Copy link
Contributor

CZDanol commented Oct 10, 2024

Hey, I agree and it's bugging me, too. I'm hoping to fix it one day. Initernal ticket: BFW-4671

@CZDanol CZDanol changed the title [BUG] MK4S / 6.1.3 Wrong count on display during bed probe (cosmetical issue) [BFW-4671] [BUG] MK4S / 6.1.3 Wrong count on display during bed probe (cosmetical issue) Oct 10, 2024
@CZDanol CZDanol self-assigned this Oct 10, 2024
@danopernis danopernis added the known issue Our developers are aware of the issue. They will eventually work on it. label Oct 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. known issue Our developers are aware of the issue. They will eventually work on it.
Projects
None yet
Development

No branches or pull requests

3 participants