Stripes allowed to be size zero, speed zero = crashed board

So I chased down an issue someone was having. In looking for how a blade style was causing a total board freeze, I found Stripes in the blade style was set to Stripes<0,0, COLOR…
This works, as in there’s no error thrown in either Style editor or when compiling.
Maybe there should be a check to prevent that?
This happens in both 5.9 and OS6.

File an issue on github.
I don’t think it’s very high priority, but I think I can use a compile-time assert to make it fail to compile in that case.

1 Like