From 33d5b909f2b8ae84e0fb42ccbdc2f94615a4366d Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <gersh@cba.mit.edu>
Date: Wed, 30 Oct 2024 21:14:51 -0400
Subject: [PATCH] wip

---
 python/pcb.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/pcb.py b/python/pcb.py
index 642dbea..77af2eb 100755
--- a/python/pcb.py
+++ b/python/pcb.py
@@ -19,11 +19,11 @@
 # uncomment for desired output
 ############################################################
 
-output = "top, labels, and exterior"
+#output = "top, labels, and exterior"
 #output = "top, labels, and holes"
 #output = "top, labels, holes, and exterior"
 #output = "top, bottom, labels, and exterior"
-#output = "top, bottom, labels, holes, and exterior"
+output = "top, bottom, labels, holes, and exterior"
 #output = "top traces"
 #output = "top traces and exterior"
 #output = "bottom traces"
-- 
GitLab