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)