How to select qtdragon_hd?

More
15 Nov 2021 05:08 #226540 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?

Please Log in or Create an account to join the conversation.

More
15 Nov 2021 05:33 #226541 by ucancallmebob89
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.
The following user(s) said Thank You: Clive S

Please Log in or Create an account to join the conversation.

More
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.

More
15 Nov 2021 05:59 #226544 by ucancallmebob89
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.

More
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.

More
10 Dec 2021 03:38 #228752 by ucancallmebob89
@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:
  • 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
At this point I expected that the Z coordinate would be set to the height of the touch plate + the back off distance, but it doesn't seem to be doing that. Any idea what's going on here? What script is this button referencing so I can do more debug?

Also, what is the WORKPIECE HEIGHT field in the OFFSETS section used for?
Attachments:

Please Log in or Create an account to join the conversation.

More
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

Please Log in or Create an account to join the conversation.

More
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

Please Log in or Create an account to join the conversation.

More
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.

More
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

Please Log in or Create an account to join the conversation.

Moderators: cmorley
Time to create page: 0.076 seconds
Powered by Kunena Forum