Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac OSX? cant install #9

Open
steeley opened this issue Jul 10, 2020 · 3 comments
Open

Mac OSX? cant install #9

steeley opened this issue Jul 10, 2020 · 3 comments

Comments

@steeley
Copy link

steeley commented Jul 10, 2020

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

@mbrohl
Copy link

mbrohl commented Oct 16, 2020

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.

@ScaredyCat
Copy link

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.

@andrasfuchs
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants