@@ -89,11 +89,15 @@ path/to/kicad/bin/python.exe .../generate_interactive_bom.py .../board.kicad_pcb
89
89
90
90
## Supported versions
91
91
92
- KiCad 5.0 is the only supported version. Pcbnew python interface is not very
92
+ KiCad 5.0 is the only fully supported version. Pcbnew python interface is not very
93
93
stable and tends to have backwards incompatible changes. I will try to support
94
94
future versions but generally you can expect my plugin to be tested only on
95
95
the latest stable build.
96
96
97
+ Plugin is reported to work with KiCad 4 when used from command line but it can
98
+ break any time. If you encounter issues file a bug report and I will try to fix
99
+ them if possible but no promises.
100
+
97
101
## Known issues
98
102
99
103
- Description and Part columns are not supported/tested yet.
@@ -104,11 +108,11 @@ the latest stable build.
104
108
105
109
- Custom shape pads and copper zone drawings in footprints are supported but
106
110
you need patched version of KiCad python bindings.
111
+ My patch was integrated in KiCad dev branch, if you install a recent nightly
112
+ build custom pads and copper/silkscreen graphics will be rendered.
107
113
108
- Patch is sent to KiCad devs and hopefully will be integrated soon. In the
109
- meantime you can get prebuilt patched bindings for 5.0
110
- [ here] ( http://github.com/openscopeproject/InteractiveHtmlBom/releases )
111
- (win x64 only).
114
+ You can also get prebuilt patched bindings for windows x64 KiCad 5.0
115
+ [ here] ( http://github.com/openscopeproject/InteractiveHtmlBom/releases ) .
112
116
113
117
Overwrite corresponding files:
114
118
@@ -127,7 +131,7 @@ the latest stable build.
127
131
General software bug reporting rules apply, make sure to describe in most
128
132
clear terms the following:
129
133
130
- 1 . KiCad version used.
134
+ 1 . Platform and KiCad version used.
131
135
2 . What are the steps to reproduce the issue.
132
136
3 . What is the observed behavior.
133
137
4 . What is expected behavior.
@@ -160,9 +164,12 @@ problem area._
160
164
161
165
# # Browser support
162
166
163
- Generated html page is tested in Chrome, Firefox and Edge . IE will not be
167
+ Generated html page is tested in Chrome and Firefox . IE will not be
164
168
supported, patches for other browsers are welcome.
165
169
170
+ Edge is currently broken because of
171
+ https:// developer.microsoft.com/ en- us/ microsoft- edge/ platform/ issues/ 8816771 /
172
+
166
173
# License and credits
167
174
168
175
Plugin code is licensed under MIT license , see `LICENSE ` for more info.
0 commit comments