Do not protect with TrackMarkers M2 RoutingPads.

This commit is contained in:
Jean-Paul Chaput 2023-11-22 16:48:20 +01:00
parent 4884929370
commit db444314c8
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ namespace {
//if (isVH) TrackMarker::create( rp, depth+2 );
}
if (rlDepth == 1) {
if (depth+1 < rg->getDepth())
if ((depth == 0) and (depth+1 < rg->getDepth()))
TrackMarker::create( rp, depth+1 );
}
}