-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
22 changed files
with
38,273 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,37 @@ | ||
FROM linuxserver/kicad:8.0.1 | ||
FROM ubuntu:22.04 | ||
ENV DEBIAN_FRONTEND=noninteractive | ||
RUN apt-get update && apt-get install -y \ | ||
software-properties-common \ | ||
wget \ | ||
curl \ | ||
&& add-apt-repository --yes ppa:kicad/kicad-8.0-releases \ | ||
&& apt-get update && apt-get install -y \ | ||
python3-pip \ | ||
kicad \ | ||
xvfb \ | ||
x11-apps \ | ||
unzip \ | ||
git \ | ||
&& apt-get clean | ||
|
||
ENV KICAD8_3DMODEL_DIR="/usr/share/kicad/3dmodels/" | ||
ENV KICAD8_FOOTPRINT_DIR="/usr/share/kicad/footprints/" | ||
ENV KICAD8_SYMBOL_DIR="/usr/share/kicad/symbols/" | ||
RUN pip3 install kibot --no-compile | ||
|
||
RUN mkdir kicad_libraries | ||
WORKDIR /kicad_libraries | ||
ADD https://github.com/ncarandini/KiCad-RP-Pico/archive/refs/heads/main.zip KiCad-RP-Pico.zip | ||
RUN unzip KiCad-RP-Pico.zip | ||
ADD entrypoint.sh / | ||
RUN chmod +x /entrypoint.sh | ||
|
||
RUN cp -r "/kicad_libraries/KiCad-RP-Pico-main/RP-Pico Libraries/Pico.wrl" ${KICAD8_3DMODEL_DIR} | ||
RUN cp -r "/kicad_libraries/KiCad-RP-Pico-main/RP-Pico Libraries/MCU_RaspberryPi_and_Boards.pretty" ${KICAD8_FOOTPRINT_DIR} | ||
RUN cp -r "/kicad_libraries/KiCad-RP-Pico-main/RP-Pico Libraries/MCU_RaspberryPi_and_Boards.kicad_sym" ${KICAD8_SYMBOL_DIR} | ||
WORKDIR /usr/share/kicad/footprints | ||
RUN git clone https://github.com/XenGi/teensy.pretty.git | ||
|
||
WORKDIR / | ||
WORKDIR /usr/share/kicad/symbols | ||
RUN git clone https://github.com/XenGi/teensy_library.git | ||
RUN kicad-cli sym upgrade teensy_library/teensy.lib -o teensy.kicad_sym | ||
|
||
COPY autostart /defaults/autostart | ||
# RUN mkdir -p ~/.config/kicad/8.0 | ||
COPY fp-lib-table /root/.config/kicad/8.0 | ||
COPY sym-lib-table /root/.config/kicad/8.0 | ||
|
||
WORKDIR /workspace | ||
|
||
COPY kibot.yaml /workspace/kibot.yaml | ||
|
||
ENTRYPOINT ["/entrypoint.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
exec "$@" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
kibot: | ||
version: 1 | ||
|
||
preflight: | ||
erc: true | ||
|
||
outputs: | ||
- name: print schematic | ||
type: svg_sch_print | ||
dir: /workspace/schematics |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
design-backups |
Binary file added
BIN
+14.8 KB
...er_sensor_board/computer_sensor_board-backups/computer_sensor_board-2024-10-14_142016.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
circuits/computer_sensor_board/computer_sensor_board/computer_sensor_board.kicad_pcb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
(kicad_pcb (version 20240108) (generator "pcbnew") (generator_version "8.0") | ||
) |
83 changes: 83 additions & 0 deletions
83
circuits/computer_sensor_board/computer_sensor_board/computer_sensor_board.kicad_prl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
{ | ||
"board": { | ||
"active_layer": 0, | ||
"active_layer_preset": "", | ||
"auto_track_width": true, | ||
"hidden_netclasses": [], | ||
"hidden_nets": [], | ||
"high_contrast_mode": 0, | ||
"net_color_mode": 1, | ||
"opacity": { | ||
"images": 0.6, | ||
"pads": 1.0, | ||
"tracks": 1.0, | ||
"vias": 1.0, | ||
"zones": 0.6 | ||
}, | ||
"selection_filter": { | ||
"dimensions": true, | ||
"footprints": true, | ||
"graphics": true, | ||
"keepouts": true, | ||
"lockedItems": false, | ||
"otherItems": true, | ||
"pads": true, | ||
"text": true, | ||
"tracks": true, | ||
"vias": true, | ||
"zones": true | ||
}, | ||
"visible_items": [ | ||
0, | ||
1, | ||
2, | ||
3, | ||
4, | ||
5, | ||
8, | ||
9, | ||
10, | ||
11, | ||
12, | ||
13, | ||
15, | ||
16, | ||
17, | ||
18, | ||
19, | ||
20, | ||
21, | ||
22, | ||
23, | ||
24, | ||
25, | ||
26, | ||
27, | ||
28, | ||
29, | ||
30, | ||
32, | ||
33, | ||
34, | ||
35, | ||
36, | ||
39, | ||
40 | ||
], | ||
"visible_layers": "fffffff_ffffffff", | ||
"zone_display_mode": 0 | ||
}, | ||
"git": { | ||
"repo_password": "", | ||
"repo_type": "", | ||
"repo_username": "", | ||
"ssh_key": "" | ||
}, | ||
"meta": { | ||
"filename": "computer_sensor_board.kicad_prl", | ||
"version": 3 | ||
}, | ||
"project": { | ||
"files": [] | ||
} | ||
} |
Oops, something went wrong.