feat(charlie): Paperless for back pocket jet
This commit is contained in:
parent
76dc0e08c4
commit
c33c34306c
1 changed files with 10 additions and 0 deletions
|
@ -57,6 +57,16 @@ export default (part) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
if (paperless) {
|
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
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue