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: 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.

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)