1
0
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
joostdecock
4198c35ea8 feat(plugin-annotations): Add setCut method 2023-09-16 10:33:20 +02:00
Joost De Cock
6d5c21e4e1 fix(plugin-annotations): Set bias/cutonfold explicity in cutlist
The cutlist methods were being clever by deducing whether a part should
be cut on the fold from info set by the cutonfold macro.

This is a footgun, because this only works when the cutlist is set after
the cutonfold macro is run.

We can't expect designers to know they should add this annotation before
that annotation so now you need to add it explicitly.

The current keys to pass are:

 - cut
 - from (used to be material)
 - onBias (used to be bias)
 - onFold (replaced ignoreOnFold)
2023-09-13 17:41:03 +02:00
Joost De Cock
d9e85d03ca fix(plugin-annotations): Better check for material 2023-09-13 15:12:22 +02:00
Joost De Cock
b8efc700e7 chore(plugin-annotations): Prefer from over material and support multiple cuts 2023-09-13 11:48:10 +02:00
joostdecock
4528e1bc88 feat(shared): Added support for flags 2023-09-07 10:29:19 +02:00
joostdecock
9f081eebb1 chore(plugins): Migrate from log.warning to log.warn 2023-09-06 08:29:59 +02:00
Enoch Riese
0cbc0856f4 fix (cutlist) edits to work with plugin-mirror's new strictness 2023-04-20 10:23:27 -04:00
Enoch Riese
adbc817863 add plugin-cutlist to plugin-annotations 2023-04-20 10:22:47 -04:00
Renamed from plugins/plugin-cutlist/src/index.mjs (Browse further)