Move axis to dest and at speed
Posted: Sat May 29, 2021 1:57 pm
Hi Tom
I'm trying to move my axis to a home position with a C code.
The home position will be always relative to machine G53 0.
So I need a way to script in C a G1 G53 X100 Y100 F10000.
Tried MoveXYZ but it won't work. Also it would be nice to use Machine coordinate, not units. (like Move command).
Thanks.
I'm trying to move my axis to a home position with a C code.
The home position will be always relative to machine G53 0.
So I need a way to script in C a G1 G53 X100 Y100 F10000.
Tried MoveXYZ but it won't work. Also it would be nice to use Machine coordinate, not units. (like Move command).
Thanks.