Greetings all.

So, I'm writing a post processor for Fusion 360, and I want to make sure i'm using a G-Code correctly.

If I was writing something for a turning profile, and I used a G54 command, while the X was .625 away from center, somewhere in the controller, it would remember that it was .625 away from center and adjust all X coordinates by that..right?

But if I don't have a controller that is spacially aware of it's X distance from the center, and I issued G54 G0 X.625 all in one line, it would do the same thing as just issuing a G54 command somewhere in my setup, right?

Just wanting to make sure before I start fixing up the post processor.

~Dan