1
0
Fork 0

feat(aaron): Raised events for armhole/neck opening length

This commit is contained in:
Joost De Cock 2020-07-11 18:08:07 +02:00
parent 583abb0236
commit 4c25f704d9

View file

@ -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?