Error: (ensureCutRadius > 0) and (ensureCutRadius <= cutterRadius)

Error: (ensureCutRadius > 0) and (ensureCutRadius <= cutterRadius)

etfrench
Mentor Mentor
13,104 Views
17 Replies
Message 1 of 18

Error: (ensureCutRadius > 0) and (ensureCutRadius <= cutterRadius)

etfrench
Mentor
Mentor

How can I resolve this error:    Error: (ensureCutRadius > 0) and (ensureCutRadius <= cutterRadius)

 

EnsureCutRadiusError.jpg

 

The machining operation is a 2d pocket where the red arrow is located.  The toolbit is a .25in ball end mill.  For scale, the round pocket above the arrow is .5in in diameter.  I've tried using values from .001 to .124 for the Minimum Cutting Radius with no success.  A similar pocket on the reverse side does not have the same problem. 

 

 

ETFrench

EESignature

0 Likes
13,105 Views
17 Replies
Replies (17)
Message 2 of 18

scottmoyse
Mentor
Mentor

Why are you trying to use a tool that's only just half the size of the pocket, and a ball mill at that? It seems odd. You might get it with a 3D Pocket, because it would lift the tool to suit the model where possible.


Scott Moyse
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature


RevOps Strategy Manager at Toolpath. New Zealand based.

Co-founder of the Grumpy Sloth full aluminium billet mechanical keyboard project

0 Likes
Message 3 of 18

etfrench
Mentor
Mentor

The larger the ball mill, the smaller the cusps. It's not necessary to model the fillet in this case.  I'm more interested in finding out what the error means and how to correct it.  Changing the operation type is a valid workaround, but doesn't answer the question.

ETFrench

EESignature

0 Likes
Message 4 of 18

scottmoyse
Mentor
Mentor
The error means it doesn't have enough space to do what it needs to. You said you have got it to work with a similar pocket, but that must be a larger diameter pocket.

Scott Moyse
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature


RevOps Strategy Manager at Toolpath. New Zealand based.

Co-founder of the Grumpy Sloth full aluminium billet mechanical keyboard project

0 Likes
Message 5 of 18

etfrench
Mentor
Mentor

Sorry, but I don't think that's the right interpretation.  The pocket is larger than the tool bit in both X and Y axes.  In fact, changing to a .125 ball end doesn't fix the error.

ETFrench

EESignature

0 Likes
Message 6 of 18

scottmoyse
Mentor
Mentor
Can you attach the model with one example where its working and one where it's not. I've replicated your error at my end, and it works with a bigger pocket.

Scott Moyse
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature


RevOps Strategy Manager at Toolpath. New Zealand based.

Co-founder of the Grumpy Sloth full aluminium billet mechanical keyboard project

0 Likes
Message 7 of 18

etfrench
Mentor
Mentor

I misspoke earlier when I said the same operation worked on the bottom.  The working operation was 2d adaptive instead of 2d pocket. 

 

The model has changed slightly from the original, but the error still exists.

ETFrench

EESignature

0 Likes
Message 8 of 18

jeff.walters
Advisor
Advisor

There are a couple of issues with the way you have things selected. The first is that you selected a face instead of the edge. This is one of the issues with fusion right now that the developers are working on. You should be selecting edges.

 

The second issue is that the face you selected is outside the stock you have defined so even if you hade selected the boundary correctly you mostly likely wouldn’t have gotten a tool path.

 

bad selection.png

 

better.png

 

path.png

Jeff Walters
Senior Support Engineer, CAM
0 Likes
Message 9 of 18

etfrench
Mentor
Mentor

I can get a toolpath like that if I use a flat end mill.  When I change the tool to a ball end I still get the cutterRadius error.  I don't understand the error message or how to correct the toolpath to eliminate the error while using a ball end mill.

ETFrench

EESignature

0 Likes
Message 10 of 18

scottmoyse
Mentor
Mentor

@jeff.walters wrote:

The first is that you selected a face instead of the edge. This is one of the issues with fusion right now that the developers are working on. You should be selecting edges.

 

The second issue is that the face you selected is outside the stock you have defined so even if you hade selected the boundary correctly you mostly likely wouldn’t have gotten a tool path.


 

@jeff.walters are you saying that you can't even select a face in the bottom of a pocket for a 2D pocketing operation? Even though it works most of the time, and this is the first time I've encountered not being able to do that?

 

Also the Stock isn't a factor in this error. I replicated it with a really simple 3-axis dataset. Extruded rectangle with the pocket & tool diameters shared in the OP., then a default setup.


Scott Moyse
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature


RevOps Strategy Manager at Toolpath. New Zealand based.

Co-founder of the Grumpy Sloth full aluminium billet mechanical keyboard project

0 Likes
Message 11 of 18

HughesTooling
Consultant
Consultant

etfrench wrote:

I can get a toolpath like that if I use a flat end mill.  When I change the tool to a ball end I still get the cutterRadius error.  I don't understand the error message or how to correct the toolpath to eliminate the error while using a ball end mill.


 

 

You need to enable Allow Stepover Cusps

 Capture.PNG

 

Then it generates.

Capture2.PNG

 

Mark

 

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Message 12 of 18

scottmoyse
Mentor
Mentor
I tried that with my example the other day and it didn't work. I'll take another look later if I can.

Scott Moyse
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature


RevOps Strategy Manager at Toolpath. New Zealand based.

Co-founder of the Grumpy Sloth full aluminium billet mechanical keyboard project

0 Likes
Message 13 of 18

HughesTooling
Consultant
Consultant

I've attached the file, I cleared all toolpaths to reduce size so you'll have to regen.

 

Mark

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


0 Likes
Message 14 of 18

BjoernJohnsson
Autodesk
Autodesk

From a brief investigation, I think one issue is that you have two selection with different orientations in the same 2D operation. I would suggest splitting it into two different operations and set the tool orientation aligned with the selected surface in the second of the operation.

 

I've attached a new version of your example file where I do this.



Bjoern Johnsson

Principal Software Engineer
0 Likes
Message 15 of 18

etfrench
Mentor
Mentor

The part has been working on my delta 3d printer for 5 years now 😄

ETFrench

EESignature

0 Likes
Message 16 of 18

BjoernJohnsson
Autodesk
Autodesk

I missed the date on the original post, just saw that the thread got a lot of views recently. 



Bjoern Johnsson

Principal Software Engineer
Message 17 of 18

etfrench
Mentor
Mentor

It never hurts to add more info.

ETFrench

EESignature

0 Likes
Message 18 of 18

vbXAKEE
Community Visitor
Community Visitor

allow steopver cusps fixed it for me

0 Likes