1
0
Fork 0

feat(charlie): Paperless for back pocket jet

This commit is contained in:
Joost De Cock 2021-04-17 15:55:23 +02:00
parent 76dc0e08c4
commit c33c34306c

View file

@ -57,6 +57,16 @@ export default (part) => {
})
if (paperless) {
macro('hd', {
from: points.bottomLeft,
to: points.bottomRight,
y: points.bottomLeft.y + 15
})
macro('vd', {
from: points.bottomRight,
to: points.topRight,
x: points.topRight.x + 15
})
}
}