Branch: refs/heads/master
Home: https://github.com/LinuxCNC/linuxcnc
Commit: 793a04c1de7b4a8eea7250f5b8c31ed26cafff26
https://github.com/LinuxCNC/linuxcnc/commit/793a04c1de7b4a8eea7250f5b8c31ed26cafff26
Author: Luca Toniolo <107...@us...>
Date: 2026-08-22 (Sat, 22 Aug 2026)
Changed paths:
M lib/python/gladevcp/hal_gremlin.py
Log Message:
-----------
gladevcp: fix velocity DRO row position on non-lathes
The lathe test guarding the insertion index in hal_gremlin's dro_format referenced the bound method instead of calling it, so it was always truthy and every machine got the lathe offset. On a mill the Vel row was inserted one slot too low, below the blank separator that precedes the G5x offset block, instead of directly under the axis rows. Lathe output is unchanged, since there the extra offset is what the inserted Rad/Dia row calls for.
Commit: 3f87721343f2f6ad5940a2acac60a2c9262707f4
https://github.com/LinuxCNC/linuxcnc/commit/3f87721343f2f6ad5940a2acac60a2c9262707f4
Author: BsAtHome <be...@va...>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M lib/python/gladevcp/hal_gremlin.py
Log Message:
-----------
Merge pull request #4444 from grandixximo/fix/hal-gremlin-is-lathe
gladevcp: fix velocity DRO row position on non-lathes
Compare: https://github.com/LinuxCNC/linuxcnc/compare/d17b036e072d...3f87721343f2
To unsubscribe from these emails, change your notification settings at https://github.com/LinuxCNC/linuxcnc/settings/notifications
|