Gruppo BIM-CAD-CAE-CAM-CNC/EDA

From PNLUG
< Gruppo BIM-CAD-CAE-CAM-CNC
Revision as of 13:27, 25 February 2024 by Glunar (talk | contribs) (Update link to new R8.00)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

KICAD Main

Main page:

Note: https://www.kicad.org/blog/2021/10/Avoid-links-to-former-kicad-domain/

Documentazione:

Esempi:

KICAD install

KICAD 8 2024/02/23

Download

FreeRouting

Guide

Download file

Install

Linux

da finestra di shell digitare:
sudo cp <dirdownload>/FreeRouting.jar /usr/bin/FreeRouting.jar 
sudo chmod +x /usr/bin/FreeRouting.jar

(dove <dirdownload> è il percorso dove è stato scaricato il file, es. sudo cp ~/Scaricati/FreeRouting.jar /usr/bin/freeroute.jar)

Execute

Se FreeRoute.jar non si avvia, è necessario aprire una finestra di shell e digitare:

da finestra di shell digitare:
java -jar FreeRouting.jar
o
java -jar /usr/bin/FreeRouting.jar