Minimal seam allowance must be little bit bigger.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2019-11-03 17:50:39 +02:00
parent f460a324b3
commit 0cb7965379

View File

@ -54,7 +54,7 @@ const qreal maxL = 2.5;
const qreal VSAPoint::passmarkFactor = 0.5;
const qreal VSAPoint::maxPassmarkLength = (10/*mm*/ / 25.4) * PrintDPI;
const qreal VSAPoint::minSAWidth = ToPixel(0.01, Unit::Mm);
const qreal VSAPoint::minSAWidth = ToPixel(0.015, Unit::Cm);
namespace
{