I am working on a project to generate G-Code for 3D Model in STL Format.
Suggest me how I can do it
Basically this generated G-Code will be used with Milling CNC.
I am working on a project to generate G-Code for 3D Model in STL Format.
Suggest me how I can do it
Basically this generated G-Code will be used with Milling CNC.
Copyright © 2021 Jogjafile Inc.
You need CAM Software, a program that has an algorithm that extracts the path of the STL drawing and based in the type of your machine, generate the correct CNC commands.
There are several proprietary programs for this on the market and it really depends on your machine type and tools. Maybe this link will help you get some ideas.
If you want to develop your own CAM, I warn you that this is not a trivial job...