1
0
Fork 0
This commit is contained in:
Wouter van Wageningen 2023-11-09 20:48:08 -08:00 committed by GitHub
parent 8c99a8dff1
commit 406ac84c2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,8 +34,10 @@ export const cutonfoldDefs = [
/* /*
* The rmcutonfold macro * The rmcutonfold macro
*/ */
const rmcutonfold = (id = macroDefaults.id, { store, part }) => const rmcutonfold = (id = macroDefaults.id, { store, part }) => {
store.removeMacroNodes(id, 'cutonfold', part) store.removeMacroNodes(id, 'cutonfold', part)
store.cutlist.setCutOnFold(false)
}
/* /*
* The cutonfold macro * The cutonfold macro