1
0
Fork 0
freesewing/plugins/plugin-annotations/tests
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
..
banner.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00
bartack.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00
buttons.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00
crossbox.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00
cutlist.test.mjs fix(plugin-annotations): Set bias/cutonfold explicity in cutlist 2023-09-13 17:41:03 +02:00
cutonfold.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00
dimension.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00
grainline.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00
logo.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00
notches.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00
pleat.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00
scalebox.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00
sewtogether.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00
shared.test.mjs Moved some more 2023-02-20 22:58:05 +00:00
title.test.mjs fix(plugin-annotations): Don't load core plugins in tests 2023-09-08 10:50:03 +02:00