Page 1 of 1

VCP Set WCS Zero

Posted: Fri Dec 17, 2021 10:07 pm
by slice
Is it possible to have VCP buttons to set WCS x, Y, Z? I have been looking though the Operators Manual, The Macro Programming Manual and the VCP Manual and I'm not finding anything.

Re: VCP Set WCS Zero

Posted: Fri Dec 17, 2021 10:16 pm
by tblough
Yes. You can program any of the VCP buttons to do this. G92 X0 Y0 Z0 would set the current WCS to 0,0,0.

Re: VCP Set WCS Zero

Posted: Fri Dec 17, 2021 10:27 pm
by slice
Thank you Tom