Hey folks,
I'm running into an issue, I'm really new to this so I'm guessing it's user error but am not sure how to proceed.
I ran into the issue the first time when setting soft-limits for Y for the first time. Y upper soft limit should be 147.77. However to get the gantry to stop at that point I have to enter the value "1462" in the soft limits field in the axis configuation.
Additionally, as I've been writing macros the values presented for Y moves within the macro have wacky values as well. For example I'm programming a tool touch off macro and in order to get Y to move to 85.77 I have to give the command "G00 G53 Y1400" rather than "G00 G53 Y85.77"
Oddly, when I type in "Y125" into the terminal Y goes to 125 no problem, same with G0 Y125. However when using a G53 command like "G0 G53 Y125" it wants to run into the hard stops.
All other axis act normally with all of these commands including G53.
Can anyone clue me in on what I'm missing here?