[Therion] Patch to disable threshold system

2013-01-29 Thread Bruce
>In the patch bellow I don't change the current vthreshold system, I just add a new input (-1) to desable it, >If you set vthreshold -1 the vthreshold = 90 deg, and you never switch to NS, you stay on LRUD, that all. In fact it is the same to set vthreshold 91 deg (I tested this solution but

[Therion] Patch to disable threshold system

2013-01-28 Thread cawa sorix
> > what about replacing the NS tests with <= instead of < and using vthreshold > 90? I don't understand. In the patch bellow I don't change the current vthreshold system, I just add a new input (-1) to desable it, If you set vthreshold -1 the vthreshold = 90 deg, and you never switch to NS,

[Therion] Patch to disable threshold system

2013-01-28 Thread Marco Corvi
what about replacing the NS tests with <= instead of < and using vthreshold 90? it's what i used to do before the distox epoch. marco p.s. another option is to change the check on the vthreshold input value. -- On Sun, Jan 27, 2013 4:41 AM PST cawa sorix wrote:

[Therion] Patch to disable threshold system

2013-01-27 Thread cawa sorix
Hi all, I had an issue with the threshold system, I have only survey with LRUD without any switch to NS system. At the beginning, I used 89.9 deg in place of 90 deg as workaround (tks Bruce), it works but it is not the best solution. So, I wrote a patch to disable the threshold system, I use it