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] Klipper SKR Mini 3 V3.0 supplied default printer.cfg file has error in the BL touch section #773

Open
misterkaplan opened this issue Jul 5, 2024 · 0 comments

Comments

@misterkaplan
Copy link

misterkaplan commented Jul 5, 2024

BigTreeTech supplies an example printer.cfg file for the SKR Mini 3 v3.0 for Klipper here:
https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/blob/master/firmware/V3.0/Klipper/SKR-mini-E3-V3.0-klipper.cfg

But there is an error in it.

Here is the section copied and pasted from the file:
[bltouch]
sensor_pin: PC14
control_pin: PA1
x_offset: -40
y_offset: -10
z_offset: 3.0
#speed:

The error is in the sensor_pin: line. It's supposed to be:

sensor_pin: ^PC14

The ^ is missing in the original.
According to the official Klipper documentation, "Most BL-Touch devices require a pullup on the sensor pin (prefix the pin name with ^)."
https://github.com/Klipper3d/klipper/blob/master/docs/BLTouch.md

Once I added the ^, it worked correctly. Without the ^, I got lots of errors like "BLTouch failed to verify sensor state". I also noticed that the pin on the BL touch would not retract back up when it touched the bed (or even my finger).

Please fix the default file.

#767

@misterkaplan misterkaplan changed the title [BUG] (short description) [BUG] Klipper SKR Mini 3 V3.0 supplied default printer.cfg file has error in the BL touch section Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant