|
From: andypugh <no...@gi...> - 2026-06-07 08:53:44
|
Branch: refs/heads/2.9 Home: https://github.com/LinuxCNC/linuxcnc Commit: 87d8760c5bcd0b75cce02dc538ba7f3bde5a449a https://github.com/LinuxCNC/linuxcnc/commit/87d8760c5bcd0b75cce02dc538ba7f3bde5a449a Author: Hans Unzner <han...@gm...> Date: 2026-06-04 (Thu, 04 Jun 2026) Changed paths: M src/hal/utils/scope_vert.c Log Message: ----------- halscope: fix remember setting of AC coupling When opening the offset dialog with enabled AC coupling, the AC checkbox is unselected. You need to select and unselect it in order to disable AC coupling. Commit: 84fe49998d5e0fd2c5b3875ae55174236d2887e4 https://github.com/LinuxCNC/linuxcnc/commit/84fe49998d5e0fd2c5b3875ae55174236d2887e4 Author: Hans Unzner <han...@gm...> Date: 2026-06-04 (Thu, 04 Jun 2026) Changed paths: M src/hal/utils/scope_usr.h M src/hal/utils/scope_vert.c Log Message: ----------- halscope: save offset when enabling AC coupling The offset was reset to zero when AC coupling was enabled. This adds a data field to restore the previous offset value when disabling AC coupling. Commit: c7b37d0ff8520d83197f5f7b24df7d8e6e40c1b5 https://github.com/LinuxCNC/linuxcnc/commit/c7b37d0ff8520d83197f5f7b24df7d8e6e40c1b5 Author: andypugh <an...@bo...> Date: 2026-06-07 (Sun, 07 Jun 2026) Changed paths: M src/hal/utils/scope_usr.h M src/hal/utils/scope_vert.c Log Message: ----------- Merge pull request #4128 from hansu/halscope-fix-ac-setting-2.9 Halscope: Fix setting for AC coupling (2.9) Compare: https://github.com/LinuxCNC/linuxcnc/compare/ec4e77739ebf...c7b37d0ff852 To unsubscribe from these emails, change your notification settings at https://github.com/LinuxCNC/linuxcnc/settings/notifications |