Overlapping Fonts

Hey guys, how do you fix this issue when you have the cursive type fonts and their paths intersect or overlap the next font? loopingfonts

You need to perform a Boolean operation, or a path offset (ideally twice, once outside by a tiny distance, then inside by the same distance.

See: https://docs.carbide3d.com/assembly/carbidecreate/video-tutorials/#boolean-operations

It may be that you’ll then need to clean up/delete some extraneous paths.

1 Like

Thanks Will.
All I did was a small outside offset, then did the boolean and it worked. Had to delete the pieces that were still left like you said.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.