Giter Site home page Giter Site logo

Inductive probe? about klippertoolboard HOT 5 OPEN

bondus avatar bondus commented on July 23, 2024 1
Inductive probe?

from klippertoolboard.

Comments (5)

rlaferla avatar rlaferla commented on July 23, 2024

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

from klippertoolboard.

iPeel avatar iPeel commented on July 23, 2024

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.

from klippertoolboard.

cjkzwe avatar cjkzwe commented on July 23, 2024

@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?

from klippertoolboard.

iPeel avatar iPeel commented on July 23, 2024

@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.

from klippertoolboard.

cjkzwe avatar cjkzwe commented on July 23, 2024

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

from klippertoolboard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.