I just added the chance to specify a tolerance value.
This value must be in the range (0..1), where 1 means that all the fiber curves will be generated
So, if instead of writing:
Code:
import fibermesh_to_curves as ftc
ftc.fibermesh_to_curves()
...you write:
Code:
import fibermesh_to_curves as ftc
ftc.fibermesh_to_curves(0.5)
...then you will generate exactly half the curves.
Of course it should be written in a python shelf (not mel)
Next days i will write a mel interface, such that it will be easier to interact with this value 
I should also try to improve speed, and I have some ideas about it.