horizon-eda / horizon

Horizon is a free EDA package
https://horizon-eda.org/
GNU General Public License v3.0
1.08k stars 79 forks source link

Feature request: Schematic net label "in-line" rendering #737

Open frmdstryr opened 10 months ago

frmdstryr commented 10 months ago

It would be nice if there was an "in-line" label orientation. When adding a label where rotating it looks awkward I often add 2 labels and cut the line between.

image

image

The request would be to render something like this (just without the vertical lines) if the net line goes through the label.

image

carrotIndustries commented 10 months ago

There are provisions for net labels without the flag decoration: https://github.com/horizon-eda/horizon/blob/0ce0e689dc8d43273faac01f61a4afabf111b700/src/schematic/net_label.hpp#L23-L24

I think the best way forward is implementing proper support for them.