Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: ThomasCNC on November 18, 2019, 10:12:40 AM

Title: Multiple Profile with Tool Table
Post by: ThomasCNC on November 18, 2019, 10:12:40 AM
Hello,

I Need little Help.
Im Tom i use Mach3 some years on a MAHO700.
Now i create some New Mill Profile and want use the same Tool Table.
It is possible to config? Where can i config this?

Greets and Sorry for my English
Title: Re: Multiple Profile with Tool Table
Post by: TPS on November 24, 2019, 08:03:14 AM
tooltabel is allways stored separat in c:\Mach3\macros\profile Name\Tools3.dat

so only copy/paste will work, or create VB script Export/inport the tooltable.
Title: Re: Multiple Profile with Tool Table
Post by: ThomasCNC on November 25, 2019, 09:41:18 AM
I get it with Hardlink

mklink /H C:\Mach3\macros\Plasma\tools3.dat C:\Mach3\macros\Mach3Mill\tools3.dat


That works good