nraynaud / webgcode

Online G-Code simulator, controller code for STM32F4-Discovery and google chrome extension to send the code to it.
http://nraynaud.github.io/webgcode/webapp/visucamTest.html#/
Other
373 stars 162 forks source link

CAM dev resources #8

Closed Dcarter10177 closed 7 years ago

Dcarter10177 commented 7 years ago

Cool Project. I was wondering what resources (research papers, books, blogs etc...) you used to start developing your own CAM software. I am interested in creating my own toolpath and any insight to your learning process would be much appreciated. Thanks.

nraynaud commented 7 years ago

I read the ideas of Martin Held, but I never implemented anything fancy in the end. I also received a stack of research papers on the subject by a generous academic, but again, I didn't implement any smart ideas. It's mostly taking the JSClipper code and using it in a basic manner.

Dcarter10177 commented 7 years ago

Thank you for the information. The work of Martin Held looks very interesting. Thanks Again.