- made sure that the optimal tool detected works for isolation

This commit is contained in:
Marius Stanciu
2021-08-15 15:42:34 +03:00
committed by Marius
parent 7a7214752c
commit 3c44fbaedb
5 changed files with 8 additions and 1 deletions

View File

@@ -1057,6 +1057,7 @@ class NonCopperClear(AppTool, Gerber):
min_list = list(min_dict.keys())
min_dist = min(min_list)
min_dist -= 0.0001 # make sure that this works for isolation case
return msg, min_dist