Divide by length - endpoints missing

Hi there,
i’m trying to divide my curves into segments with a preset length. Usually its working. But somehow now the endpoints are missing. It seems to be connected to the length of my curves. Some are exactly 320 long, others 320.0 - then, the point is missing.
How can i change this? Or what is the problem?
divideByLengthmurks.gh (7.0 KB)

The lengths displayed in the panel are rounded. As you can see, the line’s lengths are not exactly multiples of 320.

Interessting! They should… cuz my calculations the step before are meant to leave multiples of 320… grrr.

Thanks very much!