We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52bbff9 commit 8b07154Copy full SHA for 8b07154
1 file changed
build.sh
@@ -5,8 +5,8 @@ container_cmd=docker
5
container_args="-w /board -v $(pwd):/board --rm"
6
7
# Define the boards to autoroute and export, and the plates
8
-boards="not_about_money"
9
-plates=""
+boards="mr_useful"
+plates="back_plate front_plate spacer_plate_bottom spacer_plate_top"
10
11
# Define the KiCad Auto Docker image to use
12
kicad_auto_image="ghcr.io/inti-cmnb/kicad8_auto:latest"
0 commit comments