diff options
-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): |