From 8a593ecc6d1a65b20cbff2695ab002f2310643b4 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sat, 11 Jul 2020 13:48:05 -0300 Subject: [PATCH] Added PcbDraw --- README.md | 3 ++- download.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d2d41c..abdc3d9 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,12 @@ This image is based on [setsoft/kicad_debian](https://github.com/INTI-CMNB/kicad * [kicad-automation-scripts](https://github.com/INTI-CMNB/kicad-automation-scripts) runs DRC/ERC, prints schematics and PCB * [KiBoM](https://github.com/INTI-CMNB/KiBoM) generates HTML and CSV BoMs * [InteractiveHtmlBom](https://github.com/INTI-CMNB/InteractiveHtmlBom) generates interactive HTML BoMs +* [PcbDraw](https://github.com/INTI-CMNB/PcbDraw) generates 2D renders of the PCB The available tags are: * **10.3-5.1.5** is KiCad 5.1.5 on Debian 10.3 with Kiplot 0.2.4, kicad-automation-scripts 1.3.1, KiBoM 1.6.3 and interactivehtmlbom 2.3.1 -* **10.3-5.1.6** (same as **latest**) is KiCad 5.1.6 on Debian 10.4 with Kiplot 0.4.0, kicad-automation-scripts 1.4.1, KiBoM 1.6.3 and interactivehtmlbom 2.3.3 +* **10.3-5.1.6** (same as **latest**) is KiCad 5.1.6 on Debian 10.4 with Kiplot 0.4.0, kicad-automation-scripts 1.4.1, KiBoM 1.6.3, interactivehtmlbom 2.3.3 and PcbDraw 0.5.0 You can run it using a script like this: diff --git a/download.sh b/download.sh index 3a6c2ed..992aa75 100755 --- a/download.sh +++ b/download.sh @@ -6,3 +6,4 @@ curl -s https://api.github.com/repos/INTI-CMNB/kicad-automation-scripts/releases curl -s https://api.github.com/repos/INTI-CMNB/InteractiveHtmlBom/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - curl -s https://api.github.com/repos/INTI-CMNB/kiplot/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - curl -s https://api.github.com/repos/INTI-CMNB/KiBoM/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i - +curl -s https://api.github.com/repos/INTI-CMNB/PcbDraw/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -i -