Automating 3 axis Mill+Lathe CAM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm a student building a 4axis CNC machine (2d milling + a lathe for the A axis).
I've been looking around for CAM software to generate GCode for my board.
Found Fusion360, FeatureCAM, PowerMill, and others.
The machine I have is extremely simple. Same machine, only one tool, no change in tool speed, etc. I'm trying to create a prototype, so no need for fancy machining. Using the same stock always as well.
The gist of it is that I want the entire process automated. From importing the part, choosing the machine setup, to generating toolpaths and the GCode. I want this to be done perhaps in the background or without any user intervention. Perhaps using the Python API.
Is there a way to do this in any of the above mentioned software? I've been reading that the Fusion360 CAM API isn't ready yet. Please guide me as you are more experienced in the set of tools. I'm not sure where to start or if it's even possible.
Thank you!