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] Babystepping not working on BTT SKR Mini E3 V3.0 #27438

Closed
1 task done
blu28 opened this issue Sep 23, 2024 · 4 comments
Closed
1 task done

[BUG] Babystepping not working on BTT SKR Mini E3 V3.0 #27438

blu28 opened this issue Sep 23, 2024 · 4 comments

Comments

@blu28
Copy link

blu28 commented Sep 23, 2024

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

Yes, and the problem still exists.

Bug Description

The screen that says "Babystepping Probe Z" displays the current probe Z value, but turning the knob does nothing, it does not change the value. Pressing the knob take you back to the previous menu.

Bug Timeline

It has never worked for me. I first started trying this in July.

Expected behavior

I expect the number to increment and decrement as the knob is turned left and right.

Actual behavior

The number did not change.

Steps to Reproduce

  1. Go to the "Babystepping Probe Z" screen.
  2. turn the knob.

Version of Marlin Firmware

2.1.x branch as of 2024/09/23

Printer model

Ender-3 Pro

Electronics

BTT SKR Mini E3 V3.0

LCD/Controller

Stock controller

Other add-ons

BLTouch clone.

Bed Leveling

ABL Bilinear mesh

Your Slicer

Cura

Host Software

None

Don't forget to include

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

Additional information & file uploads

No response

@blu28
Copy link
Author

blu28 commented Sep 23, 2024

Configuration.zip

@blu28
Copy link
Author

blu28 commented Oct 11, 2024

Making the BABYSTEP_MULTIPLICATOR_Z set to 1 causes the BABYSTEP to respond.

@ellensp
Copy link
Contributor

ellensp commented Oct 11, 2024

you have

  //#define BABYSTEP_MILLIMETER_UNITS       // Specify BABYSTEP_MULTIPLICATOR_(XY|Z) in mm instead of micro-steps
  #define BABYSTEP_MULTIPLICATOR_Z  0.01       // (steps or mm) Steps or millimeter distance for each Z babystep

you cannot have BABYSTEP_MULTIPLICATOR_Z < 1 when your not in BABYSTEP_MILLIMETER_UNITS mode

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 Dec 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants