gusset is now paperless
This commit is contained in:
parent
e1b4a3dd12
commit
4668b59424
1 changed files with 18 additions and 7 deletions
|
@ -55,15 +55,26 @@ export default function (part) {
|
||||||
|
|
||||||
// Paperless?
|
// Paperless?
|
||||||
if (paperless) {
|
if (paperless) {
|
||||||
macro('hd', {
|
macro('vd', {
|
||||||
from: points.bottomLeft,
|
from: points.top,
|
||||||
to: points.bottomRight,
|
to: points.bottom,
|
||||||
y: points.bottomLeft.y + sa + 15
|
x: points.top.x - sa - 15
|
||||||
})
|
})
|
||||||
macro('vd', {
|
macro('vd', {
|
||||||
from: points.bottomRight,
|
from: new Point(0, points.right.y),
|
||||||
to: points.topRight,
|
to: points.bottom,
|
||||||
x: points.topRight.x + sa + 15
|
x: 20
|
||||||
|
})
|
||||||
|
|
||||||
|
macro('ld', {
|
||||||
|
from: points.top,
|
||||||
|
to: points.right,
|
||||||
|
d: sa + 15
|
||||||
|
})
|
||||||
|
macro('hd', {
|
||||||
|
from: new Point(0, points.right),
|
||||||
|
to: points.right,
|
||||||
|
y: points.right.y
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue