From 3c05894c8baadc7e92b0c30cc6df6a622ff19e65 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Sun, 30 Apr 2023 05:45:36 -0700 Subject: [PATCH] chore(florence): Add cutlist --- designs/florence/src/mask.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/designs/florence/src/mask.mjs b/designs/florence/src/mask.mjs index 6a3f4ec3f2d..6e420abc4c1 100644 --- a/designs/florence/src/mask.mjs +++ b/designs/florence/src/mask.mjs @@ -14,6 +14,7 @@ function florenceMask({ snippets, macro, utils, + store, part, }) { points.topLeft = new Point(0, 0) @@ -57,6 +58,8 @@ function florenceMask({ .close() .attr('class', 'fabric') + store.cutlist.addCut() + store.cutlist.addCut({ material: 'lining' }) if (complete) { points.logo = new Point(points.tipCenter.x / 2, points.tipCenterCp1.y) snippets.logo = new Snippet('logo', points.logo).attr('data-scale', 0.5)