-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Trouble Adding BD Sensor to Ender 3 Pro with SKR PRO V1.2 #164
Comments
for testing, you can then try to connect to the EXP1, for example LCD_D7_PG7 and LCD_D7_PG6 for the SDA and SCL |
same behaviour (z_min changes state instead of z_probe) on PG7 and PG6 (EXP1 ports suggested for this board). I'm wondering if it's a weird Marlin issue, going to try a different version of the bugfix branch and see if that resolves it. |
did you enable the
and you can this firmware that I pulled to official marlin recently. |
Yep, I have using the endstop commented out and use probe for homing |
the code on my github supports the collision sensing. |
Great! I just tried a quick build with your fork and m102 S-1 correctly reports
Which seems better than I had before. Now I just need to redo my configurations for this version. Thanks! |
Works great after setting up my config. Appreciate all the help @markniu |
Struggling to figure out what I'm doing wrong, I feel like I'm so close
Compiling Marlin 2.1.x-bugfix (current as of a few days ago)
Everything is connected correctly (LED on BD Sensor behaves properly when close to metal)
M102 doesn't return as expected (no mention of V1.0 pandapi3d.com):
M119 behaves oddly. z_min changes from open to TRIGGERED, but z_probe is always set to triggered (I would expect probe to change and z_min to always stay the same)
M102 S-6 behaves correctly and calibrates, M102 S-5 reads back the calibration curve
Board is a BTT SRK PRO V1.2 (pinouts https://github.com/bigtreetech/BIGTREETECH-SKR-PRO-V1.1/blob/master/SKR-PRO-V1.2/manual/SKR-PRO-V1.2PIN.PDF)
I've set the following pins (used to have a BL Touch installed, so the BD Sensor is just using the same connection on the hotend)
Not sure why M102 S-1 isn't responding and z-probe isn't updating correctly. Any ideas?
The text was updated successfully, but these errors were encountered: