merge with exiting linuxcnc file, plus use f360 holder and tool length, diameter and tool type for tool measurement with a tool setter#2
Conversation
…existing linuxcnc tool files. This version also calculates the tool length + holder lenght and sets this total length on I , the diameter on J and the tool type on Q. This information is used for measuring the tool with a toolsetter. Obviousely this would not work for lathes which would need the I. J and Q params.
|
Thank you for contributing! Sorry I didn't notice your pull request earlier. I just saw a notification for the commit you made yesterday and then found this pull request after looking through things. |
Hi Nathan,
First of all, than you for writing that python script, it was very much need.
To build on what you have done, I needed to be able to merge with an existing linuxcnc file so as to not loose any tool measurement done on linuxcnc, or tools added etc.
Also to create a seaming less workflow, I needed to add tool length hints, tool type and keep the original diameter.
I have repurposed I/J and Q for these values.
Since not all the changes are generic, because of the repurposing of the linuxcnc lathe params, I instead created a ttablev2.py.
Best Regards,
Paulo