Skip to content

Converts Gerber files (RS274X) to KiCad .kicad_mode files.

Notifications You must be signed in to change notification settings

Martinius/Ger2KiCad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ger2KiCad

A simple python script to convert Gerber files (RS274X) to .kicad_mod files that can be easily imported by KiCad. It is possible to read multiple files and specify the import layer (F.Cu, In1.Cu, ..., B.Cu).

This script was mainly designed to import RF structures in KiCad, but should handle all polygon based designs (Uses G36/G37 codes of the RS274X standard).

Example:

python Ger2KiCad.py BP.ger

This script uses the pcb-tools package.

About

Converts Gerber files (RS274X) to KiCad .kicad_mode files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages