Small fix to comment.

This commit is contained in:
Jeff Young 2020-11-04 13:29:29 +00:00
parent 70b87f8529
commit dd428b3d5a
1 changed files with 0 additions and 1 deletions

View File

@ -711,7 +711,6 @@ void ZONE_FILLER::buildCopperItemClearances( const ZONE_CONTAINER* aZone, PCB_LA
// A small extra clearance to be sure actual track clearances are not smaller than
// requested clearance due to many approximations in calculations, like arc to segment
// approx, rounding issues, etc.
// 1 micron is a good value
int extra_margin = Millimeter2iu( ADVANCED_CFG::GetCfg().m_ExtraClearance );
BOARD_DESIGN_SETTINGS& bds = m_board->GetDesignSettings();