Haskell-Things / ImplicitCAD

A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
https://implicitcad.org/
GNU Affero General Public License v3.0
1.33k stars 141 forks source link

Any thoughts on CAM on top of ImplicitCAD? #429

Open copumpkin opened 2 years ago

copumpkin commented 2 years ago

I'm pretty interested in toolpath generation and was wondering if anyone in this project had given CAM much thought. I see some G-code generation but was looking for more explicit support for CAM. Has there been any prior work in this space?

julialongtin commented 1 year ago

so, we're doing toolpath generation over as part of HSlice. the gcide generation in this program will likely be removed, eventually.