From 310b69a14c900241106e5bcc9db878439182342d Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 13 May 2021 21:12:01 +0300 Subject: [PATCH] add vr-discrete to copy_all_modules_from_Kicad.sh --- copy_all_modules_from_Kicad.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/copy_all_modules_from_Kicad.sh b/copy_all_modules_from_Kicad.sh index a2497aa..755d5cb 100644 --- a/copy_all_modules_from_Kicad.sh +++ b/copy_all_modules_from_Kicad.sh @@ -3,5 +3,6 @@ cd hellen-one python2.7 ./bin/copy_from_Kicad.py "modules" "kicad/modules" "gerber" "wbo" "0.1" +python2.7 ./bin/copy_from_Kicad.py "modules" "kicad/modules" "gerber" "vr-discrete" "0.1" echo "Done!"