support for analog touch probes
Hi
I wonder if it would be to much trouble supporting touch probes with analog output?
https://miscsolutions.wordpress.com/mini-height-sensor-board/
it has an 4 level analog output
i assume that the 4 level output could be used to make for more precise probing.. ie slow down as it gets closer to bed
I wonder if it would be to much trouble supporting touch probes with analog output?
https://miscsolutions.wordpress.com/mini-height-sensor-board/
it has an 4 level analog output
i assume that the 4 level output could be used to make for more precise probing.. ie slow down as it gets closer to bed
Comments
but well at least it makes the purchase simpler
Thanks,
Mike
#define Z_PROBE_RUN_AFTER_EVERY_PROBE "G4 P200"
to wait 200ms but that is after it was triggered and it might be still in triggering state from the position.
Alternatively make it start so high that going down takes the needed 200ms.
#define Z_PROBE_RUN_BEFORE_EVERY_PROBE "G4 P200"
Thanks,
Mike