Updated the README.md to include KiCad use case

This commit is contained in:
Andras 2020-01-25 10:52:41 +01:00 committed by GitHub
parent 033f985ead
commit 0e2643d41a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -100,3 +100,19 @@ Additional steps for users of CadSoft-Eagle:
6) Choose in the Files pulldown-menu of Eagle the item "execute Script" and select my_design.scr.
Additional steps for users of KiCad:
====================================
1) Download the latest freerouting-executable.jar file from the [Releases](https://github.com/miho/freerouting/releases)
2) Start KiCad and open your project in Pcbnew.
3) Export the PCB into Specctra DSN (File / Export... / Specctra DSN).
4) Start the router by running the freerouting-executable.jar file, push the "Open Your Own Design" button and select the exported .dsn file in the file chooser.
5) Do the routing.
5) When you're finished, export the results into a Specctra session file (File / Export Specctra Session File). The router will generate a .ses file for you.
6) Go back to KiCad's Pcbnew and import the results (File / Import Specctra Session...).