adds cutlist
This commit is contained in:
parent
24daf61ab7
commit
1c70f83860
3 changed files with 6 additions and 0 deletions
|
@ -139,6 +139,8 @@ export const body = {
|
|||
points.logo = points.middle.shiftTowards(points.middleHem, maxLength / 4)
|
||||
snippets.logo = new Snippet('logo', points.logo)
|
||||
|
||||
store.cutlist.setCut({ cut: 2, from: 'fabric' })
|
||||
|
||||
points.title = points.logo.shiftTowards(points.middle, maxLength / 12)
|
||||
macro('title', {
|
||||
at: points.title,
|
||||
|
|
|
@ -33,6 +33,8 @@ export const gusset = {
|
|||
.addClass('fabric')
|
||||
.close()
|
||||
|
||||
store.cutlist.setCut({ cut: 2, from: 'fabric' })
|
||||
|
||||
points.title = points.gussetLeft.shift(300, gussetMeasure / 2)
|
||||
macro('title', {
|
||||
at: points.title,
|
||||
|
|
|
@ -38,6 +38,8 @@ export const sleeve = {
|
|||
.addClass('fabric')
|
||||
.close()
|
||||
|
||||
store.cutlist.setCut({ cut: 2, from: 'fabric' })
|
||||
|
||||
points.title = points.sleeveLeft.shift(300, sleeveLength / 2)
|
||||
macro('title', {
|
||||
at: points.title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue