diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2017-09-26 10:51:12 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2017-09-26 10:51:12 +0200 |
commit | a3c49f090d31398e5004c502071c061137874a4e (patch) | |
tree | 483fa42db5154fe562ceb377d288513631f2165a | |
parent | d2121f1d6f1fcf8eddb3609da6bbee856a6f8d65 (diff) |
remove another help()
-rwxr-xr-x | fix-pcb.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |