PNS: prevent placing multiple vias in the same spot.
This commit is contained in:
parent
e7626a8592
commit
8e98008f67
|
@ -769,6 +769,8 @@ void PNS_LINE_PLACER::initPlacement( bool aSplitSeg )
|
|||
m_tail.SetLayer( m_currentLayer );
|
||||
m_head.SetWidth( m_sizes.TrackWidth() );
|
||||
m_tail.SetWidth( m_sizes.TrackWidth() );
|
||||
m_head.RemoveVia();
|
||||
m_tail.RemoveVia();
|
||||
|
||||
m_p_start = m_currentStart;
|
||||
m_direction = m_initial_direction;
|
||||
|
|
Loading…
Reference in New Issue