[QtDragon][2.9.4] Tool probe starts before M6 dialog "OK" confirmation
- SanzuiWorks
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 45
- Thank you received: 4
11 Jun 2025 03:48 - 11 Jun 2025 03:50 #330122
by SanzuiWorks
[QtDragon][2.9.4] Tool probe starts before M6 dialog "OK" confirmation was created by SanzuiWorks
Hi all,
After upgrading from LinuxCNC 2.9.3 to 2.9.4, I encountered an issue in QtDragon where the tool probing routine (qt_auto_probe_tool) starts before I press the “OK” button in the manual tool change dialog (M6).
This behavior was not present in 2.9.3. Previously, the probing would only begin after confirming the tool change.
I found that explicitly disabling the automatic probing behavior in the INI file resolves the issue:
ini
[DISPLAY]
AUTO_TOOL_PROBE = False
This stops QtVCP from launching the tool probe automatically right after M6, allowing me to call the probing subroutine manually after user confirmation.
LinuxCNC 2.9.4 (Debian Bookworm)
QtDragon UI
Manual tool change with M6 remap (calling qt_auto_probe_tool.ngc manually after M6)
I hope this helps others running into the same problem.
If this change in behavior is intended in 2.9.4, it might be worth documenting.
Thanks!
After upgrading from LinuxCNC 2.9.3 to 2.9.4, I encountered an issue in QtDragon where the tool probing routine (qt_auto_probe_tool) starts before I press the “OK” button in the manual tool change dialog (M6).
This behavior was not present in 2.9.3. Previously, the probing would only begin after confirming the tool change.
I found that explicitly disabling the automatic probing behavior in the INI file resolves the issue:
ini
[DISPLAY]
AUTO_TOOL_PROBE = False
This stops QtVCP from launching the tool probe automatically right after M6, allowing me to call the probing subroutine manually after user confirmation.
LinuxCNC 2.9.4 (Debian Bookworm)
QtDragon UI
Manual tool change with M6 remap (calling qt_auto_probe_tool.ngc manually after M6)
I hope this helps others running into the same problem.
If this change in behavior is intended in 2.9.4, it might be worth documenting.
Thanks!
Last edit: 11 Jun 2025 03:50 by SanzuiWorks.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7941
- Thank you received: 2154
14 Jun 2025 06:17 #330268
by cmorley
Replied by cmorley on topic [QtDragon][2.9.4] Tool probe starts before M6 dialog "OK" confirmation
AUTO_TOOL_PROBE = False
Where did that come from? I don't see anything that reads it.
Where did that come from? I don't see anything that reads it.
Please Log in or Create an account to join the conversation.
- SanzuiWorks
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 45
- Thank you received: 4
19 Jun 2025 00:57 #330475
by SanzuiWorks
Replied by SanzuiWorks on topic [QtDragon][2.9.4] Tool probe starts before M6 dialog "OK" confirmation
I'm sorry.
It seems it was my misunderstanding.
It seems it was my misunderstanding.
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.123 seconds