qu1ck

Results 246 comments of qu1ck

This will be a bit tricky when viewport sizes are different but I think it's doable.

You can customize colors with `user.css`, see [Customization](https://github.com/openscopeproject/InteractiveHtmlBom/wiki/Customization) Board rendering colors are defined at the top of ibom.css, you can copy this structure to your user.css and change color as...

I have a patch for this particular issue already but wanted to wait few weeks because the API is expected to be in turmoil while some major refactors take place.

No. There are regressions in KiCad API that break ibom, i'm trying to fix them (https://gitlab.com/kicad/code/kicad/-/merge_requests/1103)

Just pushed 50c790cc6494d62d6127e38725312a0f9202ce94, it brings compatibility up to current nightly. If you are running into issues please update kicad first before reporting them, otherwise keep posting problems in this bug.

@SilvanRehm that wiki also has a note abot 6.99 > ...first make sure that you have latest kicad nightly and latest version of the plugin from git, not a published...

> I've downloaded v2.4.1 and master Don't get both, remove 2.4.1, use only master.

@DOGKiCad please read the installation wiki. You can not install this plugin on kicad nightly from PCM, remove it from PCM and follow manual installation instructions from [wiki](https://github.com/openscopeproject/InteractiveHtmlBom/wiki/Installation).

Thanks for the report, this is caused by update to wxwidgets 3.1.6 which has API breaking change that wxpython has not caught up to yet. I'll see if I can...

Should be fixed in fdf59d8