Okay, it looks as if you have imported the pixel image and re-drawn things:
which seems a reasonable start and when we select things, to have reasonable dimensions:
So we will use it as a starting point.
The notable lacunae is that while the mechanism quite prominently uses dowels, none are draw in, so the first question becomes:
What is a suitable diameter for the dowels?
Quickly drawing a circle:
suggests a radius of 0.375"
which of course is a diameter of:
3/4" which is a readily available size for dowels commercially:
https://www.homedepot.com/p/Pine-Round-Dowel-48-in-x-0-75-in-Sanded-and-Ready-for-Finishing-Versatile-Wooden-Rod-for-DIY-Home-Projects-6212U/329566302
and is supported by a dowel making system:
https://www.leevalley.com/en-us/shop/tools/hand-tools/dowel-and-tenon-cutters/42331-veritas-dowel-maker
https://www.leevalley.com/en-us/shop/tools/hand-tools/dowel-and-tenon-cutters/102445-dowel-inserts-for-the-veritas-dowel-maker?item=05J4511
so seems a reasonable size.
The next dimension which one needs is clearance — usually, 1/64" of an inch is suitable for a tight running mechanism, but with 4 points of contact and the potential angular deviation of what looks to be several feet of length, I’d want at least 1/32", and depending on how hard/slippery/thick the finish is, more might be necessary — as with all complex CNC projects, my recommendation is to make at least 3:
- first at full size in some inexpensive or scrap material to prove out dimensions/proportions and part interactions
- second at full size in the intended stock (buy more than twice as much as you need, sort out the best pieces for the final part, but it may be that if need be, parts from the second prototype may be subbed into the final one if need be)
- third and final in the select stock
Naturally, as @KevBarn14 has noted in his videos, one should make prototypes of sub-assemblies to test fitment as appropriate.
So, we duplicate the circle in place by copying, then pasting w/ the cursor outside of the drawing area:
then increase the radius by 1/32":
We then use this larger circle to draw up the entire shape (and yes, unlike w/ a constraint-solving, parametric 3D CAD program, if we decide that the dimension should be different, then everything will need to be re-drawn)…