Hacker News new | ask | show | jobs
by nexox 4866 days ago
When you've got thousands of dollars worth of tools at risk, you don't let software guess what to do - you can program most machine tools to damage themselves without a complaint. Software can help, but suggesting that a computer can produce a flawless CAM program for a CNC tool is like suggesting that computers should write web browsers or filesystems.

CAM programming is an art, and it requires intimate knowledge of the machine you're coding for if you hope to get a final product without too many trial and error iterations.

1 comments

Your reasoning seems to be, "Since poor G-code can waste a lot of billets or even produce a hundred-thousand-dollar CRUNCH, we should write it by hand instead of generating it using computer software." That sounds exactly backwards to me.

(Computers do write web browsers and filesystems; the programs that do this are called "compilers".)