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

The Probe Is Already Attached - But it isn't #20

Open
JohnGalt1717 opened this issue Oct 21, 2022 · 1 comment
Open

The Probe Is Already Attached - But it isn't #20

JohnGalt1717 opened this issue Oct 21, 2022 · 1 comment

Comments

@JohnGalt1717
Copy link

JohnGalt1717 commented Oct 21, 2022

Hi, I have setup everything and verified it's in NC mode and checking the pin shows that it's low, but the default M401 script is telling me that the probe is already attached when it isn't.

Fortunately QGL then fails because it recognizes it isn't there.

Here's the PROBE section in Klipper:


[probe]
pin: ^EBBCan: PB5
x_offset: 5
y_offset: -20
z_offset: 5.379
speed: 5
samples: 2
samples_result: average
sample_retract_dist: 3.0
samples_tolerance: 0.050
samples_tolerance_retries: 3
lift_speed: 30

Interestingly, after the message from the 401 comes up on the console, if you click it immediately again, it's correct and goes and gets the probe.

Note this is on an EBB-36 canbus board. I can't find any documentation on how it should be configured with that board.

@nionio6915
Copy link
Owner

the probe status is cached. You need to query it before you need it.
try putting QUERY_PROBE in your startup script.

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

2 participants