kcjengr / probe_basic

User interface for the LinuxCNC machine control.
https://kcjengr.github.io/probe_basic/
GNU General Public License v3.0
89 stars 55 forks source link

Tool Setter Position on machines without persistent absolute positioning #83

Open mark0815 opened 10 months ago

mark0815 commented 10 months ago

I have a CNC mill with a tool setter mounted on the table. As my mill does not have an absolute encoder (neither glas scales nor rotary encoder) I have to probe the precise Z location of the tripping point of the tool setter after each homing of the machine.

I added such a feature in a fork of probe_basic some time ago but then switched back to axis for other reasons. My approach was:

Is such a feature of value? If so I would like to integrate the changes into the current code base and create a PR.

Regards Mark