Author Topic: How to download, install and use free router  (Read 8884 times)

0 Members and 1 Guest are viewing this topic.

Offline garvind25Topic starter

  • Regular Contributor
  • *
  • Posts: 59
  • Country: in
How to download, install and use free router
« on: July 14, 2017, 04:34:32 pm »
Hi,

  I am new to this forum and KiCAD as well. I wanted to know where from to download, install and use Free router in KiCAD. I am not particularly good with Java, github etc so a step by step instruction would be a very kind gesture.

Thanking You,

Arvind Gupta
 

Offline ElektroQuark

  • Supporter
  • ****
  • Posts: 1244
  • Country: es
    • ElektroQuark
Re: How to download, install and use free router
« Reply #1 on: July 14, 2017, 07:16:11 pm »
Try THIS.

Offline julian1

  • Frequent Contributor
  • **
  • Posts: 721
  • Country: au
Re: How to download, install and use free router
« Reply #2 on: July 14, 2017, 10:45:50 pm »
I set up freeroute on Kicad with the following port, https://github.com/nick-less/freerouting It fixes a few GUI bugs, and uses maven to automatically manage the java library dependencies - which I found was an issue with the original port. Compared with the results from Altium router in Dave's video, Freeroute works really well. Getting it setup is a pain, but it went something like this on linux,

# download and install jdk,
# http://download.oracle.com/otn-pub/java/jdk/8u111-b14/jdk-8u111-linux-x64.tar.gz

# set up paths
export JAVA_HOME="$HOME/jdk1.8.0_111/"
export PATH="$JAVA_HOME/bin:$PATH"

# install mvn
# http://mirror.intergrid.com.au/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz

# set paths
export PATH="$PATH:$HOME/apache-maven-3.3.9/bin/"

# checkout freeroute git repo
git clone git@github.com:nick-less/freerouting

# build
cd freerouting
mvn clean install

# To integrate with Kicad I think I used generic instructions.
 

Offline garvind25Topic starter

  • Regular Contributor
  • *
  • Posts: 59
  • Country: in
Re: How to download, install and use free router
« Reply #3 on: July 15, 2017, 06:12:11 am »
Thanks for your replies. The mentioned steps are to run free router externally. Is there any way to run it along with KiCAD/ any other free router which can be integrated with Ki CAD? Also, I forgot to mention that I am on windows (Win7 64 bit)

Regards,
Arvind Gupta
« Last Edit: July 15, 2017, 06:13:53 am by garvind25 »
 

Offline garvind25Topic starter

  • Regular Contributor
  • *
  • Posts: 59
  • Country: in
Re: How to download, install and use free router
« Reply #4 on: August 04, 2017, 03:10:00 pm »
Hi,

  Do you have the steps to install and use freerouter from Kicad in windows pls?

Thanks in advance,
Arvind Gupta
 

Offline hermit

  • Frequent Contributor
  • **
  • Posts: 482
  • Country: us
Re: How to download, install and use free router
« Reply #5 on: August 04, 2017, 03:36:20 pm »
This came up on the KiCAD forum recently.  You might want to check there.  I hate people that offer 'helpful' suggestions that aren't answering what is asked for, but.....

The manual routing functions with KiCAD make routing pretty painless.  I installed the Free Router, played with it and then forgot about it.  If you layout as you go along and are careful about placement, you will do much better by hand.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf