How would you do it?
And I mean exactly.
Because with pulling on the lines’ grabbing points I can’t drag one line and snap it to the other’s snapping points that it is perfectly at the intersection.
Cheers,
Hannes
Update:
When I put a rectangle into the design and align it with either of the lines’ endpoints like this
KiCad’s drawing capabilities are still limited for things like this. I thought that KiCad V9 could do something with intersection points, but a brief search though the manual did not show something obvious.
One way to do it is to use copy & paste to copy the x coordinate from one line into the y coordinate of the other line. (Hover over a line and press e to edit it’s properties)
After my previous post I spend 10 minutes searching where (in V8) edition of User Grid was hidden. I saw I have User grid defined with different X and Y accuracy but could’t find where did the editing go.
Until I found that now I can have many defined by me grids so there is no User Grid edition but there is a way to add new grid definition.
You can use down to 0.0001mm grid. I can’t imagine me needing higher than this precision at PCB.
That’s the best compromise.
And you only need to change the end coordinate of one line. Because then you can just drag the end of the other line to the point
I forgot
Eelik linked to an older post of mine, but that is “Post-V8” and I’m still on V8. I probably wrote that just after I read:
If that snapping works, then you can
Draw a “guide line” from the intersection to any other coordinate.
Drag one endpoint of your rectangular line to that end point.
Drag the endpoint of the other line to the same end point.
Delete the “guide line”.
But I also agree with Piotr. I usually draw PCB outlines in increments of whole mm. Or to 0.1mm. I see no need to be more precise then that for “normal” PCB’s. If it’s not easy to draw with the simple tools KiCad has, then using a mechanical CAD software and then importing the results into KiCad is a better option.