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

Inductive probe? #26

Open
rlaferla opened this issue Feb 16, 2022 · 5 comments
Open

Inductive probe? #26

rlaferla opened this issue Feb 16, 2022 · 5 comments

Comments

@rlaferla
Copy link

rlaferla commented Feb 16, 2022

Does this board support an inductive probe (Omron)? Vorons use a 3-wire inductive probe or Klicky. Add this connector and everyone will want to use the board. It's more important than endstops which are not on the toolhead.

@rlaferla
Copy link
Author

I was hoping to get some info here. I see there is an endstop connector. Can I use it for a Klicky probe?

@iPeel
Copy link

iPeel commented Mar 17, 2022

You should be able to use an "n type" inductive probe, but Klicky or Euclid is an easier fit. On the 0.61 board there are three endstops and any one of them will work for the probe. I've use BLTouch and Klicky but haven't tested an inductive probe.

@cjkzwe
Copy link

cjkzwe commented Jul 23, 2022

@iPeel Do you know how to write config if I want to use Klicky as a probe and connect two endstops at the same time on the 0.61 ver board?

@iPeel
Copy link

iPeel commented Jul 25, 2022

@cjkzwe that shouldn't be a problem, there's three endstop inputs so you can use endstop 1 (PB10) for Klicky, endstop 2 (PB11) for X and endstop 3 (PB12) for Y.

example snippets:

#Huvud MCU definition
[mcu head0]
serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_52FF6D064850775026211367-if00
restart_method: command

[probe]
pin: ^head0:PB10

[stepper_x]
endstop_pin: head0:PB11

[stepper_y]
endstop_pin: head0:PB12

Not sure if you'll need ^'s on the endstop pins as I haven't converted mine yet.

@cjkzwe
Copy link

cjkzwe commented Jul 26, 2022

@iPeel Thanks a million! I'll try this config as my board is ready.

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

3 participants