Hola otra vez, buscando un portapilas y pila tipo Cr2032 para el Eagle 3D, encontre este archivo, no se si alguno de Uds. lo conoce.
http://c114prwa.securesites.net/home/gakka-info/aosan/include/special.incPor las dudas aca les dejo el código del CR2032:
#macro SP(dia,hig,col)
union{
cylinder{<0,0.5,0><0,hig-0.5,0>dia}
cylinder{<0,hig-0.5,0><0,hig,0>dia-0.5}
torus{dia-0.5,0.5 translate<0,hig-0.5,0>}
pigment{col}
}
#end
#macro CR2032(value)
union{
union{
object{SP(10,3,Gray70)}
text {ttf besch_font value 0, 0 pigment { Gray60 } scale 1.5 rotate<90,0,0> translate<-0.8,3.01,-8>}
text {ttf besch_font "CR2032" 0, 0 pigment { Gray60 } scale 1.5 rotate<90,0,0> translate<-2.5,3.01,-5>}
text {ttf besch_font "+" 0, 0 pigment { Gray60 } scale 6 rotate<90,0,0> translate<-1.5,3.01,4>}
translate<0,2,0>
}
difference{
object{SP(11.5,4,Gray10)}
cylinder{<0,2,0><0,6,0>10.8 pigment{Gray50}}
box{<-12,3,-2><0,6,2>}
box{<-12,3,-2><0,6,2> rotate<0,50,0>}
box{<-12,3,-2><0,6,2> rotate<0,100,0>}
box{<-12,3,-2><0,6,2> rotate<0,-50,0>}
box{<-12,3,-2><0,6,2> rotate<0,-100,0>}
}
cylinder{<14.5,-2,0><14.5,2,0>2 pigment{Gray10}}
cylinder{<-6,-2,0><-6,2,0>2 pigment{Gray10}}
box{<11,0.5,-2.5><17,4,2.5> pigment{Gray10}}
box{<14.5,4,-2><14.8,5,2> texture{col_silver}}
box{<14.8,4.7,-2><7,5,2> rotate<0,0,-10> translate<-0.6,2.7,0> texture{col_silver}}
box{<14.8,4.7,-2><7,5,2> rotate<0,0,8> translate<-6.8,-0.6,0> texture{col_silver}}
box{<0,4.7,-2><-3,5,2> rotate<0,0,-15> translate<-1.7,0.5,0> texture{col_silver}}
translate<0,1,0>
}
#endSaludos
PD: alguno tiene la macro para un preset como este:
