-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Better" handling for 3-point junctions #8
Comments
I suppose we could fix this by making the plugin leave a short track in the middle to fill the hole, but that wouldn't be very satisfying. I think the only way to get decent T-junctions, especially if the tracks are different widths, would be to do it with zone fills. I think I might add a checkbox to just ignore multi-point junctions. Then, if I feel up to it, I could add T-junction handling to the teardrop script. |
I wonder if it's a viable solution to leave the junctions untouched by rounding plugin and handle them with teardrop plugin instead? Update: just read the thread and saw the very same idea with almost the same wording. Sorry for posting before reading. |
Not sure how to properly describe this, but basically a hole is opening up at 3-point junctions. I don't think this has practical consequences, but I also barely know anything about electronics to have any confidence in that.
Before:
After:
Ideally, the hole should be closed, and the thicker line should taper smoothly into the thinner line, but I don't know if that's possible/feasible to implement in code. Maybe the recommended teardrop script could help with the tapering?
The text was updated successfully, but these errors were encountered: