Do not protect with TrackMarkers M2 RoutingPads.
This commit is contained in:
parent
4884929370
commit
db444314c8
|
@ -210,7 +210,7 @@ namespace {
|
||||||
//if (isVH) TrackMarker::create( rp, depth+2 );
|
//if (isVH) TrackMarker::create( rp, depth+2 );
|
||||||
}
|
}
|
||||||
if (rlDepth == 1) {
|
if (rlDepth == 1) {
|
||||||
if (depth+1 < rg->getDepth())
|
if ((depth == 0) and (depth+1 < rg->getDepth()))
|
||||||
TrackMarker::create( rp, depth+1 );
|
TrackMarker::create( rp, depth+1 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue