1
0
Fork 0

chore(florence): Add cutlist

This commit is contained in:
Benjamin F 2023-04-30 05:45:36 -07:00
parent 38c46dd55d
commit 3c05894c8b

View file

@ -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)