Remaped Toolchange
- MaHa
- Offline
- Platinum Member
-
Less
More
- Posts: 467
- Thank you received: 199
10 Nov 2025 21:10 #338157
by MaHa
Remaped Toolchange was created by MaHa
'MANUAL_TOOL_CHANGE = True' without remap M6, the toolchange popoup is working as expected. When m6 is remaped, the popup is not showing up, but the ui crashes:
File "/usr/lib/python3/dist-packages/PyQt6/uic/ui_file.py", line 35, in __init__
document = ElementTree.parse(ui_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 1218, in parse
tree.parse(source, parser)
File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 569, in parse
source = open(source, "rb")
^^^^^^^^^^^^^^^^^^
I think its a similar problem i described with touchoff, its looking for the tool_change.ui in my config folder
File "/usr/lib/python3/dist-packages/PyQt6/uic/ui_file.py", line 35, in __init__
document = ElementTree.parse(ui_file)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 1218, in parse
tree.parse(source, parser)
File "/usr/lib/python3.11/xml/etree/ElementTree.py", line 569, in parse
source = open(source, "rb")
^^^^^^^^^^^^^^^^^^
I think its a similar problem i described with touchoff, its looking for the tool_change.ui in my config folder
The following user(s) said Thank You: JT
Please Log in or Create an account to join the conversation.
Moderators: JT
Time to create page: 0.052 seconds