mralexgray / diy-layout-creator

Automatically exported from code.google.com/p/diy-layout-creator
0 stars 0 forks source link

Expand connected bugs #136

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've found two bugs in the "Expand connected" implementation.

1. A component that overlaps a trace. The "connection" seems based on overlap 
of component and trace rather than legs of components overlapping (or 
connecting to) traces. Tested with resistors and radial film caps.

2. Vertical resistor and vertical trace. When a vertical resistor connects with 
its lower leg to the upper end of a straight vertical trace "Expand connected" 
will not "see" the connection. Adding a solder pad will fix this, so will 
making either resistor or trace anything but vertical. Using a film cap instead 
of the resistor will also make it work.

Oops: Just found that the resistor/trace bug is there for horizontal traces and 
resistors where the resistor is to the left of the trace.

I've included a test file where the behaviour is obvious, just select a 
component or trace and "Expand selection"->"All connected".

Original issue reported on code.google.com by per.tre...@gmail.com on 10 Apr 2012 at 6:59

Attachments:

GoogleCodeExporter commented 8 years ago
It also selects components when the component layer is locked. I guess that 
this will "work" for other layers too.

Original comment by per.tre...@gmail.com on 25 Apr 2012 at 8:44