Hello all! I am having trouble joining two Vectors together. I’ve uploaded the file to make this easier.
If you notice there is the bottom of the turtle with the ring and everything, and then the top of the turtle. For the life of me I can’t get the top and the bottom to join. Whenever it does join, it joins with a vector on the other side of the project. I can’t figure out what I am doing wrong. Any help would be greatly appreciated! Thanks! Special.c2d (712 KB)
I don’t think you can join them without cutting the circle. You could overlay a polyline on the circle between the two vectors coming from the turtle and join them together. It just means that two toolpaths will overlap in those two areas which is no big deal if you are using the same endmill for both cuts.
Looking closer at the bottom half… I mved the left and right side lines away from the circle…The bottom of the turtle is on the same vector as the circle
I moved a couple nodes so you can see what’s going on. A closed vector must be a contiguous singularly enclosed shape. You have the 2 endpoints across from each other, so trying to join it can only close it by connecting those nodes.