Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: miket161 on October 18, 2011, 06:58:40 AM

Title: Move to a specific location
Post by: miket161 on October 18, 2011, 06:58:40 AM
Is there a way I can enter in an x, y coordinate and move to there without having to do it in G-Code?

Jogging will get me close but not exact.

Thanks
Title: Re: Move to a specific location
Post by: Hood on October 18, 2011, 07:01:47 AM
Use the MDI line and type in G0X10Y10 then press the Enter on your keyboard and the axis will move to that position.
Hood
Title: Re: Move to a specific location
Post by: miket161 on October 18, 2011, 07:06:10 AM
Well, that solves that! Thanks
Title: Re: Move to a specific location
Post by: Hood on October 18, 2011, 07:25:40 AM
No problem :)
MDI is very handy especially if wanting to do really simple jobs that dont really warrant writing the code to a file :)
Hood