1
0
Fork 0
This commit is contained in:
Enoch Riese 2023-03-12 11:50:42 -05:00
parent 9df063ec97
commit e328d4fa24

View file

@ -37,7 +37,7 @@ export const plugin = {
prefix: 'cutonfold',
...so,
}
if (typeof store.cutlist !== undefined) {
if (typeof store.cutlist !== 'undefined') {
store.cutlist.setCutOnFold(so.from, so.to)
if (so.grainline) store.cutlist.setGrain(so.from.angle(so.to))
}