intelligent-agent / redeem

Firmware for Replicape
http://wiki.thing-printer.com/index.php?title=Redeem
GNU General Public License v3.0
36 stars 44 forks source link

Rich Probe Control from Python #192

Open ThatWileyGuy opened 5 years ago

ThatWileyGuy commented 5 years ago

Today, a probing move is defined in the path planner as a move that terminates early when all moving axes are blocked. To enable more probe-like scenarios, the path planner API needs to include...

This will enable scenarios like probing to check the correctness of a bed leveling matrix (probe moves are XYZ-moves, but any one axis from XYZ should stop them) or probing on any single axis (not necessarily Z).