|
From: Hans U. <no...@gi...> - 2026-09-25 10:13:59
|
Branch: refs/heads/master Home: https://github.com/LinuxCNC/linuxcnc Commit: 5295eaf8d5cf8eaa47a02faac1bbdd2f05ebba7a https://github.com/LinuxCNC/linuxcnc/commit/5295eaf8d5cf8eaa47a02faac1bbdd2f05ebba7a Author: david mueller <mue...@ho...> Date: 2026-09-17 (Thu, 17 Sep 2026) Changed paths: M lib/python/gladevcp/tooledit_widget.py M src/emc/usr_intf/gmoccapy/gmoccapy.py Log Message: ----------- Gmoccapy: Check tool file on load and show user messages on startup Lines containing whitespace only are skipped rather than creating a new line with all '0' A message is shown on startup if - duplicate tool numbers have been found in the tool table - orientation is not in range 0...9 - a line is malformed, these are saved to a separate file so they are not silently deleted on save Commit: b7021fa166d9af865a92764d1872ce40bc7a780f https://github.com/LinuxCNC/linuxcnc/commit/b7021fa166d9af865a92764d1872ce40bc7a780f Author: david mueller <mue...@ho...> Date: 2026-09-17 (Thu, 17 Sep 2026) Changed paths: M lib/python/gladevcp/tooledit_widget.py Log Message: ----------- Gmoccapy tooledit_widget: new tool gets next available toolnr The tool number for a new tool is preset to one above the highest nummber found in the table instead of '0' Commit: 127d59fc4ff8d021771035c4d966b24d1dbbc618 https://github.com/LinuxCNC/linuxcnc/commit/127d59fc4ff8d021771035c4d966b24d1dbbc618 Author: david mueller <mue...@ho...> Date: 2026-09-21 (Mon, 21 Sep 2026) Changed paths: M lib/python/gladevcp/calculatorwidget.py M lib/python/gladevcp/offsetpage_widget.py M lib/python/gladevcp/tooledit_widget.py M src/emc/usr_intf/gmoccapy/dialogs.py M src/emc/usr_intf/gmoccapy/gmoccapy.py Log Message: ----------- Gmoccapy: Value validation in tool and offset table - value validation is done by the widgets the values are entered for - if the calculator is set to 'integer_only' it will reject any value or expression containing '.' or ',' - value editing is handled in the widget regardless whether directly with the keyboard or the calculator - On save the table is checked for duplicate tool numbers Commit: 41568b415c0aa97b29470092cbce4ac73ff2b0a2 https://github.com/LinuxCNC/linuxcnc/commit/41568b415c0aa97b29470092cbce4ac73ff2b0a2 Author: Hans Unzner <han...@gm...> Date: 2026-09-25 (Fri, 25 Sep 2026) Changed paths: M lib/python/gladevcp/calculatorwidget.py M lib/python/gladevcp/offsetpage_widget.py M lib/python/gladevcp/tooledit_widget.py M src/emc/usr_intf/gmoccapy/dialogs.py M src/emc/usr_intf/gmoccapy/gmoccapy.py Log Message: ----------- Merge pull request #4559 from Sigma1912/gmoccapy_table-entry-value-checks Gmoccapy: value checks on table entries Compare: https://github.com/LinuxCNC/linuxcnc/compare/f218ffbf0d18...41568b415c0a To unsubscribe from these emails, change your notification settings at https://github.com/LinuxCNC/linuxcnc/settings/notifications |