Small fix to comment.
This commit is contained in:
parent
70b87f8529
commit
dd428b3d5a
|
@ -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
|
// 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
|
// requested clearance due to many approximations in calculations, like arc to segment
|
||||||
// approx, rounding issues, etc.
|
// approx, rounding issues, etc.
|
||||||
// 1 micron is a good value
|
|
||||||
int extra_margin = Millimeter2iu( ADVANCED_CFG::GetCfg().m_ExtraClearance );
|
int extra_margin = Millimeter2iu( ADVANCED_CFG::GetCfg().m_ExtraClearance );
|
||||||
|
|
||||||
BOARD_DESIGN_SETTINGS& bds = m_board->GetDesignSettings();
|
BOARD_DESIGN_SETTINGS& bds = m_board->GetDesignSettings();
|
||||||
|
|
Loading…
Reference in New Issue