Machsupport Forum
Mach Discussion => General Mach Discussion => Topic started by: sawmill on October 23, 2007, 09:48:58 PM
-
im running the new 2.56.1 on the machine in the house, not at the shop, to look at it,
and noticed, at least on this machine,
that when i hit ref all home on the program run window i get a error code, " error on line 5 - sub or function not defined:G1X0Y0Z0"
but when i do it on the mdi window, i get 3 homed axis
scratching head.
dan
-
Open the button by going to Operator menu then Edit Button Script, you will then see the buttons that are VB flash, click on the Ref All button. The code should be
DoButton( 24 )
DoButton( 23 )
DoButton( 22 )
DoButton( 25 )
If its not then put that in and test.
Hood
-
ok, thanks, couldnt figure out how to get to the vb script.
will check that out tonight
dan
-
had that and then a G1X0Y0Z0 at the end, removed that and no error
dan
-
Glad your sorted
Hood