files = [ "Gearsleft.stl", "Gearsright.stl" ]; /* , "Grippart.stl", "Gripperservoplate.stl", "Liftgears.stl", "Liftparallelbar.stl", "Parallelbar.stl", "Servoconnector.stl" ]; */ module imp( s ) { import_stl( s, convexity=1 ); } rotate( a=180, v=[0,0,1] ) imp( "Gearsleft.stl" ); translate( v=[18,15,0] ) rotate( a=180, v=[0,0,1] ) imp( "Gearsright.stl" );