Hello Guest it is April 18, 2024, 08:15:51 PM

Author Topic: RESET A AXIS MACHINE COORDINATES  (Read 2472 times)

0 Members and 1 Guest are viewing this topic.

RESET A AXIS MACHINE COORDINATES
« on: October 28, 2013, 09:13:06 AM »
I want to set my A axis machine coord and work offset to 0, but when I do It sets a position to that a coord. when I then reset it it puts the # back in machilne coord..
Re: RESET A AXIS MACHINE COORDINATES
« Reply #1 on: October 28, 2013, 01:10:13 PM »
When my mach coord reaches 735805.9600 i get a fault.. I want to reset the mach coordinate on A axis without having to run it minus to get there.... for 735805.9600 degrees

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: RESET A AXIS MACHINE COORDINATES
« Reply #2 on: October 28, 2013, 02:02:17 PM »
Create a screen button with the code

SetMachZero(3)

OR create a Mcode such as M105 with the code

SetMachZero(3)

Run as needed where needed from either the Button or the Mcode call in Gcode or from the MDI.

(;-) TP

Re: RESET A AXIS MACHINE COORDINATES
« Reply #3 on: October 28, 2013, 07:43:24 PM »
I have it zeroed... thanks for the reply.... and answer