I am preparing a re-routing of a card made under Kicad 5 with version 6.0. This one has constraints of lengths of tracks which I had held using an excel table. Under kicad 6, I hope to be able to use the constraint editor.
I did a test project, I get the following results:
Your right, i have setup a rule for a minimum length of 15mm
I donât understand the discrepancy between the DRC length and the routed length (bottom line) for the same net.
The routed length seem to account for via heigth and not the DRC length.
For info my custom rule is :
(version 1)
(rule TEST
(constraint length (min 15mm) (max 17mm))
(condition âA.NetName == â/J2_*ââ))