Add non-empty label to avoid over-sized loops (#381)

Work-around to improve the #286 use case.
This commit is contained in:
KV 2024-06-09 23:41:06 +02:00 committed by Daniel Rojas
parent 2f4fe11aa6
commit 66ca5e6217

View File

@ -284,6 +284,7 @@ class Harness:
dot.edge(
f"{connector.name}:p{loop[0]}{loop_side}:{loop_dir}",
f"{connector.name}:p{loop[1]}{loop_side}:{loop_dir}",
label = " ", # Work-around to avoid over-sized loops.
)
# determine if there are double- or triple-colored wires in the harness;