fixed contact area issue

This commit is contained in:
SWalker
2023-10-31 23:24:21 -07:00
parent 20d0df2947
commit a544abebf7
4 changed files with 10 additions and 19 deletions
+1 -2
View File
@@ -259,8 +259,7 @@ class layout():
contact_width = contact1.first_layer_width
layer_space = getattr(layout, layer1 + "_space")
#print(layer_stack)
#print(contact1)
pitch = contact_width + layer_space
return round_to_grid(pitch)