From cffc918b770fecb766cff8c674f8e0624835b92a Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Sun, 10 Apr 2022 13:18:39 -0400 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 1aa719d..04db387 100755 --- a/python/pcb.py +++ b/python/pcb.py @@ -29,7 +29,7 @@ output = "top, labels, and exterior" #output = "bottom traces reversed" #output = "bottom traces reversed and exterior" #output = "holes" -output = "interior" +#output = "interior" #output = "holes and interior" #output = "exterior" #output = "solder mask" -- GitLab