-
Notifications
You must be signed in to change notification settings - Fork 70
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
Comments
I was hoping to get some info here. I see there is an endstop connector. Can I use it for a Klicky probe? |
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. |
@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? |
@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 [probe] [stepper_x] [stepper_y] Not sure if you'll need ^'s on the endstop pins as I haven't converted mine yet. |
@iPeel Thanks a million! I'll try this config as my board is ready. |
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.
The text was updated successfully, but these errors were encountered: