Improve seam allowance.
Increase max allowed length of corner to cover real world case.
This commit is contained in:
parent
4ce51e2662
commit
30bac523c8
|
@ -51,7 +51,7 @@
|
||||||
const quint32 VAbstractPieceData::streamHeader = 0x05CDD73A; // CRC-32Q string "VAbstractPieceData"
|
const quint32 VAbstractPieceData::streamHeader = 0x05CDD73A; // CRC-32Q string "VAbstractPieceData"
|
||||||
const quint16 VAbstractPieceData::classVersion = 2;
|
const quint16 VAbstractPieceData::classVersion = 2;
|
||||||
|
|
||||||
const qreal maxL = 2.5;
|
const qreal maxL = 3.5;
|
||||||
|
|
||||||
const qreal VSAPoint::passmarkFactor = 0.5;
|
const qreal VSAPoint::passmarkFactor = 0.5;
|
||||||
const qreal VSAPoint::maxPassmarkLength = (10/*mm*/ / 25.4) * PrintDPI;
|
const qreal VSAPoint::maxPassmarkLength = (10/*mm*/ / 25.4) * PrintDPI;
|
||||||
|
|
|
@ -117,13 +117,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "QPointF",
|
"type": "QPointF",
|
||||||
"x": 1033.62206579804,
|
"x": 1034.5174749200823,
|
||||||
"y": 991.8906443458876
|
"y": 1122.8420636232784
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "QPointF",
|
|
||||||
"x": 940.8759712878797,
|
|
||||||
"y": 1031.2978406173477
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "QPointF",
|
"type": "QPointF",
|
||||||
|
|
|
@ -27,13 +27,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "QPointF",
|
"type": "QPointF",
|
||||||
"x": 29.78045942584839,
|
"x": 11.986528767485936,
|
||||||
"y": 314.5929172205191
|
"y": 326.6317413168879
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "QPointF",
|
|
||||||
"x": 17.016714467558195,
|
|
||||||
"y": 305.7450353602103
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "QPointF",
|
"type": "QPointF",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user