File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,29 +101,6 @@ Configuration | Description
101101Default | Clearance: 0.20mm, Track width: 0.20mm
102102VCC | Clearance: 0.25mm, Track width: 0.25mm
103103
104- #### Fix error when running ` npm run build `
105-
106- The ` pcbnew ` Python library, which is packaged with Kicad,
107- may fail if it cannot find libTKBO, eg.:
108-
109- ``` bash
110- $ python3
111- Python 3.12.3 (main, Apr 10 2024, 05:33:47) [GCC 13.2.0] on linux
112- Type " help" , " copyright" , " credits" or " license" for more information.
113- >>> import pcbnew
114- Traceback (most recent call last):
115- File " <stdin>" , line 1, in < module>
116- File " /usr/lib/python3/dist-packages/pcbnew.py" , line 12, in < module>
117- import _pcbnew
118- ImportError: libTKBO.so.7: cannot open shared object file: No such file or directory
119- ```
120-
121- Workaround this issue by installing the missing library:
122-
123- ``` bash
124- sudo apt install libocct-modeling-algorithms-7.6t64
125- ```
126-
127104### Step 5. [ OnShape] ( https://cad.onshape.com )
128105
129106![ OnShape preview] ( ./v3/onshape/onshape.png )
You can’t perform that action at this time.
0 commit comments