Machsupport Forum
Mach Discussion => General Mach Discussion => Topic started by: cv580 on November 09, 2022, 09:32:34 PM
-
Is there a easy way of printing and or saving the tool table to a text file in Mach3?
-
Tool table export macro is available somewhere here. Also import. I have copies, can post them if you can't find them on the forum. Why the the table uses such an arcane format and not something simple like .txt or .csv is a mystery.
-
Here you go. Zip has both export and import, I think to text files.
-
Thanks John, now I have a real dumb question...... how or which is best way to use these files?
Do I create a VB script screen button for each file?
-
IIRC, if you just unzip them and put 'em in your Macro folder, then you can run by clicking on Operator/VB Script editor/ then navigate to the Macro folder, open export.m1s, find the macro and load it and click run (green right arrow). As far as I recall it's super quick and you'll find the file at C:\mach3\ToolTable.txt - or run Import and it will look for the same file and import (with edits you have applied if any). Buttons would be cool if you think you'll be using them frequently.
-
Thanks John, everything works very well using the Operator/VB Script Editor method, it is quick and easy that way
-
Excellent, happy to help.