Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
9.46k stars 5.31k forks source link

PP Orion Analog signal for Z-Homing/ABL #2877

Closed copardo closed 4 years ago

copardo commented 4 years ago

Hey Guys, I want to use the analog signal of my Precision Piezo Orion for z-homing purpose. Is it possible to read in the ADC value and compare to a threshold defined by myself and trigger in case of growing preasure? I think its ways more acurate than set the the trigger threshold by the screw sitting on the PP Orion. Anyone an idea or has it already done? Thanks for a help!

Edit: The RepRap Firmware solves this problem by offering the Gcode M558.

klipper-gitissuebot commented 4 years ago

Hi @copardo,

It did not look like there was a Klipper log file attached to this ticket. The log file has been engineered to answer common questions the Klipper developers have about the software and its environment (software version, hardware type, configuration, event timing, and hundreds of other questions).

Unfortunately, too many people have opened tickets without providing the log. That consumes developer time; time that would be better spent enhancing the software. If this ticket references an event that has occurred while running the software then the Klipper log must be attached to this ticket. Otherwise, this ticket will be automatically closed in a few days.

For information on obtaining the Klipper log file see: https://github.com/KevinOConnor/klipper/blob/master/docs/Contact.md

The log can still be attached to this ticket - just add a comment and attach the log to that comment.

Best regards, ~ Your friendly GitIssueBot

PS: I'm just an automated script, not a human being.

KevinOConnor commented 4 years ago

There is currently no support for homing with an analog sensor - only digital signals are supported. It's possible to implement, but an interested developer would need to do the work and submit it.

-Kevin

KevinOConnor commented 4 years ago

I'm going to close this as it looks like the conversation has concluded.

-Kevin