phoenix
phoenix copied to clipboard
Make it possible to disable cuts or make it so if cuts are at bounds, then they don't count
I worked out the problem with #336. It's very simple - the jets are failing the energy cut. Now, I could increase the maximum to something huge work around this, but I think a better solution would to have a checkbox to enable/disable cuts.
Another option would be to make it so that if the cut == max, then it doesn't count - i.e. if lower cut == min, then there is no < cut, and it upper cut == max, then there is no > cut. But this would require changing the GUI to show the infinity symbol or something in these cases. So I think option 1 is cleaner.
Interestingly, the "Reset cuts" button works in a similar way.
Fixed with #537