There is now a "smoothing" section in the dashboards, and some other sections were reordered and some tooltips expanded to make some more obsure functionailty more intuitive.
Below is a screenshot of smoothing: in red, a rail quickly placed with grid snap enabled, and in green the output after smoothing:
![grafik](https://github.com/user-attachments/assets/67682965-9ebf-457f-a2a7-2341266e7e79)
Smoothing works by "deleting" every second node, interpolating them based on the remaining nodes and averaging old and new position according to the "resistance". This process is then repeated in the second iteration with the other set of nodes, and then it starts over.
Higher resistance makes less pronounced changes and keeps more of the original shape, while more iterations will lead to a smoother result, which may just be a straight line with enough iterations.
Rail start, end and any single notes on the rails will be treated as anchors, to avoid it straightening too much or enforce certain shapes.