Success! The Probe routine (G29) now seems to be working great! I think my

Success! The Probe routine (G29) now seems to be working great! I think my WIP DIY probing effector might have some pretty bad accuracy across the bed, but OK precision. I’ve committed my changes and so I think it’s time for a minor bump due to this. Perhaps let it simmer for a bit and get some feedback : )

You can generate a new G29 macro by running G29C. Right now it makes a polar style probe pattern around 0, but it might serve as a starting point.

For some reason the documentation on that Gcode does not work, but take a look at the source code and you shoudl be able to ficure it out: https://bitbucket.org/intelligentagent/redeem/src/0a184a5a0eba7a37f9146b9873d4b2dcbcadb4db/redeem/gcodes/G29.py?at=master&fileviewer=file-view-default

Yeah, I’ve discovered this design flaw as well. Perhaps it would be better to have a pull-down resistor on the end stop inputs…

I use the 12V on my sensor which does work, since the pull-up is actually 47K (also a design flaw), so the current going into the 5V regulator is very small.

The input to the BBB is buffered, so it should handle up to 15V. My suggestion is to just connect it to 12V and give it a shot, should work fine!