chore(florence): Add cutlist
This commit is contained in:
parent
38c46dd55d
commit
3c05894c8b
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue