fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
3.98k stars 826 forks source link

Off Board Connection Support #581

Open davidperrenoud opened 10 years ago

davidperrenoud commented 10 years ago

From brendan....@gmail.com on February 17, 2009 10:19:17

In the course of talking about modules and various connector parts we have recognized a need for a notion that we will call "off-board connections". This will accommodate cases where you have parts in your sketch that don't actually need to be on the PCB.

Implementation issues:

Original issue: http://code.google.com/p/fritzing/issues/detail?id=581

davidperrenoud commented 10 years ago

From irasc...@gmail.com on April 02, 2009 07:20:35

Will need to check offboard connections and throw an error. Start from each offboard connection (i.e. from each connector labeled "off board")--traverse each wire until you hit a part. Then continue traversing from each part's set of connectors. If the traversal eventually takes you back to a part which is connected to the onboard side of the part containing the offboard connector, then we have an "offboard short".

davidperrenoud commented 10 years ago

From andre.knoerig@gmail.com on April 09, 2009 04:25:17

Cc: johannes.landstorfer
Labels: Component-GUI

davidperrenoud commented 10 years ago

From irasc...@gmail.com on July 02, 2011 01:22:14

Issue 500 has been merged into this issue.

Cc: brendan....@gmail.com

davidperrenoud commented 10 years ago

From irasc...@gmail.com on July 02, 2011 01:22:40

Cc: -brendan....@gmail.com andre.knoerig@gmail.com

failiz commented 3 years ago

I like the idea to have off board parts. However, I think it would be easier to implement as off-board parts rather than off-board connections. In any case, if this enhancement is accepted, remove the imported label.

failiz commented 3 years ago

Ping