Just wondering if anyone has some easier ways to deal with this:
When pipes have non-rounded values the lines become fuzzy and a little wonky.
Is there any way to snap to grid (While still snapping to the nearby component point), or rounding the coordinates of all the pipes without having to go through the menu manually editing values?
Left side: sub pixel coordinates, Right side: rounded coordinates
Just figured out a quicker way than going through all the pipes individually:
Copy the pipes array in the PROPS editor
Paste into VS Code
Use search and replace with the regex: \.\d+
Replace with .00
Paste back onto the pipes array
This doesn't round the numbers, but it gets the pipes looking solid again
Hope this helps anyone who stumbles across this