
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have written a script that runs after a documentOpened event triggers. The trigger takes an existing f3d file that has an empty default setup, populates its parameters, runs toolpath generation, postprocessing, and finally exports a .nc file.
My one issue is that I prefer importing .stl files which can not encode a setup. Therefore, I have to create an empty .f3d file, export it, then use that when triggering the script.
I know the CAM API is currently being worked on. I wanted to ask if it's possible to create a new setup, associate it with the stl file, and do all of the processing without having to go through manually creating a setup.
I feel like this should be easily achievable. If the devs are willing to give open-source access to that part of the inner workings instead of updating that specific part of the API it would be great too; I can add on to the existing Python API.
Solved! Go to Solution.