1
0
Fork 0

fire: Switched to plugin-bundle

This commit is contained in:
Joost De Cock 2018-08-11 14:13:40 +02:00
parent 9907fb371c
commit 79f27d2efa
18 changed files with 1123 additions and 238 deletions

View file

@ -41,22 +41,23 @@ export function shoulderToArmholePitch(points, Path) {
}
export function dimensions(macro, points, Path, sa) {
console.log("points for dimensions", points);
macro("pd", {
path: new Path()
.move(points.armhole)
.curve(points.armholeCp1, points.armholeCp1, points.armholeHollow)
.curve(points.armholeCp2, points.armholeHollowCp1, points.armholeHollow)
.curve(
points.armholeHollowCp1,
points.armholeHollowCp1,
points.armholeHollowCp2,
points.armholePitchCp1,
points.armholePitch
)
.curve(points.shoulderCp1, points.shoulderCp1, points.shoulder),
.curve(points.armholePitchCp2, points.shoulderCp1, points.shoulder),
d: sa + 15
});
macro("pd", {
path: new Path()
.move(points.armholePitch)
.curve(points.shoulderCp1, points.shoulderCp1, points.shoulder),
.curve(points.armholePitchCp2, points.shoulderCp1, points.shoulder),
d: -15
});
macro("vd", {