The Wobbly robot as found on Thingiverse (http://www.thingiverse.com/thing:645367 ) now with Name tag changeable in OpenScad 2015.03 ( http://www.thingiverse.com/thing:735843 )Also Chinese, Hindi, etc. are possible in OpenScad 2015.03.Mind the Keymapping of the font and text you want to put.example Chinese: 小獅子color("green")rotate([0,90,0])translate([-25, -20,-0.5])rotate([0,0,90]) linear_extrude(height=1, convexity=4) text("小獅子",10,font="SimSun:style=Regular");example HIndi: सिद्धार्थcolor("green")rotate([0,90,0])translate([-25, -12,-0.5])rotate([0,0,90]) linear_extrude(height=1, convexity=4) text("l;4fy{",10,font="Himalayabold:style=Regular");Enjoy the race,Xiao Shi Zi
Technical
PLA
TextFont ttf
Correct writing in that font of the name you want on the Body of the Wobbly
Check keyboard layout of the font you wanne use ;-)
example सिद्धार्थ
color("green")rotate([0,90,0])translate([-25, -11,-0.5])rotate([0,0,90]) linear_extrude(height=1, convexity=4) text("l;4fy{",10,font="Himalayabold:style=Regular");