How to select qtdragon_hd?
- ucancallmebob89
- Offline
- Senior Member
Less
More
- Posts: 44
- Thank you received: 7
15 Nov 2021 05:08 #226540
by ucancallmebob89
How to select qtdragon_hd? was created by ucancallmebob89
@cmorley
Looks like I'm running Linuxcnc 2.8.2. Do I need to upgrade to 2.9 to get access to qtdragon_hd?
Looks like I'm running Linuxcnc 2.8.2. Do I need to upgrade to 2.9 to get access to qtdragon_hd?
Please Log in or Create an account to join the conversation.
- ucancallmebob89
- Offline
- Senior Member
Less
More
- Posts: 44
- Thank you received: 7
15 Nov 2021 05:33 #226541
by ucancallmebob89
Replied by ucancallmebob89 on topic How to select qtdragon_hd?
OK! So upgrading to linuxcnc 2.9 allowed me to select the qtdragon_hd screen. This youtube video was helpful for doing the upgrade .
Now I need to figure out how to select dark mode.
Now I need to figure out how to select dark mode.
The following user(s) said Thank You: Clive S
Please Log in or Create an account to join the conversation.
15 Nov 2021 05:36 #226542
by cmorley
Replied by cmorley on topic How to select qtdragon_hd?
Excellent! press f12 - it brings up the stylesheet selector
Please Log in or Create an account to join the conversation.
- ucancallmebob89
- Offline
- Senior Member
Less
More
- Posts: 44
- Thank you received: 7
15 Nov 2021 05:59 #226544
by ucancallmebob89
Replied by ucancallmebob89 on topic How to select qtdragon_hd?
https://photos.app.goo.gl/4TbkUWbkvyeZoCab7Perfect! I assume a lot of these buttons are greyed out b/c I'm not currently connected to my machine? I brought the PC inside the house to troubleshoot.
Please Log in or Create an account to join the conversation.
15 Nov 2021 06:02 #226545
by cmorley
Replied by cmorley on topic How to select qtdragon_hd?
yes you are not out of estop/machine on/homed - ,most keys will be grayed out
Please Log in or Create an account to join the conversation.
- ucancallmebob89
- Offline
- Senior Member
Less
More
- Posts: 44
- Thank you received: 7
10 Dec 2021 03:38 #228752
by ucancallmebob89
Replied by ucancallmebob89 on topic How to select qtdragon_hd?
@cmorley thanks for all your help so far.
I'm seeing some weird behavior when trying to set up my touch plate. Here's the procedure I'm following:
Also, what is the WORKPIECE HEIGHT field in the OFFSETS section used for?
I'm seeing some weird behavior when trying to set up my touch plate. Here's the procedure I'm following:
- Measure the touch plate height with calipers and enter it under SETTINGS > TOUCH PLATE HEIGHT (it's 19.12mm)
- Connect alligator clip to bit and put touch plate under the bit within 20mm
- Press TOUCH PLATE button
- The Z axis moves down until the bit contacts the touch plate, then backs off slightly
Also, what is the WORKPIECE HEIGHT field in the OFFSETS section used for?
Please Log in or Create an account to join the conversation.
10 Dec 2021 10:53 #228769
by cmorley
Replied by cmorley on topic How to select qtdragon_hd?
First off, I'll disclose that I didn't make qtdragon so I don't always know perfectly the intentions of behavior.
Saying that - My understanding is after probing, the G54 Z setting should set zero at the bottom of the touch plate.
(so yes just as you thought)
workpiece height is used with sensor height when using a tool height sensor probe.
You can look at the python code here:
github.com/LinuxCNC/linuxcnc/blob/ca4317...n_hd_handler.py#L904
(I do see some problems if using imperial mode with probing)
Chris
Saying that - My understanding is after probing, the G54 Z setting should set zero at the bottom of the touch plate.
(so yes just as you thought)
workpiece height is used with sensor height when using a tool height sensor probe.
You can look at the python code here:
github.com/LinuxCNC/linuxcnc/blob/ca4317...n_hd_handler.py#L904
(I do see some problems if using imperial mode with probing)
Chris
Please Log in or Create an account to join the conversation.
10 Dec 2021 11:17 #228771
by cmorley
Replied by cmorley on topic How to select qtdragon_hd?
I do see an apparent error with probing...
line 923 is not right - that is the lift up move to reprobe - but it returns without reprobing.
It would leave the machine at 4mm above the last probe - which is pretty close to what your image shows.
Chris
line 923 is not right - that is the lift up move to reprobe - but it returns without reprobing.
It would leave the machine at 4mm above the last probe - which is pretty close to what your image shows.
Chris
Please Log in or Create an account to join the conversation.
10 Dec 2021 12:11 #228772
by cmorley
Replied by cmorley on topic How to select qtdragon_hd?
I have pushed a fix for this. HD now uses the same routine as qtdragon and should work properly (and in metric or imperial)
Please Log in or Create an account to join the conversation.
10 Dec 2021 12:14 #228773
by cmorley
Replied by cmorley on topic How to select qtdragon_hd?
In case you are still interested, the probe routine is here:
github.com/LinuxCNC/linuxcnc/blob/ec64ae...ff_subprogram.py#L54
github.com/LinuxCNC/linuxcnc/blob/ec64ae...ff_subprogram.py#L54
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.154 seconds