Marginally increase sliver width checker's bogus segment tolerance.

Fixes https://gitlab.com/kicad/code/kicad/issues/14449
This commit is contained in:
Jeff Young 2023-04-02 16:42:57 +01:00
parent 7252c7471c
commit 7ca057ea02
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ ADVANCED_CFG::ADVANCED_CFG()
m_DRCEpsilon = 0.0005; // 0.5um is small enough not to materially violate m_DRCEpsilon = 0.0005; // 0.5um is small enough not to materially violate
// any constraints. // any constraints.
m_SliverWidthTolerance = 0.08; m_SliverWidthTolerance = 0.08;
m_SliverMinimumLength = 0.0005; m_SliverMinimumLength = 0.0008;
m_SliverAngleTolerance = 20.0; m_SliverAngleTolerance = 20.0;
m_HoleWallThickness = 0.020; // IPC-6012 says 15-18um; Cadence says at least m_HoleWallThickness = 0.020; // IPC-6012 says 15-18um; Cadence says at least