Skip to content

Commit 82f373a

Browse files
authored
minor fix (#4241)
Co-authored-by: ring630 <@gmail.com>
1 parent 3317c12 commit 82f373a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyaedt/edb.py

+1
Original file line numberDiff line numberDiff line change
@@ -2671,6 +2671,7 @@ def write_export3d_option_config_file(self, path_to_output, config_dictionaries=
26712671
26722672
"""
26732673
option_config = {
2674+
"TOTAL_VIA_FILL": 0,
26742675
"UNITE_NETS": 1,
26752676
"ASSIGN_SOLDER_BALLS_AS_SOURCES": 0,
26762677
"Q3D_MERGE_SOURCES": 0,

0 commit comments

Comments
 (0)