Skip to content

Filabot/easyeda2kicad

 
 

Repository files navigation

EasyEDA 2 KiCad

Convert EasyEDA PCBs to KiCad format

Build Status

Installation

npm install -g easyeda2kicad

Usage

easyeda2kicad <input.json> [output.kicad_pcb]

Notes

Copper zones are converted but not filled. When you load the converted PCB in KiCad press "b" (or "Edit" → "Fill All Zones") to recalculate the zones.

License

Copyright (C) 2019, Uri Shaked.

Most of the code is released under the MIT license, with the exception of src/svg-arc.ts, which is released under the Apache 2.0 license.

About

Convert EasyEDA designs to KiCad EDA

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.2%
  • JavaScript 2.8%