Closed blu006 closed 8 years ago
Issue fixed. I realized that my pullup resistors were on for the rest of my endstops (that aren't plugged in), and the printer was triggering on these endstops instead of my Z_min_probe endstop.
Thank you all for your patience. I can't believe it took me a day and a hot shower to figure this one out.
I still have the hardware issue where my endstop really doesn't like to be automatically deployed (the retainer comes loose), but I can fix that with some solder and ingenuity.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hi, I have a Kossel style delta printer with a Allen Key Z Probe. I'm currently running the 1.1.0-RC3 firmware on it. I have my probe configured to be inverting. (It is triggered when the key is not touching the microswitch.)
I start with my probe deployed. (But the result is the same after automatic deployment.)
When I use a G30 command, it is immediately triggered without touching the printbed and stops moving and reports the position it was at.
It also grinds against my belts when I start from a G28 position.
Here is what the console on Pronterface reports (after I've moved it down and to the side to (0.00, 11.00, 222.60)):
Here is my configuration; I modified the Kossel Pro configuration to my printer and deployment / stowage setup:
I have looked through the code. (might I say, the update_endstops() function is quite complex) I don't know how to make heads or tails of it. My guess is that the bug is in update_endstops(), but everything there looks like it supports inverting just fine.