• v2.3

    nerdyscout04/25/2021 at 17:28 0 comments

    • update kicad_auto which includes kibot v0.11.0
    • update kicad-diff to latest version
    • running multiple *.kibot.yaml files is possible by executing
      • a bundle eg kicad-exports -c config/bundle/documentation.default.kibot.lst. The file ending .kibot.lst is a used for textfiles listing all kibot.yaml files.
      • or with wildcards kicad-exports -c config/*.kibot.yaml
    • refactored all config files
      • you con now generate zip file of generated output
    • refactored tests

  • v2.1 is out

    nerdyscout11/09/2020 at 19:58 0 comments

    v2.1 has been release a few days ago but i somehow forgot to promote it:

    Changelog:

    • update kiplot to kibot v0.7.0
      • *.kiplot.yaml files now have to be called *.kibot.yaml!
      • path of pcbdraw changed, please use:
        • style: '/usr/share/pcbdraw/styles/jlcpcb-green-hasl.json'
        • libs: ['/usr/share/pcbdraw/footprints/KiCAD-base']
    • using docker image setsoft/kicad_auto:10.4-5.1.6 instead of including all packages by myself
    • enable verbose output in CI runs
    • add codefactor.io
    • fix file permissions

    I am currently already working on v2.2. As kibot 0.8.0 is currently in the pipeline this is something I am waiting for and it will enable some nice things. Additionally I am working on more predefined config files which will generate outputs fitting special needs, eg a BoM in a format compatible to JLCPCB or plotting PCB renders in oshparks famous purple/afterdark colors. so stay tuned!

  • v2.0 is out!

    nerdyscout08/09/2020 at 08:12 0 comments

    This new release does include some major changes. Now you can write own config files to specify the kind of output you want to be generated.

  • next version upcomming

    nerdyscout06/25/2020 at 14:22 0 comments

    I am currently working on a few improvements

    what else would you like to see?