QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
- udoS
- Offline
- Elite Member
-
Less
More
- Posts: 216
- Thank you received: 25
23 Oct 2023 11:20 #283594
by udoS
Replied by udoS on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
Hi Mr @cmorley,
and where would I find that " handler File " ?
best regards
and where would I find that " handler File " ?
best regards
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7872
- Thank you received: 2127
23 Oct 2023 12:48 - 23 Oct 2023 12:50 #283597
by cmorley
Replied by cmorley on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
turn debug comments on:
DISPLAY = qtvcp -d qtdragon_hd
run linuxcnc in a terminal
there is be comments like 'Using DEFAULT handler file path:'
and the path will be shown.
DISPLAY = qtvcp -d qtdragon_hd
run linuxcnc in a terminal
there is be comments like 'Using DEFAULT handler file path:'
and the path will be shown.
Last edit: 23 Oct 2023 12:50 by cmorley.
Please Log in or Create an account to join the conversation.
- udoS
- Offline
- Elite Member
-
Less
More
- Posts: 216
- Thank you received: 25
23 Oct 2023 13:38 #283599
by udoS
Replied by udoS on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
@cmorley
ok, I messed with the wrong handler ggggrrrrr.
what I still don' like is the path to home.
It does a g0 x0 y0 z0
how to :
g0 z110
g0 x0 y0
g0 z0
ok, I messed with the wrong handler ggggrrrrr.
what I still don' like is the path to home.
It does a g0 x0 y0 z0
how to :
g0 z110
g0 x0 y0
g0 z0
Please Log in or Create an account to join the conversation.
- gabriel176
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
15 Feb 2025 06:19 #321614
by gabriel176
Replied by gabriel176 on topic QtDragon HD with Z-Comp: Tool Sensor and Touch Plate Function
the fix for the GO HOME button
i found it! (it took me days to do it but i'm so proud of myself for finding it)
the setting is in the following file:
/usr/share/qtvcp/screens/qtdragon_hd/qtdragon_hd_handler.py
(you need to edit it with sudo nano on a terminal)
on the line 821 (in my case)
there is a section called
"# offsets frame"
and about 17 lines below there is a setting that you have to change to ge the button to go where you want, it's the following:
"ACTION.CALL_MDI_WAIT("G53 G0 Z0") " <--- there it is! that Z0 you have to change to the Z value you want.
after that, save the file, restart your linuxcnc and the button will go to that position.
i hope it helps you.
have a nice day
i found it! (it took me days to do it but i'm so proud of myself for finding it)
the setting is in the following file:
/usr/share/qtvcp/screens/qtdragon_hd/qtdragon_hd_handler.py
(you need to edit it with sudo nano on a terminal)
on the line 821 (in my case)
there is a section called
"# offsets frame"
and about 17 lines below there is a setting that you have to change to ge the button to go where you want, it's the following:
"ACTION.CALL_MDI_WAIT("G53 G0 Z0") " <--- there it is! that Z0 you have to change to the Z value you want.
after that, save the file, restart your linuxcnc and the button will go to that position.
i hope it helps you.
have a nice day
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.095 seconds