Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: dcigir on May 15, 2020, 02:14:45 AM

Title: Ref all home reseting DRO of X and Y axis to zero???
Post by: dcigir on May 15, 2020, 02:14:45 AM
Hello,

I would like to have script that when is activated make "ref all home", and then set X and Y axis to zero. Does anyone know how can this could be done?

Even better will be if this could me made automaticly everytime when I start Mach 3. Thanks for helping

Denis
Title: Re: Ref all home reseting DRO of X and Y axis to zero???
Post by: TPS on May 15, 2020, 02:51:06 AM
just add

Code: [Select]
DoButton(8)
DoButton(9)

to your "ref all home" script