I’m attempting to use the Fixed Tool Sensor Wizard in gSender 1.4.9 and when the Wizard attempts to send the router to the position of the sensor, I receive Error 2. Looking at the console, it appears the Wizard is still in incremental mode and not absolute mode, so when it attempts to move to the XY position (G53 G0 X250.44 Y-30.5) it causes the error, because the system is still in incremental mode, and those coordinates would definitely be outside my defined XY area.
There have been multiple, similar notes posted over the past few years, but none of them ever noted that their issue had been resolved.
ok
G90 G94 (absolute)
G17 (plane)
G21 (metric)
G28 G91 Z0 (incremental)
G90 (absolute)
(T1) (M6)
ok (Start of wizard)
ok
ok
ok
ok
ok
G4 P0.5 (pause)
ok
M5 (router off)
ok
G4 P0.5 (pause)
ok
G91 G21 (incremental) (metric)
ok
G53 G0 Z-10 (Z up 10)
ok
G53 G0 X250.44 Y-30.5 (X and Y to the fixed TLS position) FAIL!
ALARM:2 (Soft limit alarm. G-code motion target exceeds machine travel. Machine position retained. Alarm may be safely unlocked.)
[MSG:Reset to continue]