|
|
|
@ -452,7 +452,9 @@ bool DIALOG_COPPER_ZONE::AcceptOptions( bool aPromptForErrors, bool aUseExportab |
|
|
|
(double) m_settings.m_ThermalReliefCopperBridge / IU_PER_MILS ); |
|
|
|
} |
|
|
|
|
|
|
|
if( m_settings.m_ThermalReliefCopperBridge <= m_settings.m_ZoneMinThickness ) |
|
|
|
if( ( m_settings.GetPadConnection() == PAD_ZONE_CONN_THT_THERMAL |
|
|
|
|| m_settings.GetPadConnection() == PAD_ZONE_CONN_THERMAL ) |
|
|
|
&& m_settings.m_ThermalReliefCopperBridge <= m_settings.m_ZoneMinThickness ) |
|
|
|
{ |
|
|
|
DisplayError( this, |
|
|
|
_( "Thermal relief spoke must be greater than the minimum width." ) ); |
|
|
|
|