Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 419 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 419 Bytes

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.