Skip to content

Commit

Permalink
Merge branch 'release/v0.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Jul 29, 2022
2 parents 2f25101 + 7484869 commit d1eaf59
Show file tree
Hide file tree
Showing 7 changed files with 15,879 additions and 16,523 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run KiBot for DRC
run: |
kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_drc -v -i
kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_erc -v -i
ERC:
runs-on: ubuntu-latest
container:
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run KiBot for ERC
run: |
kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_erc -v -i
kibot -c Kicad/docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_drc -v -i
build:
runs-on: ubuntu-latest
needs: [ERC, DRC]
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

* None

## v0.7.0

* Make board larger.
* Add screwholes.
* Adjust to fit new expansion connector position on Neotron Pico 1.0.

## v0.6.1

* Allow KiBot to set version/date field.
Expand Down
31,810 changes: 15,639 additions & 16,171 deletions Kicad/Neotron-Expansion-Template.kicad_pcb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Kicad/Neotron-Expansion-Template.kicad_prl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"board": {
"active_layer": 0,
"active_layer": 31,
"active_layer_preset": "",
"auto_track_width": false,
"hidden_nets": [],
Expand Down Expand Up @@ -62,7 +62,7 @@
35,
36
],
"visible_layers": "000f0fd_80000001",
"visible_layers": "003ffff_00000001",
"zone_display_mode": 0
},
"meta": {
Expand Down
13 changes: 8 additions & 5 deletions Kicad/Neotron-Expansion-Template.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"other_text_thickness": 0.15,
"other_text_upright": false,
"pads": {
"drill": 0.762,
"height": 1.524,
"width": 1.524
"drill": 2.7,
"height": 5.399999,
"width": 5.399999
},
"silk_line_width": 0.12,
"silk_text_italic": false,
Expand All @@ -44,7 +44,7 @@
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": true,
"45_degree_only": false,
"min_clearance": 0.508
}
},
Expand Down Expand Up @@ -421,5 +421,8 @@
""
]
],
"text_variables": {}
"text_variables": {
"date": "2000-01-01",
"version": "Uncontrolled"
}
}
Loading

0 comments on commit d1eaf59

Please sign in to comment.