1
0
Fork 0

fix(plugin-annotations): Remove unneeded partName

This commit is contained in:
joostdecock 2023-11-18 19:06:29 +01:00
parent bf0cd0f835
commit ac054b8115

View file

@ -96,7 +96,7 @@ function setGrain(store, grain = false, origin = 'grainline') {
/** Method to retrieve the grainOrigin */
function getGrainOrigin(store) {
return store.get(['cutlist', store.get('activePart'), partName, 'grainOrigin'])
return store.get(['cutlist', store.get('activePart'), 'grainOrigin'])
}
/** Method to remove the grain info (called by rmgrainline and rmcutonfold macros) */