An open API service indexing awesome lists of open source software.

https://github.com/wokwi/easyeda2kicad

Convert EasyEDA designs to KiCad EDA
https://github.com/wokwi/easyeda2kicad

easyeda kicad pcb pcb-design pcbnew

Last synced: 3 months ago
JSON representation

Convert EasyEDA designs to KiCad EDA

Awesome Lists containing this project

README

        

# This project is no longer maintained!

We recommend [the easyeda2kicad python package](https://github.com/uPesy/easyeda2kicad.py) instead.

# EasyEDA 2 KiCad

Convert EasyEDA PCBs to KiCad format

[![Build Status](https://travis-ci.org/wokwi/easyeda2kicad.png?branch=master)](https://travis-ci.org/wokwi/easyeda2kicad)

## Online Converter

The easiest way to convert EasyEDA boards to KiCad format is to use the online convertor:

https://wokwi.com/easyeda2kicad

## Installation

```
npm install -g easyeda2kicad
```

## Usage

```
easyeda2kicad [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](src/svg-arc.ts), which is
released under the Apache 2.0 license.