You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a warning message on line 61. Just a syntax error, removed the ,0 at the end of the translate function. It was redundant and already included within the square brackets.
translate([xarray[30]-2,yarray[30]+6.5,0])
rotate([0,90,earbud_rotation])cylinder(r=6,h=9.5);
The text was updated successfully, but these errors were encountered:
There was a warning message on line 61. Just a syntax error, removed the ,0 at the end of the translate function. It was redundant and already included within the square brackets.
translate([xarray[30]-2,yarray[30]+6.5,0])
rotate([0,90,earbud_rotation])cylinder(r=6,h=9.5);
The text was updated successfully, but these errors were encountered: