Easy Box Maker Question on Multi Tool Toolpaths

This section is for general discussion about Gadgets
Post Reply
rwebcon
Vectric Craftsman
Posts: 120
Joined: Mon Jan 18, 2016 8:55 pm
Model of CNC Machine: Axiom Elite 4 X 4

Easy Box Maker Question on Multi Tool Toolpaths

Post by rwebcon »

The Box Maker generates toolpaths Side Finger Clear and Side Fingers and each with two tools. One for Clear (.25) and another for Detail (.125). Why the two toolpath in each? I want to Merge toolpaths for Clear and one for detail. I must be doing something wrong.
I would expect Side Fingers Clear with one tool .25 and Side fingers for detail using the .125 bit. I could then merge toolpaths to Clear and merge for detail.
Attachments
Toolpaths.jpg
Why Tow Toolpaths.jpg

User avatar
sharkcutup
Vectric Wizard
Posts: 3313
Joined: Sat Mar 26, 2016 3:48 pm
Model of CNC Machine: Shark HD3 Pro Extended Bed with Spindle
Location: U.S.A.

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by sharkcutup »

You can do that just as long as all the same toolpaths are using the same tool (router bit).
Screenshot 2024-11-22 154333.png
Sharkcutup

*** Note: when using Pocketing Toolpath All tools are noted/Shown but not necessarily used for THAT Particular ToolPath in each Applicable Pocket Toolpath Say Two Tools are used 1/4" end mill(THAT Particular ToolPath) -- a 1/8" End Mill(or THAT Particular ToolPath) -- The 1/4" is identified as (Clear) the 1/8" has nothing (No ID) but I tend to look at it as a 'Cleanup to Actual Size Tool' Two Toolpaths are Essentially Created from this One Pocket Toolpath (in this instance(Clear) & (NIL or as I call it Cleanup) Both Tools are noted/shown in each Toolpath which have been created (Clear) & (Nil)).

Certainly Hope the above makes Sense!

BTW --- More Tools could be used there too which makes explaining even more complicated!!! :roll:

Sharkcutup
Last edited by sharkcutup on Fri Nov 22, 2024 11:02 pm, edited 2 times in total.
V-Carve Pro Tips, Gadget Tips & Videos
YouTube Channel - Sharkcutup CNC
V-Carve Pro 12.010

rwebcon
Vectric Craftsman
Posts: 120
Joined: Mon Jan 18, 2016 8:55 pm
Model of CNC Machine: Axiom Elite 4 X 4

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by rwebcon »

My point is why do all the joint toolpaths have two tools?

User avatar
sharkcutup
Vectric Wizard
Posts: 3313
Joined: Sat Mar 26, 2016 3:48 pm
Model of CNC Machine: Shark HD3 Pro Extended Bed with Spindle
Location: U.S.A.

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by sharkcutup »

I believe they are both noted there to show where they were initiated from. Also what you change on one could essentially affect the other Toolpath.

Sharkcutup
V-Carve Pro Tips, Gadget Tips & Videos
YouTube Channel - Sharkcutup CNC
V-Carve Pro 12.010

rwebcon
Vectric Craftsman
Posts: 120
Joined: Mon Jan 18, 2016 8:55 pm
Model of CNC Machine: Axiom Elite 4 X 4

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by rwebcon »

Currently I have no way to merge toolpath so I can cut all .25 paths then cut all .125 paths. I would have to delete the .25 paths for half the toolpaths but I do not know if this would work. Something just does not seem right here.

User avatar
sharkcutup
Vectric Wizard
Posts: 3313
Joined: Sat Mar 26, 2016 3:48 pm
Model of CNC Machine: Shark HD3 Pro Extended Bed with Spindle
Location: U.S.A.

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by sharkcutup »

Did you look at my image I posted I merged the toolpaths with no problem




Sharkcutup
Attachments
Screenshot 2024-11-22 154333.png
V-Carve Pro Tips, Gadget Tips & Videos
YouTube Channel - Sharkcutup CNC
V-Carve Pro 12.010

rwebcon
Vectric Craftsman
Posts: 120
Joined: Mon Jan 18, 2016 8:55 pm
Model of CNC Machine: Axiom Elite 4 X 4

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by rwebcon »

I overlooked that. My apology. That answers my question. Thanks

User avatar
sharkcutup
Vectric Wizard
Posts: 3313
Joined: Sat Mar 26, 2016 3:48 pm
Model of CNC Machine: Shark HD3 Pro Extended Bed with Spindle
Location: U.S.A.

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by sharkcutup »

Here is another Image showing ALL Merged.

1st is the .25"

2nd is the .125"

Screenshot 2024-11-22 163456.png
Sharkcutup
V-Carve Pro Tips, Gadget Tips & Videos
YouTube Channel - Sharkcutup CNC
V-Carve Pro 12.010

rwebcon
Vectric Craftsman
Posts: 120
Joined: Mon Jan 18, 2016 8:55 pm
Model of CNC Machine: Axiom Elite 4 X 4

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by rwebcon »

By any chance would you know why the plunge rate generated is not the same as what's in my tool database? I have like 2 to 3 inch/sec and its showing 15!

User avatar
adze_cnc
Vectric Wizard
Posts: 5023
Joined: Sat Jul 27, 2013 10:08 pm
Model of CNC Machine: AXYZ 4008 (VCarve Pro v9.519)
Location: Vancouver, BC, Canada

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by adze_cnc »

rwebcon wrote:
Sat Nov 23, 2024 12:22 am
By any chance would you know why the plunge rate generated is not the same as what's in my tool database?
sharkcutup:

In the file "EasyBoxRegistryVer3.7.xlua" there are these lines starting at 221 (intervening lines omitted but not marked):

Code: Select all

function RegistryRead() -- Read from Registry values
MillTool1.PlungeRate = RegistryRead:GetDouble("Milling.illTool1.PlungeRate",  381)
MillTool2.PlungeRate = RegistryRead:GetDouble("Milling.illTool2.PlungeRate",  381)
MillTool3.PlungeRate = RegistryRead:GetDouble("Milling.illTool3.PlungeRate",  381)
MillTool4.PlungeRate = RegistryRead:GetDouble("Milling.illTool4.PlungeRate",  381)
MillTool5.PlungeRate = RegistryRead:GetDouble("Milling.illTool5.PlungeRate",  381)
MillTool1.PlungeRate = RegistryRead:GetDouble("Milling.illTool1.PlungeRate",  15.000)
MillTool2.PlungeRate = RegistryRead:GetDouble("Milling.illTool2.PlungeRate",  15.000)
MillTool3.PlungeRate = RegistryRead:GetDouble("Milling.illTool3.PlungeRate",  15.000)
MillTool4.PlungeRate = RegistryRead:GetDouble("Milling.illTool4.PlungeRate",  15.000)
MillTool5.PlungeRate = RegistryRead:GetDouble("Milling.illTool5.PlungeRate",  15.000)
All the "Milling.illTool" references need to be replaced with "MillTool". Because of the misspelling the default value value will always be set to 15 if inches and 381 if millimetres.

Steven

rwebcon
Vectric Craftsman
Posts: 120
Joined: Mon Jan 18, 2016 8:55 pm
Model of CNC Machine: Axiom Elite 4 X 4

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by rwebcon »

Boy how wild... Thanks again for everyone help. I might get a box mad yet. Rename and it seem to work OK.
Someone might want to add some notes to help indicating the tool data base requirements.

rwebcon
Vectric Craftsman
Posts: 120
Joined: Mon Jan 18, 2016 8:55 pm
Model of CNC Machine: Axiom Elite 4 X 4

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by rwebcon »

Still getting it on .25 tool.
Attachments
StillHere.jpg

User avatar
jimandi5000
Vectric Wizard
Posts: 1094
Joined: Wed Mar 11, 2015 6:50 pm
Model of CNC Machine: Home Made 60 x 120
Location: North Houston Tx.
Contact:

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by jimandi5000 »

The Easy Box Maker gadget has been updated to Ver 3.8 and posted to the Easy gadget website. https://www.gadgets.jimandi.com/

Gadget Versions: Version 3.8 - November 22, 2024 -- Fixed the registry name issue and toolpath issue
Thanks,
Jim

User avatar
sharkcutup
Vectric Wizard
Posts: 3313
Joined: Sat Mar 26, 2016 3:48 pm
Model of CNC Machine: Shark HD3 Pro Extended Bed with Spindle
Location: U.S.A.

Re: Easy Box Maker Question on Multi Tool Toolpaths

Post by sharkcutup »

Thank You Steven for Your Post Input and Jim for the Gadget Fix!

I had gotten busy with something else.

Sharkcutup
V-Carve Pro Tips, Gadget Tips & Videos
YouTube Channel - Sharkcutup CNC
V-Carve Pro 12.010

Post Reply