Page 1 of 1

Mofity ZERO ALL help.

PostPosted: Tue Nov 26, 2024 1:39 am
by CNCChris
How do I remove the Z option from zero all button, I only want it to zero XY only. I can't find the macro.

Re: Mofity ZERO ALL help.

PostPosted: Tue Nov 26, 2024 5:59 am
by cncdrive
You could change the buttonnumber parameter of the button to a macro call number 20000 to 21999 and then add the same numbered macro text file into the Profiles/Macros folder, e.g. M20000.txt and add the

Code: Select all
AS3.Callbutton(100); // ZeroX
AS3.Callbutton(101); // ZeroY