1
0
Fork 0

adds cutlist

This commit is contained in:
Zee 2024-05-02 12:39:00 +00:00
parent 24daf61ab7
commit 1c70f83860
3 changed files with 6 additions and 0 deletions

View file

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

View file

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

View file

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