diff --git a/pcbnew/generators/pcb_tuning_pattern.cpp b/pcbnew/generators/pcb_tuning_pattern.cpp index 81f2143ab8..54ed11bb0a 100644 --- a/pcbnew/generators/pcb_tuning_pattern.cpp +++ b/pcbnew/generators/pcb_tuning_pattern.cpp @@ -1539,7 +1539,7 @@ bool PCB_TUNING_PATTERN::UpdateFromEditPoints( std::shared_ptr aEdi if( m_tuningMode == DIFF_PAIR ) value -= m_trackWidth + m_diffPairGap; - SetMaxAmplitude( KiROUND( value / pcbIUScale.mmToIU( 0.1 ) ) * pcbIUScale.mmToIU( 0.1 ) ); + SetMaxAmplitude( KiROUND( value / pcbIUScale.mmToIU( 0.01 ) ) * pcbIUScale.mmToIU( 0.01 ) ); int side = base.Side( wHandle );