Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pocket leaves gap for this case #7

Open
tbfleming opened this issue Jul 4, 2015 · 2 comments
Open

Pocket leaves gap for this case #7

tbfleming opened this issue Jul 4, 2015 · 2 comments

Comments

@tbfleming
Copy link

tbfleming commented Jul 4, 2015

var tool = {units:'mm',diameter:2,passDepth:4,step:1,rapid:2000,plunge:100,cut:600,zClearance:5,returnHome:true};
var mc = new Millcrum(tool);
mc.surface(120,120);

var polygon = {type:'polygon',points:[
    [50, 0],
    [50, 50],
    [100, 50],
    [39, 60],
    [50, 100],
    [0,50],
]};

mc.cut('pocket', polygon, 6, [10,10]);
mc.get();

image

@andrewhodel
Copy link
Owner

It looks like the best solution for this one is to split the polygon into triangles and go from there.

@andrewhodel
Copy link
Owner

Same issue with creating a pocket operation for an airfoil, basically the vertices get so small that it looses them. I'll keep thinking on that one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants