You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very helpful to be able to arrange a wiring diagram for a crossover cable (e.g., 1->8, 2->7, 3->6, etc.) by flipping the order of the labels on one connector.
I propose that this feature could be added by having a pins_descending: bool setting added to the connector (and wire) definition block.
Having this feature work automatically could be cool, but would probably be best to start with it being set explicitly.
The text was updated successfully, but these errors were encountered:
It would be very helpful to be able to arrange a wiring diagram for a crossover cable (e.g.,
1->8, 2->7, 3->6
, etc.) by flipping the order of the labels on one connector.I propose that this feature could be added by having a
pins_descending: bool
setting added to the connector (and wire) definition block.Having this feature work automatically could be cool, but would probably be best to start with it being set explicitly.
The text was updated successfully, but these errors were encountered: