aboutsummaryrefslogtreecommitdiff
path: root/fix-pcb.py
diff options
context:
space:
mode:
Diffstat (limited to 'fix-pcb.py')
-rwxr-xr-xfix-pcb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fix-pcb.py b/fix-pcb.py
index 1b13205..fb75dc9 100755
--- a/fix-pcb.py
+++ b/fix-pcb.py
@@ -83,7 +83,7 @@ def layer_zone_fixes(board, layer, clearance=0.15, min_width=0.05, thermal=0.5,
# print('Not changing drill {} to {}'.format(this.GetDrill(), to_))
def change_netclass_drill_size(board, from_, to_):
- help(board.GetDesignSettings())
+ #help(board.GetDesignSettings())
names = board.GetAllNetClasses()
for name, net in names.iterator():
if net.GetViaDrill() == int(from_ * 1000000):