Re: [kicad] ERC behaviour in shared SCH_SCREENs

2023-02-04 Thread Seth Hillbrand
If the duplicated sheet contains an ERC error, I think that it should be displayed. So if you have 4 copies of a sheet with a single ERC error, you should have 4 ERC errors. Maybe you are asking a different question though. If you are looking to change the data stored per ERC, that's something w

Re: [kicad] ERC behaviour in shared SCH_SCREENs

2023-02-04 Thread James Jackson
That’s pretty much the question I was asking…Taking that approach, and aiming for consistency that way round too, there are currently cases where that won’t happen either, as for some ERC classes, exceptions are computed by iterating through SCH_SCREENs, and some through SCH_SHEETSs.I’m working thr