pcb2gcode

Convert PCB design files to G-code for CNC milling machines

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool for isolation, routing and drilling of PCBs

Commands

pcb2gcode

Examples

Generate G-code for isolation routing from a Gerber file$ pcb2gcode --front input.gbr --output output.ngc
Process PCB with both isolation and drilling using Excellon format$ pcb2gcode --front traces.gbr --drill holes.xln --output pcb.ngc
Generate G-code with custom tool diameter and feed rate$ pcb2gcode --front design.gbr --tool-diameter 0.1 --feed 100 --output result.ngc