diff --git a/pcbnew/specctra_import_export/specctra_export.cpp b/pcbnew/specctra_import_export/specctra_export.cpp index 8fd34af5b5..3571cce29a 100644 --- a/pcbnew/specctra_import_export/specctra_export.cpp +++ b/pcbnew/specctra_import_export/specctra_export.cpp @@ -621,11 +621,11 @@ IMAGE* SPECCTRA_DB::makeIMAGE( BOARD* aBoard, FOOTPRINT* aFootprint ) double diameter = scale( pad->GetDrillSize().x ); POINT vertex = mapPt( pad->GetPos0() ); - diameter += aBoard->GetDesignSettings().m_HoleClearance * 2; + diameter += scale( aBoard->GetDesignSettings().m_HoleClearance * 2 ); int layerCount = aBoard->GetCopperLayerCount(); - for( int layer=0; layer