Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: sparky3 on January 22, 2006, 06:40:40 PM

Title: set distance off home
Post by: sparky3 on January 22, 2006, 06:40:40 PM
is there any way to set the distance off of home switch?
Title: Re: set distance off home
Post by: Brian Barker on January 22, 2006, 07:37:50 PM
look under homing and limits, you will find the settings there.
Title: Re: set distance off home
Post by: sparky3 on January 22, 2006, 09:30:31 PM
i tried that maybe i don't understand it , when i set home offset it dosen't move the table .1 off the home switch. it just puts .1 in the dro.  i read the book and wached the video.  how is it susposed to work? in flashcut cut when i set home offset to .1 the machine homes to the switch then moves .1 inch off the switch.  does mach3 operate that way
Title: Re: set distance off home
Post by: Brian Barker on January 23, 2006, 08:09:15 AM
I see! You are going to need to change the screen set to make this happen... If you open up screen designer and change the code to this you will get what you are looking for.

DoButton( 24 ) ' ref X
DoButton( 23 ) ' refY
DoButton( 22 ) ' refZ
DoButton( 25 ) ' ref4

Code"G53 G00 X.2 Y.3  Z-.1"

This will tell every axis to move from the home position.
Title: Re: set distance off home
Post by: Charis Acoustic on January 16, 2014, 08:25:17 PM
I'm trying to do something similar and I got the above code to work.   I advance all three axis 0.100 off the home switches by Code"G53 G00 X0.100 Y0.100 Z-0.100".  Now I would like the Machine DRO's to be zeroed.  They are all at 0.1000.  I seem to be able to get them to temporarily zero but then they go back to 0.1000.  Any suggestions?
Title: Re: set distance off home
Post by: Chaoticone on January 16, 2014, 11:56:22 PM
http://www.machsupport.com/forum/index.php/topic,26319.msg185390.html#msg185390

Brett