Skip to content

Commit

Permalink
kikit tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbez1 committed Mar 9, 2024
1 parent fb3605d commit e5f79e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electronics/scripts/dependencies_v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sudo add-apt-repository --yes ppa:kicad/kicad-6.0-releases
sudo apt-get update -qq
sudo DEBIAN_FRONTEND=noninteractive apt install -y kicad kicad-packages3d inkscape poppler-utils xdotool recordmydesktop python3-dev python3-pip xvfb

sudo python3 -m pip install psutil kikit==1.0.5 xvfbwrapper
sudo python3 -m pip install psutil kikit==1.4.0 xvfbwrapper

mkdir -p ~/.config/kicad
cp /usr/share/kicad/template/fp-lib-table ~/.config/kicad/
Expand Down
3 changes: 2 additions & 1 deletion electronics/sensor_smd/kikit_panelize.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"type": "grid",
"rows": 3,
"cols": 2,
"space": "2mm"
"space": "2mm",
"bakeText": false
},
"tabs": {
"type": "fixed",
Expand Down

0 comments on commit e5f79e9

Please sign in to comment.