Make sure router honours unconstrained tuning setting.

This commit is contained in:
Jeff Young 2023-12-11 22:02:20 +00:00
parent ea67430c49
commit e000acb768
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}