google / pcbdl

PCB Design Language: A programming way to design schematics.
Other
155 stars 23 forks source link

Net names + airwires #11

Open amstan opened 5 years ago

amstan commented 5 years ago

Nets should be able to get labeled with the net name.

If a net doesn't go anywhere but one pin, it should make a little stub, long enough to fit its name.

Duplicate of https://github.com/nturley/netlistsvg/issues/36

Right now we can simulate this by uncommenting https://github.com/google/pcbdl/blob/0c02c3d4b1e40a7f1138cd6e671640c324dee1af/pcbdl/netlistsvg.py#L203-L204

amstan commented 4 years ago

Done some work on this in my netlistsvg fork. It's essentially almost done.

Screenshot_20200311_193001

amstan commented 4 years ago

3 more problems left:

amstan commented 4 years ago

Let's call this working enough for Jim.

amstan commented 4 years ago

Jim noticed no airwires on resistors and thin chips already.