From fe4e9d4d996c23a509a0ceb24d379de8099400ce Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <gersh@cba.mit.edu>
Date: Fri, 3 Jan 2020 13:23:29 -0500
Subject: [PATCH] wip

---
 python/pcb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/pcb.py b/python/pcb.py
index bd3a316..a7b5740 100755
--- a/python/pcb.py
+++ b/python/pcb.py
@@ -31,7 +31,7 @@ output = "top, labels, holes, and exterior"
 #output = "bottom traces reversed and exterior"
 #output = "holes"
 #output = "interior"
-output = "holes and interior"
+#output = "holes and interior"
 #output = "exterior"
 #output = "solder mask"
 
-- 
GitLab