Drawing to gcode using ChatGPT

Опубликовано: 09 Май 2026
на канале: Random Routing
3,243
124

2025/03/24 Part2/Version 2 IS OUT! Check updated video.
--
Pretty much a proof of concept.

All the AI does is find find features/measurements and gives the "seed" containing the needed information about the part, that seed is parsed by a script that effectivly draws up the DXF file and places the different features on layers that the router(pccam) recognizes and thus generates the gcode based on templates. Works for tapped holes and countersinks aswell.

This means that we are not relying on an AI to generate gcode for the machine, that would be dangerous. :)

Layers are Outerloop,innerloop,stdholes,small holes(under 4mm req smaller tool than default),countersinks,tapped holes ect. The thickness of the part is added to the end of the layer name so the machine knows how deep to cut ect.

!To be clear, im not really using this as the gain is minimal. I just wanted to show it off so someone might get inspired and do their own version. Tho I might add some features and release the code so ppl can experiment.