Hildo Guillardi Júnior
Hildo Guillardi Júnior
@qu1ck, this is just a help need. In the past you explained me how to correct included an embedded SVG icon on top of the generated HTML file for iBOM....
Fix #308
@quick, this may need some check: 1. if I merged something wrong by using the KiCad plugin repository code as base for my fix; 2. if the `pcbdata["metadata"]["outputfolder"]` data that...
This is a feature request / improvement. Add "%o" option to save the BOM into output directory used for Gerbers and other files. Using version 2.4.1 on Kicad 6.99
https://github.com/openscopeproject/InteractiveHtmlBom/issues/282 fix works just fine. I just found a minor issue, the not continuous lines (dashed, dotted, ...) are always plotted as continuous line into the generated page.
R1, R2, R3, R4, … could become R1-R4 on order_refs(foo) of the KiCost file have the function to do that. https://github.com/hildogjr/KiCost/blob/master/kicost/eda_tools/eda_tools.py I did implement on my pull request because I...
Improve the GUI: - [ ] Synchronize the Py GUI code to the `kicost_gui_wxFormBuilder.fbp` GUI project file; - [ ] Add a listbox to use as BOM files to open...
As @mdeweerd was said, could be interesting define some directive for medium-longe time development. I am calling for a discussion the author @devbisme / @xesscorp and others that could want...
Remove the necessity of specify EDA (kicad, CSV, ...), also remove this option list from the GUI (or make a list of the opened files, instead the actual combox, to...
KiCost could allow use a generated BOM just to group and use the `manf#` without show at the spreadsheet. This emerge from a @timoalho discussion. It needs #359 and #266...
[`/distributors/dist_local_template.py`](https://github.com/xesscorp/KiCost/blob/master/kicost/distributors/dist_local_template.py) and manly [`/distributors/api_partinfo_kitspace.py`](https://github.com/xesscorp/KiCost/blob/master/kicost/distributors/api_partinfo_kitspace.py) and [`/distributors/api_octopart.py`](https://github.com/xesscorp/KiCost/blob/master/kicost/distributors/api_octopart.py) have some common code and directives. Those should be commonly write at [`/distributors/distributors.py`](https://github.com/xesscorp/KiCost/blob/master/kicost/distributors/distributor.py). These will allow to add more distributors and APIs to KiCost.