Skip to content

Commit 8b07154

Browse files
committed
Fix build.sh script
1 parent 52bbff9 commit 8b07154

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ container_cmd=docker
55
container_args="-w /board -v $(pwd):/board --rm"
66

77
# Define the boards to autoroute and export, and the plates
8-
boards="not_about_money"
9-
plates=""
8+
boards="mr_useful"
9+
plates="back_plate front_plate spacer_plate_bottom spacer_plate_top"
1010

1111
# Define the KiCad Auto Docker image to use
1212
kicad_auto_image="ghcr.io/inti-cmnb/kicad8_auto:latest"

0 commit comments

Comments
 (0)