Hello Guest it is April 19, 2024, 08:19:01 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SeeMeCNC

Pages: 1
1
General Mach Discussion / Re: code to set home programmatically
« on: April 20, 2012, 11:24:30 AM »
You can jog to a set position, and then use

G54 (or whatever offset you are using)
G92 X0. Y0. Z2.0 (or whatever location you are wanting to assiign that point to such as G92 X12.5 Y3.0 Z0.)

Pages: 1