1
0
Fork 0
This commit is contained in:
Enoch Riese 2023-06-06 11:25:53 -05:00
parent 15c4201906
commit 1ea470aa87
5 changed files with 18 additions and 517 deletions

View file

@ -54,7 +54,7 @@ const generateCutLayouts = (pattern, Design, settings, format, t, ui) => {
// get the materials from the already drafted base pattern
const materials = pattern.setStores[pattern.activeSet].cutlist.getCutFabrics(
pattern.settings[0]
) || ['material']
) || ['fabric']
if (!materials.length) return
const isImperial = settings.units === 'imperial'