Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: smallpoul on December 23, 2019, 04:36:37 PM

Title: Mach3 macro
Post by: smallpoul on December 23, 2019, 04:36:37 PM
Hi,
    i create 2 macro (M103 and M104) to power on and power off my wifi switch of my dust collector. If i execute them manually, everything is ok.
I will like to insert them on my aspire vectric post script. The problem is that it execute the command when it load the file, so my dust collector turn on and off when i load the file in mach3.
Post scrip is in attachment.
Do you guys have an idea why it is executing the command at the loading file.
Thanks
Mike   
Title: Re: Mach3 macro
Post by: TPS on December 24, 2019, 03:51:10 AM
Config->General Config->Ignore M calls while loading
Title: Re: Mach3 macro
Post by: smallpoul on January 10, 2020, 08:54:59 PM
Thanks, that was it.