-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Is it possible to have a dedicated Z Switch pin instead of just using the Probe Pin? #133
Comments
That’s a lot of Deviation, I noticed that a lot on the stock firmware Z offset display but not much with klipper. As for the pin I believe it’s PA8, but I don’t see any way to do it regardless with this plugin. |
Button is PA10 figured that out today. haven't figured out which ones for the filament run out sensor. |
Now that we know the switch pin is PA10, is there a way to get the auto Z offset function working using both the probe and button? |
If I'm understanding the requirements right for this project, we need:
I need to figure out the rest of the config to get klipper to properly use this as the z-endstop. Right now the klipper configs are using the same as marlin - using the induction sensor. Poking around the marlin configs, it looks like the correct position to test at is -
TLDR: It's possible to get both auto z-offset and this project working, just have to spend some time figuring it all out. |
This works for me for using the button as the endstop. [stepper_z] [safe_z_home] |
When i try this in printer.cfg this message comes. Is this only working, when i install the plugin ? And when it works, this is the auto z offset function like in the original FW ? So i did not have to do this manual with an paper ? |
Hi, Neuroplant |
I don't know anything about your printer. But what @AJolly has written seems plausible 👍 You need a z-enstop pin for the nozzle and the magnetic switch probe (not used as virtual z endstop). |
@D3ltorohd you need to set a position_endstop value in your stepper_z section 👍 |
I have Klipper on an Anycubic Kobra 2 Neo, and its stock Auto Z-Offset has a little switch on the end of the bed. The stock firmware first probes the middle of the bed, and then goes over to the dedicated switch to get the Z offset. Is there a way to do that with this plugin?
The text was updated successfully, but these errors were encountered: