Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: LockTech on January 01, 2010, 12:33:46 PM

Title: Returning to 0,0,0 question
Post by: LockTech on January 01, 2010, 12:33:46 PM
How do I change the order of which axis returns to 0 first?  For example currently it is X & Y first then Z last, but I would like for it to be Z first then the other two axis.

Thanks
Title: Re: Returning to 0,0,0 question
Post by: M250cnc on January 01, 2010, 12:55:55 PM
You have to edit the VB code

You do OPERATOR, EDIT BUTTON SCRIPT

All the buttons start flashing you just select the one you want

You have to be on the page that has the button you want to edit

Then just swap them around to suit

Phil
Title: Re: Returning to 0,0,0 question
Post by: ger21 on January 01, 2010, 01:40:11 PM
Just turn on SafeZ
Title: Re: Returning to 0,0,0 question
Post by: LockTech on January 01, 2010, 03:30:21 PM
Thanks