parent
1648dd6f0e
commit
9c4d3add15
|
@ -99,8 +99,8 @@ void DRC_TEST_PROVIDER_MISC::testOutline()
|
||||||
// other tools (such as STEP export).
|
// other tools (such as STEP export).
|
||||||
constexpr int chainingEpsilon = Millimeter2iu( 0.02 ) / 100;
|
constexpr int chainingEpsilon = Millimeter2iu( 0.02 ) / 100;
|
||||||
|
|
||||||
if( BuildBoardPolygonOutlines( m_board, dummyOutline, m_board->GetDesignSettings().m_MaxError,
|
if( !BuildBoardPolygonOutlines( m_board, dummyOutline, m_board->GetDesignSettings().m_MaxError,
|
||||||
chainingEpsilon, &errorHandler ) )
|
chainingEpsilon, &errorHandler ) )
|
||||||
{
|
{
|
||||||
if( errorHandled )
|
if( errorHandled )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue