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, snippets,
macro, macro,
utils, utils,
store,
part, part,
}) { }) {
points.topLeft = new Point(0, 0) points.topLeft = new Point(0, 0)
@ -57,6 +58,8 @@ function florenceMask({
.close() .close()
.attr('class', 'fabric') .attr('class', 'fabric')
store.cutlist.addCut()
store.cutlist.addCut({ material: 'lining' })
if (complete) { if (complete) {
points.logo = new Point(points.tipCenter.x / 2, points.tipCenterCp1.y) points.logo = new Point(points.tipCenter.x / 2, points.tipCenterCp1.y)
snippets.logo = new Snippet('logo', points.logo).attr('data-scale', 0.5) snippets.logo = new Snippet('logo', points.logo).attr('data-scale', 0.5)