fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
4.04k stars 836 forks source link

swapping from half to half+ breadboard messes up connections #2123

Open davidperrenoud opened 10 years ago

davidperrenoud commented 10 years ago

From irasc...@gmail.com on July 20, 2012 01:03:38

This also applies to full and full+.

The pin naming conventions are completely different in the two parts, so the software makes bad guesses about how to reconnect after swapping. Possible solutions are:

  1. rename the pins for one board or the other, but this would break existing sketches. Could also consider making a replacement board and obsoleting the current one (but the same problem would arise when swapping from the obsolete version)
  2. write some special-case code to do the reconnection (yuck)
  3. have the reconnection code bail out--this would at least preserve the layout (this could also be special-case, but isn't so yucky as item 2).

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

failiz commented 3 years ago

Still an issue in 0.9.4. Remove imported label. I would go for option one: make a replacement board and obsoleting the current one.

failiz commented 3 years ago

Ping