Merge branch 'develop' of github.com:freesewing/freesewing into develop
This commit is contained in:
commit
0d941e260a
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ export default function (part) {
|
||||||
macro('hd', {
|
macro('hd', {
|
||||||
from: points.bottomFlipped,
|
from: points.bottomFlipped,
|
||||||
to: points.bottom,
|
to: points.bottom,
|
||||||
y: points.bottom.y + 15 + sa,
|
y: points.bottom.y + 15 + sa*2,
|
||||||
})
|
})
|
||||||
macro('vd', {
|
macro('vd', {
|
||||||
from: points.bottomFlipped,
|
from: points.bottomFlipped,
|
||||||
|
|
|
@ -75,7 +75,7 @@ export default function (part) {
|
||||||
macro('vd', {
|
macro('vd', {
|
||||||
from: points.p0,
|
from: points.p0,
|
||||||
to: points.gore_p3,
|
to: points.gore_p3,
|
||||||
x: points.p0.x - 15 - sa,
|
x: points.p0.x - 15 - sa*2,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue