diff --git a/pcbnew/router/pns_router.cpp b/pcbnew/router/pns_router.cpp index bf8887f868..08ea234cf6 100644 --- a/pcbnew/router/pns_router.cpp +++ b/pcbnew/router/pns_router.cpp @@ -175,7 +175,8 @@ PNS_ITEM* PNS_ROUTER::syncPad( D_PAD* aPad ) if( lmsk[i] ) { is_copper = true; - layers = PNS_LAYERSET( i ); + if( aPad->GetAttribute() != PAD_HOLE_NOT_PLATED ) + layers = PNS_LAYERSET( i ); break; } }