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

Add support for dragpin feedback switch and buzzer #6

Open
wants to merge 10 commits into
base: chmt
Choose a base branch
from

Conversation

jlehmke
Copy link

@jlehmke jlehmke commented Dec 16, 2020

Changes:

  • Bugfix: There is no max endstop on Z axis. The pin used for this endstop is actually connected to the dragpin feedback switch.
  • Added support for dragpin feedback switch
  • Added support for the integrated buzzer

Dragpin feedback switch readout in OpenPNP:
ACTUATOR_READ_COMMAND: M1000 switch dragpinstate

Buzzer operation:
M820 (on), M821 (off)

Tested with CHMT36VA.

@jlehmke jlehmke mentioned this pull request Dec 16, 2020
@Floyer007
Copy link

Floyer007 commented Mar 8, 2021

For the gcode-driver there has to be an additional:
ACTUATOR_READ_REGEX: ^switch dragpinstate is (?<Value>\d+)

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

Successfully merging this pull request may close these issues.

3 participants