From 4c25f704d95e58ce36038042bcc56c5aedf838c9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sat, 11 Jul 2020 18:08:07 +0200 Subject: [PATCH] feat(aaron): Raised events for armhole/neck opening length --- packages/aaron/src/back.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/aaron/src/back.js b/packages/aaron/src/back.js index 070529487f0..1cefe123f83 100644 --- a/packages/aaron/src/back.js +++ b/packages/aaron/src/back.js @@ -14,7 +14,8 @@ export default function (part) { macro, utils, units, - measurements + measurements, + raise } = part.shorthand() // Lower back neck a bit @@ -94,6 +95,10 @@ export default function (part) { macro('title', { at: points.title, nr: 2, title: 'back' }) points.scaleboxAnchor = points.scalebox = points.title.shift(90, 100) macro('scalebox', { at: points.scalebox }) + + // Raise events + raise.event('Armhole length is ' + units(armholeLength)) + raise.event('Neck opening length is ' + units(neckOpeningLength)) } // Paperless?