Hi,
I've created what I call a 'Calibration plot' that I think may be helpful to others. It uses the egg bot template and creates vertical, horizontal, and diagonal lines over the entire area and also plots circles in every other square. I found it helpful to understand how plots are realized on an egg or any other shape. Specifically on an egg how things are stretched and squashed on different sections of the egg. The lines should also intersected correctly. Also, how the pen lands on the eggs makes a difference (i.e. is it perpendicular). I think it would be an excellent first plot for anyone new to the egg bot or if you think it is not plotting correctly. I would make it available on this post, but I do not see a way to attach the file.
If you are interested, I would be happy to send you the file.
Regards,
Thomas
Comments
Yes, we are interested. Please upload.
RGDS
Ragnar
"404
YOU HAVE REACHED THE END OF THE THINGIVERSE.
THERE IS NOTHING AWESOME HERE...
YET."
Nice work!
RGDS
Ragnar
When examining your "Calibration Plot" and really trying to understand how the diameter of the egg affects the shape of plotted objects I made a small program in python to plot the values.
I have used a term I called 'Aspect Ratio" which is the length of a line segment made with 1° of travel along the pen axis divided by the length of a line segment made with 1° of egg rotation. The aspect ratio is plotted as a function of position on the egg.
To have a circle appear to be round in the middle of the egg it has to be drawn as an ellipsis which is 1.48 times as wide as it is tall. At the end of the eggs the value changes to around 2.4
See illustration.
The plot is based on a chicken egg with 42mm diameter and 58mm length.
(To read the diameter from the plot you have to go from negative value to positive along the y-axis.) I have the pen motor shaft set 10mm lower than the egg-motor shaft and about 2mm from the middle of the egg along the length of the egg for minimum "tracking error" with this egg size.
(Red line represent the egg shape - ☺)
XKCD Style Plot
Will make a 'Calibration plot" based on the values from this plot for verification, stay tuned.
RGDS
Ragnar
As you see from the graph in the middle of the egg the "aspect ratio" is 1.5. The circles have to be 'elongated' 150% in order to plot as round circles on the egg. See this post as well.
Here are the text output of the plotted data; RGDS
Ragnar