Scale Comb

Variance from expected measurement.

My Solar Garden Light figure had cylinder dimensions that were way off.

Here I print and measure something to compare accuracy in x (side to side) and y (front to back) on the printbed.

Bars facing outward vary in x direction, inward in y direction.

I don't know what to make of this except when printing a cylinder I can expect it to be oval bulging in the x direction.

module scale() { for (x=[5:5:25]) translate([3*x,0,0]) cube([5,x,5]); cube([75,5,1]); } scale(); rotate([0,0,90]) scale();

pages/scale-comb

//scad.fed.wiki/assets/viewstl/viewstl.html?stl=http://scad.fed.wiki/assets/pages/scale-comb/comb.stl HEIGHT 370