aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2017-09-26 10:51:12 +0200
committerFredrik Thulin <fredrik@thulin.net>2017-09-26 10:51:12 +0200
commita3c49f090d31398e5004c502071c061137874a4e (patch)
tree483fa42db5154fe562ceb377d288513631f2165a
parentd2121f1d6f1fcf8eddb3609da6bbee856a6f8d65 (diff)
remove another help()
-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):