-
Notifications
You must be signed in to change notification settings - Fork 32
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
No ocl functions in heekscad #23
Comments
zigzag and waterline (and a lot of other stuff) were removed during the cleanup effort. The idea was to get back to a stable core and then gradually add back the operations and features that are used but do it in a methodical way. There's a branch called extraops that is the beginning of an effort to restore zigzag and waterline. It doesn't work yet but it's close. It just needs a better programmer than me. |
is there any alternative function to perform adaptive roughing or zigzag operations ? |
You can't do adaptive roughing but you can still machine a surface. You use the attach operation in conjunction with a pocket. When you post process, the solid will be used to determine the bottom of the pocket. The pocket op properties still control the stepover and stepdown as well as feed rate, etc. |
thanks for your quick answer, but this doesnt work for me. Traceback (most recent call last): |
I just added support in the post processor for UVW axis moves last week. Obviously something wrong there. You can try a different post processor or pull the prior commit and rebuild. I'll take a look at this as soon as I can. |
patch to recreator.py just pushed to master branch should fix this now. |
It looks like it's working correctly. Since I can't see the pocket operation parameters, I'm just guess but I think you just need to adjust your start depth, final depth, and stepdown. Assuming the bottom of the cube is at z=0, Set your start depth to the height of the cube and your final depth to zero. Based on the picture, it looks like it's trying to start at z-0 and step down. |
you are right, it works like this. |
Zigzag and waterline icons don't show up in heekscad.
Opencamlib is installed on the system. Versions are all from github: heeks/heekscad heeks/heekscnc heeks/libarea aewallin/opencamlib. Heekscad heekscnc libarea and opencamlib compile fine.
All other cnc-functions in heekscad are present and do work.
Systems are debian stable/testing-i386 and debian stable-amd64.
Python version: 2.6.6.
The text was updated successfully, but these errors were encountered: