KitWallace / FO

4 stars 0 forks source link

intersecting circles #27

Closed KitWallace closed 2 years ago

KitWallace commented 2 years ago

intersection of two circles and path generation is working in the specails code but interpolation between different configurations fails

KitWallace commented 2 years ago

morphing between different circle configurations doesn't work because alignment of the intersections is lost. path equalization doesnt help because path sections have different proportions . Not clear how to fix unless path is equalized in multiple segments between intersections. Path is constructed in segments anyway so that shoud not be difficult - could do that at source actually

KitWallace commented 2 years ago

Fixed - each segment equalised to a set number of steps - interpolating between two different configurations (with the same segmentation) now works but short segments are over stepped, slowing printing - but will have to live with that

KitWallace commented 2 years ago

better would be to allow different steps for the arcs - specifying steps per arc works fine