kicad_freerouting-plugin icon indicating copy to clipboard operation
kicad_freerouting-plugin copied to clipboard

Mac OSX? cant install

Open steeley opened this issue 5 years ago • 3 comments

There are several plugin folders in theOS Kicad app. directory - this plugin does not seem to work from any of them. How to fix?

steeley avatar Jul 10 '20 12:07 steeley

I can confirm that it does not work in MAc OS Catalina while other plugins placed in the same folder do work. The plugin is not even shown in the plugins menu.

mbrohl avatar Oct 16 '20 15:10 mbrohl

I can't get it to work as a plugin but it does work. from the command line. In pcbnew : Save your pcb as dsn file

File->export ->Spectra DSN

from command line:

java -jar /jar/jar3/FreeRouting.jar -di

or

java -jar /jar/jar3/FreeRouting.jar -de filename.dsn

*note -di for a file dialog -de if you're providing the path and filename of the dsn file.

ScaredyCat avatar Oct 21 '20 21:10 ScaredyCat

This is most likely because our freerouting macOS executable is not signed. We have a discussion about it here, if you are interested.

@ScaredyCat's solution should work though, and you might also need to add the -do parameter for the output file.

java -jar freerouting-1.4.5.1.jar -de input_filename.dsn -do output_filename.ses

The current freerouting-1.4.5.1.jar can be downloaded from here: https://github.com/freerouting/freerouting/releases

andrasfuchs avatar Jan 04 '22 12:01 andrasfuchs