merge with exiting linuxcnc file, plus use f360 holder and tool length, diameter and tool type for tool measurement with a tool setter #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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