Threads Gadget V10

This forum is for general discussion about Aspire
Post Reply
User avatar
Leo
Vectric Wizard
Posts: 4092
Joined: Sat Jul 14, 2007 3:02 am
Model of CNC Machine: 1300 x 1300 x 254 Chinese Made
Location: East Freetown, Ma.
Contact:

Threads Gadget V10

Post by Leo »

I have downloaded Paul's Thread Gadget to try it out in Aspire V10.0, but cannot get it to work.

It seems that I cannot load it into V10.

Any thoughts?
Imagine the Possibilities of a Creative mind, combined with the functionality of CNC

User avatar
Adrian
Vectric Archimage
Posts: 14690
Joined: Thu Nov 23, 2006 2:19 pm
Model of CNC Machine: ShopBot PRS Alpha 96x48
Location: Surrey, UK

Re: Threads Gadget V10

Post by Adrian »

A lot of Pauls gadgets don't work in v10 as one of the calls to the tool database changed in v10. See here - http://forum.vectric.com/viewtopic.php?p=239252#p239252

User avatar
Leo
Vectric Wizard
Posts: 4092
Joined: Sat Jul 14, 2007 3:02 am
Model of CNC Machine: 1300 x 1300 x 254 Chinese Made
Location: East Freetown, Ma.
Contact:

Re: Threads Gadget V10

Post by Leo »

I didn't see any of the previous posts initially, but that is what I suspected had happened.

Oh well! :D
Imagine the Possibilities of a Creative mind, combined with the functionality of CNC

mrpilotron
Posts: 3
Joined: Thu Dec 05, 2019 4:09 pm
Model of CNC Machine: AVID PRO4896

Fix for Threads Gadget V10

Post by mrpilotron »

At the risk of duplicating the info provided in the thread Adrian linked, this is the exact code change required in the "Threads.lua" file to make it start working again:

d:AddToolPicker("ToolChooseButton", "ToolNameLabel", ToolDBId() )
--NOTE: Changed "toolName" to "ToolDBId() "

If you open that file in any text editor and search for "AddToolPicker", you will find it. There is only 1 line of code in the Threads source file that needs this update. Save the file, restart Aspire or VCP, and it should start working.

sll914
Posts: 1
Joined: Wed Jun 24, 2020 9:12 pm
Model of CNC Machine: Shopsabre IS408 Taig DSLS3000

Re: Threads Gadget V10

Post by sll914 »

I found the above post to be very helpful and a spot on fix. Thanks!

Just wanted to point out for others that its an upper case i not a lower case L between the B and d. So Id as in Tool DB identification. Hard to tell the difference in the font used on the forum...

Post Reply