From d90d21865ff05df815555fc5ec73a7491ea06187 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Thu, 2 Jan 2025 09:18:12 -0500 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 d904791..728187a 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