diff --git a/designs/charlie/src/front.mjs b/designs/charlie/src/front.mjs index 31a27bbb22e..05ed710e4fc 100644 --- a/designs/charlie/src/front.mjs +++ b/designs/charlie/src/front.mjs @@ -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