finalized pcb design, need to remeasure PCB outline.
This commit is contained in:
@@ -31,4 +31,13 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
||||
RUN useradd -m -u 1000 -s /bin/bash vscode
|
||||
|
||||
USER vscode
|
||||
|
||||
# KiCad global library tables (copied from the installed templates) so kicad-cli
|
||||
# can run the library-parity DRC/ERC checks. Without these, every standard
|
||||
# footprint/symbol reports "library not configured". KiCad's built-in defaults
|
||||
# resolve the ${KICAD10_*_DIR} paths inside the templates, so no env vars needed.
|
||||
RUN mkdir -p /home/vscode/.config/kicad/10.0 \
|
||||
&& cp /usr/share/kicad/template/fp-lib-table /home/vscode/.config/kicad/10.0/fp-lib-table \
|
||||
&& cp /usr/share/kicad/template/sym-lib-table /home/vscode/.config/kicad/10.0/sym-lib-table
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
Reference in New Issue
Block a user