OpenMower
OpenMower copied to clipboard
KiCAD 8
Need to wait for a KiBOT release before merging this.
Also @rfvermut please double check. There wasn't much to change, I did the following changes to solve DRC issues:
- For the GND fills on front and back, I went from 1mm thermal spokes to 0.4, since higher values gave errors with solder jumpers
- I synchronized schematic with board, since there was a schematic parity warning (SW1 had different flags in schematic and board).
kicad 8 ALREADY? I've just finished migrating to v7!
@ClemensElflein that's something local to my machine. Change v2_k7 to v2_k8 and try
@ClemensElflein please apply this and it should work:
Index: Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml b/Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml
--- a/Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml (revision b4010d3258f7d66564e14d05b47519f97fbcf5f8)
+++ b/Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml (date 1714227879422)
@@ -2,8 +2,8 @@
version: 1
preflight:
- run_drc: true
- run_erc: true
+ drc: true
+ erc: true
filters:
- filter: SIP32509DT has 2 VOUTs
Index: .github/workflows/ci.yaml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
--- a/.github/workflows/ci.yaml (revision b4010d3258f7d66564e14d05b47519f97fbcf5f8)
+++ b/.github/workflows/ci.yaml (date 1714228192974)
@@ -10,7 +10,7 @@
- uses: actions/checkout@v3
with:
fetch-depth: 0
- - uses: INTI-CMNB/KiBot@v2_k7
+ - uses: INTI-CMNB/KiBot@v2_k8
with:
config: Hardware/OpenMowerMainboard/OpenMowerMainboard.kibot.yaml
board: Hardware/OpenMowerMainboard/OpenMowerMainboard.kicad_pcb
checks are green. let's merge?