Wondering if this is normal or not? Ive adjusted to it, but it seems very odd.
For this example I will say X+ is LEFT Y+ is FORWARD and Z+ is UP.
Lets say my current ZERO is set (X50 Y30 Z-13 B0) from home. If I cut my piece at this location and then use (G92 X10 Y0) followed by
(G00 X0 Y0) the head will move X-10 Y0 from the current Zero. Same with Y and Z. Everything seems backwards. Am I looking at this wrong or is there some bug in the program? This, so far, only seems to happen with G92.
(From HOME)
G92 X-20 Y-15
(The current PART REFERENCE is now at an absolute machine position of X20 Y15.)
This is the part I don't get, why setting a negative value results in a positive outcome: G92 X-20 becomes X20 ?
As I said, Ive adjusted my thinking to account for this, I just don't understand why its this way and would like to understand why in case I have to show any other employee this in the future.