Don't override clearance when routing
The default `m_overrideClearance = -1` used here was changed to 1. Reseting it to -1 to solve linked issue Fixes https://gitlab.com/kicad/code/kicad/-/issues/14595
This commit is contained in:
parent
8d4db2edf5
commit
e2e901de1d
|
@ -376,7 +376,6 @@ NODE::OPT_OBSTACLE NODE::CheckColliding( const ITEM* aItemA, int aKindMask )
|
|||
|
||||
opts.m_kindMask = aKindMask;
|
||||
opts.m_limitCount = 1;
|
||||
opts.m_overrideClearance = 1;
|
||||
|
||||
if( aItemA->Kind() == ITEM::LINE_T )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue