fix (cutlist) edits to work with plugin-mirror's new strictness
This commit is contained in:
parent
0d677367b8
commit
0cbc0856f4
5 changed files with 10 additions and 10 deletions
|
@ -91,7 +91,7 @@ function getCutFabrics(store, settings) {
|
|||
|
||||
const fabrics = []
|
||||
list.forEach((partName) => {
|
||||
if (!cutlist[partName].materials) {
|
||||
if (!cutlist[partName]?.materials) {
|
||||
return
|
||||
}
|
||||
for (var m in cutlist[partName].materials) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue