|
From: andypugh <no...@gi...> - 2026-05-24 18:38:18
|
Branch: refs/heads/2.9 Home: https://github.com/LinuxCNC/linuxcnc Commit: d1f53a0bf0933c0b25777d0ec9c01bc16eaf2b72 https://github.com/LinuxCNC/linuxcnc/commit/d1f53a0bf0933c0b25777d0ec9c01bc16eaf2b72 Author: Luca Toniolo <107...@us...> Date: 2026-05-12 (Tue, 12 May 2026) Changed paths: M src/emc/usr_intf/axis/scripts/axis.py Log Message: ----------- axis -fix Z jog after touch off on unhomed lathe (#3994) ja_from_rbutton used the compact "xzabcuvw" letter map whenever the machine was unhomed, regardless of jog mode. Touch off forces teleop via set_motion_teleop(1), so a follow-up Z jog hit the teleop axis slot 1 (Y) instead of slot 2 (Z) and silently no-op'd. Gate the compact map on jjogmode so teleop axis jogs always use the full "xyzabcuvw" slot map. Commit: 8d1359058006816571c293c986a5e7f4b19fbfb0 https://github.com/LinuxCNC/linuxcnc/commit/8d1359058006816571c293c986a5e7f4b19fbfb0 Author: andypugh <an...@bo...> Date: 2026-05-24 (Sun, 24 May 2026) Changed paths: M src/emc/usr_intf/axis/scripts/axis.py Log Message: ----------- Merge pull request #4015 from grandixximo/fix/3994-axis-touchoff-jog-2.9 axis: fix Z jog after touch off on unhomed lathe (2.9 backport of #4007) Compare: https://github.com/LinuxCNC/linuxcnc/compare/dc070e201d18...8d1359058006 To unsubscribe from these emails, change your notification settings at https://github.com/LinuxCNC/linuxcnc/settings/notifications |