Probe screen v2 - malfunction?
- andypugh
-
- Away
- Moderator
-
Less
More
- Posts: 19716
- Thank you received: 4573
07 Oct 2025 12:40 #336001
by andypugh
Replied by andypugh on topic Probe screen v2 - malfunction?
Just to clarify, when you say "Probe screen v2" what are you referring to?
Is this: github.com/LinuxCNC/linuxcnc/tree/master...n-panels/versa-probe
Or some other probe screen?
Is this: github.com/LinuxCNC/linuxcnc/tree/master...n-panels/versa-probe
Or some other probe screen?
Please Log in or Create an account to join the conversation.
- chrischan
- Offline
- Junior Member
-
Less
More
- Posts: 34
- Thank you received: 2
07 Oct 2025 12:49 - 07 Oct 2025 12:52 #336003
by chrischan
Replied by chrischan on topic Probe screen v2 - malfunction?
Sorry, my mistake. It is probe screen 2.9 from verser-git.
But I have similar problem like Marcodi:
But I have similar problem like Marcodi:
Same happens with my machine. And also when using page up and down with the z axis.So whenever you are inside of the probe screen and you use the keyboard numbers 2-8 4-6 and 3-9. The machine starts moving in the appropriate direction without stopping until it hits a limit switch
Last edit: 07 Oct 2025 12:52 by chrischan.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
Less
More
- Posts: 19716
- Thank you received: 4573
07 Oct 2025 15:23 #336015
by andypugh
Replied by andypugh on topic Probe screen v2 - malfunction?
It looks like it supports incremental jogging, which might be safer:
github.com/verser-git/probe_screen_v2/bl...probe_screen.py#L360
My guess would be that for some reason the button-release events are not calling the button-release routine.
Though it might be nothing to do with probe-screen directly at all. Do the keys you mention also jog in the UI you are using _without_ probe-screen?
github.com/verser-git/probe_screen_v2/bl...probe_screen.py#L360
My guess would be that for some reason the button-release events are not calling the button-release routine.
Though it might be nothing to do with probe-screen directly at all. Do the keys you mention also jog in the UI you are using _without_ probe-screen?
Please Log in or Create an account to join the conversation.
- chrischan
- Offline
- Junior Member
-
Less
More
- Posts: 34
- Thank you received: 2
07 Oct 2025 15:51 #336021
by chrischan
Replied by chrischan on topic Probe screen v2 - malfunction?
Yes they also jog w/o probe screen. But then the axis stop when I release the button. Only in probe screen the axis don't stop.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
Less
More
- Posts: 19716
- Thank you received: 4573
08 Oct 2025 12:20 #336089
by andypugh
Replied by andypugh on topic Probe screen v2 - malfunction?
This sounds like a problem with event handling, then. Probe-screen might be passing-through key-press events but not key-release events.
Do you see the same issue with probe-screen-ng? (nothing that probe-screen-v2 seems to be abandoned)
You could even try this one: github.com/andypugh/probe-screen-ng
But these might have the same problem, I know that I have not tried to specifically address the problem described.
Do you see the same issue with probe-screen-ng? (nothing that probe-screen-v2 seems to be abandoned)
You could even try this one: github.com/andypugh/probe-screen-ng
But these might have the same problem, I know that I have not tried to specifically address the problem described.
Please Log in or Create an account to join the conversation.
Time to create page: 0.097 seconds