fritzing-app icon indicating copy to clipboard operation
fritzing-app copied to clipboard

Straightening lines in schematic malfunctions.

Open vanepp opened this issue 3 years ago • 2 comments

Current Behaviour

Starting from (remove the trailing.zip to get the .fzz file)

EC-PH System Wire-PCB Diograme V5.fzz.zip

schematic looks like this:

capture

then move the 2 pull down resistors in order to correct the routing.

capture1

now double click on the join point of the wire (the green arrow) to straighten it out.

capture2

capture3

then again to straighten the wire more

capture4

here we see the the error, the resistor connection has become unconnected

capture5

The resistor has become disconnected from the net and now has a rats nest line instead of a connection.

capture6

now establish a connection from the rats nest line

capture7

routing appears correct, all three look to be connected.

capture8

This one is a minor error, but I somehow (which I haven't yet managed to reproduce!) got all three of the pull down resistors connected correctly but not showing a connection in schematic like this:

capture9

where the resistor is in fact connected correctly in the routing database.

capture10

I am working on trying to find the exact steps to reproduce this failure but so far haven't succeeded. I think that both issues may relate to the routing database corruption we sometimes see and thus are probably worth fixing (although this one seems fairly harmless, just reconnect the rats nest lines an all appears well!)

Build:

Version 0.9.10 (bCD-1801-0-29c2cede 2022-05-14) 64 [Qt 5.15.2]

Operating System:

Windows 10

Steps to reproduce:

see current behavior

Expected Behaviour

That the lines straighten and the resistor remains connected to the net as it should.

vanepp avatar Jun 24 '22 18:06 vanepp