Spiral path for pockets with NativeCAM
- FernV
- Topic Author
- Offline
- Platinum Member
- Posts: 459
- Thank you received: 124
Please Log in or Create an account to join the conversation.
- newbynobi
- Offline
- Platinum Member
- Posts: 2075
- Thank you received: 406
The new spiral tool paths are not so heavy for the milling tools, as the load is more constant. Please find attached my parametric spiral ngc code in the most recent version. The realized path is shown on the screenshot, and that looks more uniform than yours.
Please Log in or Create an account to join the conversation.
- fixer
- Offline
- Premium Member
- Posts: 132
- Thank you received: 27
I am looking at this repo github.com/aewallin , but cant find the time to dive in. It should be quite easy to do pocketing generators for simple shapes with true elipsed toolpath using opencamlib.
I am currently working on a G71 lathe cycles that will work like your polyline for mill. Complete profile is sent from NativeCam as argument to python script and it returns plain G0-G1-G2-G3 moves. This also has benefits because you can use run-from-line to start somewhere in the middle of roughing.
Please Log in or Create an account to join the conversation.
- FernV
- Topic Author
- Offline
- Platinum Member
- Posts: 459
- Thank you received: 124
I agree... It is a lot easier to do heavy math with external programs
Yes this is easy... and you would still use NativeCam as user frontend to pass arguments to external programs.
I will take a look at this code but I am also short on time until end of OctoberI am looking at this repo github.com/aewallin , but cant find the time to dive in.
Depending on the licenseIt should be quite easy to do pocketing generators for simple shapes with true elipsed toolpath using opencamlib.
ThanksI am currently working on a G71 lathe cycles that will work like your polyline for mill. Complete profile is sent from NativeCam as argument to python script and it returns plain G0-G1-G2-G3 moves. This also has benefits because you can use run-from-line to start somewhere in the middle of roughing.
Fern
Please Log in or Create an account to join the conversation.
- fixer
- Offline
- Premium Member
- Posts: 132
- Thank you received: 27
Please Log in or Create an account to join the conversation.
- FernV
- Topic Author
- Offline
- Platinum Member
- Posts: 459
- Thank you received: 124
This is exactly what will be in the next release
Fern
Please Log in or Create an account to join the conversation.
- fixer
- Offline
- Premium Member
- Posts: 132
- Thank you received: 27
I did some optimizations in CXF engraving, it produces more efficient gcode now and fixed some bugs,... If you want to include it, I can share.
p.s. how do you send a private message on this forum?
Please Log in or Create an account to join the conversation.