fix(charlie): Fix after leaving in old work from #3936
This commit is contained in:
parent
50547c2024
commit
eb22cf951a
1 changed files with 0 additions and 92 deletions
|
@ -322,98 +322,6 @@ function draftCharlieFront({
|
|||
.addText('rightLegSeamAllowance', 'center fill-note text-sm')
|
||||
}
|
||||
}
|
||||
|
||||
if (paperless) {
|
||||
// Clean up paperless dimensions
|
||||
macro('rmad')
|
||||
delete paths.hint
|
||||
|
||||
macro('hd', {
|
||||
from: points.grainlineBottom,
|
||||
to: points.floorIn,
|
||||
y: points.floorIn.y - 15,
|
||||
})
|
||||
macro('hd', {
|
||||
from: points.floorOut,
|
||||
to: points.grainlineBottom,
|
||||
y: points.floorIn.y - 15,
|
||||
})
|
||||
macro('hd', {
|
||||
from: points.floorOut,
|
||||
to: points.floorIn,
|
||||
y: points.floorIn.y - 30,
|
||||
})
|
||||
|
||||
let y = points.styleWaistIn.y - sa
|
||||
macro('hd', {
|
||||
from: points.grainlineFrom,
|
||||
to: points.flyTop,
|
||||
y: y - 15,
|
||||
})
|
||||
macro('hd', {
|
||||
from: points.grainlineFrom,
|
||||
to: points.styleWaistIn,
|
||||
y: y - 30,
|
||||
})
|
||||
macro('hd', {
|
||||
from: points.grainlineFrom,
|
||||
to: points.flyBottom,
|
||||
y: y - 45,
|
||||
})
|
||||
macro('hd', {
|
||||
from: points.grainlineFrom,
|
||||
to: points.flyExtensionBottom,
|
||||
y: y - 60,
|
||||
})
|
||||
macro('hd', {
|
||||
from: points.grainlineFrom,
|
||||
to: points.fork,
|
||||
y: y - 75,
|
||||
})
|
||||
|
||||
macro('hd', {
|
||||
from: points.pocketFacingTop,
|
||||
to: points.grainlineFrom,
|
||||
y: y - 15,
|
||||
})
|
||||
macro('hd', {
|
||||
from: points.slantTop,
|
||||
to: points.grainlineFrom,
|
||||
y: y - 30,
|
||||
})
|
||||
macro('hd', {
|
||||
from: points.slantBottomNotch,
|
||||
to: points.grainlineFrom,
|
||||
y: y - 45,
|
||||
})
|
||||
|
||||
let x = points.fork.x + sa
|
||||
macro('vd', {
|
||||
from: points.floorIn,
|
||||
to: points.fork,
|
||||
x: x + 15,
|
||||
})
|
||||
macro('vd', {
|
||||
from: points.fork,
|
||||
to: points.flyExtensionBottom,
|
||||
x: x + 15,
|
||||
})
|
||||
macro('vd', {
|
||||
from: points.fork,
|
||||
to: points.flyBottom,
|
||||
x: x + 30,
|
||||
})
|
||||
macro('vd', {
|
||||
from: points.fork,
|
||||
to: points.slantTop,
|
||||
x: x + 45,
|
||||
})
|
||||
macro('vd', {
|
||||
from: points.fork,
|
||||
to: points.styleWaistIn,
|
||||
x: x + 60,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
delete paths.hint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue