Make sure router honours unconstrained tuning setting.
This commit is contained in:
parent
ea67430c49
commit
e000acb768
|
@ -655,6 +655,7 @@ PCB_TUNING_PATTERN* PCB_TUNING_PATTERN::CreateNew( GENERATOR_TOOL* aTool,
|
|||
}
|
||||
else
|
||||
{
|
||||
pattern->m_settings.SetTargetLength( std::numeric_limits<int>::max() );
|
||||
pattern->m_unconstrained = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue