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: 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T14:02:06.000Z (3 months ago)
- Last Synced: 2025-03-24T15:23:00.746Z (3 months ago)
- Topics: gcode-generation, gcode-simulation, gerber-files, pcb-manufacturing, python, shapely
- Language: Python
- Homepage:
- Size: 1.57 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PCB-CAM
This is a Python program that takes in Gerber files and outputs Gcode files to manufacture the PCB using laser or spindle engraving.
It also supports simulating the tool path easily.
It can also generate drilling Gcode, and PCB cutting Gcode.(This is my 2nd implmentation of a custom PCB CAM software for my PCB-Manufacturer Project https://github.com/ambadran/PCB-Manufacturer)