From 8e38835c877b90ff55a8612ba3034c89f1d5ca20 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Mon, 30 Aug 2021 13:59:05 -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 bc62add..9e7608e 100755 --- a/python/pcb.py +++ b/python/pcb.py @@ -20,9 +20,9 @@ ############################################################ #output = "top, labels, and exterior" -output = "top, labels, holes, and exterior" +#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 reversed" -- GitLab