fix(plugin-annotations): Remove unneeded partName
This commit is contained in:
parent
bf0cd0f835
commit
ac054b8115
1 changed files with 1 additions and 1 deletions
|
@ -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) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue