-
I have tried to install the kibot_0.9.0-1_all.deb on a couple of Linux Mint 20.1 (Ulyssa) workstations. One was a freshly set up system with minimal addtional packages installed. KiCAD 5.1.5 was ins…
ukoda updated
3 years ago
-
I have the Interactive HTML Bom plug in installed and it working correctly from inside the KiCAD application. However KiBot throws this error:
ERROR:No `generate_interactive_bom.py` command found.…
ukoda updated
3 years ago
-
Thanks for all the hard work on this project, it's wonderful to be able to integrate it as part of a github action to help check PRs and automatically keep generated artifacts up to date on a commit.
…
-
I have a very simple project setup to test KiBot, that you can [**download here**](https://drive.google.com/file/d/1DVVnEOqnYkdHrH50zgferpK-Q44zdyH8/view?usp=sharing).
The KiBot configuration was mos…
-
Hi Stephen.
Can you include in this repository all KiCad documents in PDF.
It's better for view more fast. (And if don't working with KiCad) ;-)
Thank a lot.
-
Hello,
with ubuntu 20.04
I installed kibot and pcbdraw like this:
```
python -m pip install kibot
python -m pip install pcbdraw
```
Now, launching kibot with pcbdraw output leads to this …
-
I have KiBot 0.9 up and running on Ubuntu 18.04, here is what I get after generating the example KiBot config:
``` bash
$ kibot -x
Creating //./example.kibot.yaml example configuration
$ kibot -…
-
Once I try to install Kibot on Ubuntu 20.04 LTS which is set on WSL2 windows environment I get the following error msg:
```
Setting up kibot (0.8.1-1) ...
Traceback (most recent call last):
Fi…
-
I'm so used to using virtual environment that I created one to install kibot and got this error:
``` bash
$ kibot
ERROR:Failed to import pcbnew Python module. Is KiCad installed? Do you need to add…
-
Hi, thanks for an awesome tool.
I'm seeing a timeout running DRC on a 4 layer board (https://github.com/TomKeddie/prj-artix7-pcie/tree/master/hardware/v2).
```
File "/usr/local/lib/python3.8/di…