-
So I created this simple Dockerfile:
```
FROM ghcr.io/inti-cmnb/kicad7_auto:1.6.3-2_k7.0.9_d12.1
WORKDIR /
```
Then executed `docker build . -t test_builder` and finally `docker run --rm -v ${P…
-
The following computation is wrong:
https://github.com/bennymeg/JLC-Plugin-for-KiCad/blob/8db1a4d446336aa4d34d0a66cc8adbae25e3a9d9/plugins/process.py#L207
It only works when the adjust is 0. I s…
-
Currently, when I have defined multiple layers to make things easier to handle between different projects, not all layers may be existing in the pcb file.
Currently, we fail with
```
File "/u…
-
**Is your feature request related to a problem? Please describe.**
Well, when exporting gerbers, schematics etc with KiBot it would be nice to also get a stand-alone KiCanvas schematic (https://kican…
-
Hi and thanks for a great tool!
I was playing around with creating a CI job using KiKit, but I found one thing I was missing: to run ERC on the schematic.
The DRC exists and works great, I'd like …
-
When running the latest kibot 7 full DEV container, the render_x component is now mandatory, as kibot crashes otherwise. Instead, if kibot encounters the Nonetype, it should just use the '0' value for…
-
While trying to debug by reproducing `ERROR:kicad-diff.py:Nothing to compare!` here https://gitlab.com/olliver/lapod/-/jobs/5926844760, I noticed that things may not work as expected when trying to co…
-
Running a (git) diff on files, where only one is available, the other file is usually/always treated as a '/dev/null' file. KiDiff should do the same, to avoid it crashing with the following error:
…
-
**What do you want to achieve?**
I want to set (replace) the values of two fields in the BOM called revision and date. See screen:
![image](https://github.com/INTI-CMNB/KiBot/assets/1451776/afef45e7…
-
Fill as much as you can, remove the rest
**Describe the bug**
First of all: Thank you very much for KiBot. Its such a great tool and a huge time saver! I am using the same configuration on several…