Issue 34 in opencamlib: AdaptiveWaterline bug

29 views
Skip to first unread message

openc...@googlecode.com

unread,
Apr 18, 2012, 9:02:23 PM4/18/12
to openc...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 34 by jjq...@gmail.com: AdaptiveWaterline bug
http://code.google.com/p/opencamlib/issues/detail?id=34

I tested waterline algorithm, it works well, but when I use
AdaptiveWaterline, lost some small contour, test code is below:
Waterline awl ;
awl.setSTL(model);
awl.setCutter(&cutter);
awl.setZ(zh);
double sampling=0.1;
awl.setSampling(sampling);
awl.run();

//bug
AdaptiveWaterlineawl ;
awl.setSTL(model);
awl.setCutter(&cutter);
awl.setZ(zh);
double sampling=0.1;
awl.setSampling(sampling);
awl.setMinSampling(0.01);
awl.setCosLimit(0.9999);
awl.run();

openc...@googlecode.com

unread,
Apr 19, 2012, 1:30:47 AM4/19/12
to openc...@googlegroups.com

Comment #1 on issue 34 by anders.e...@gmail.com: AdaptiveWaterline bug
http://code.google.com/p/opencamlib/issues/detail?id=34

please could you confirm you are using the latest opencamlib from github
https://github.com/aewallin/opencamlib
or the one for Ubuntu from the PPA ?

a screenshot would maybe help here.
Does it happen for any Cutter, or just some?
Does it happen for any STL file, or just some?


Reply all
Reply to author
Forward
0 new messages