Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ambadran/pcb-cam
- Owner: ambadran
- Created: 2023-11-30T14:55:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T14:32:16.000Z (5 months ago)
- Last Synced: 2024-06-03T16:53:29.313Z (5 months ago)
- Topics: gcode-generation, gcode-simulation, gerber-files, pcb-manufacturing, python, shapely
- Language: Python
- Homepage:
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.