Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ambadran/pcb-cam

A CLI Tool to automate the generation of ALL the required drilling, cutting and trace engraving Gcode files, given ONLY the Gerber files. Also supports the Simulation of tool paths.
https://github.com/ambadran/pcb-cam

gcode-generation gcode-simulation gerber-files pcb-manufacturing python shapely

Last synced: 1 day ago
JSON representation

A CLI Tool to automate the generation of ALL the required drilling, cutting and trace engraving Gcode files, given ONLY the Gerber files. Also supports the Simulation of tool paths.

Awesome Lists containing this project

README

        

# PCB-CAM

This is my 2nd implmentation of a custom PCB CAM software for my PCB-Manufacturer Project https://github.com/ambadran/PCB-Manufacturer

The first implementation was a do-everything-from-scratch approach :)

However, this meant that with every pcb I discovered new corner cases I needed to implement.

This time, I'll be using shapely python library, which should handle all the possible trace shapes for me.