User Tools

Site Tools


eagle3d_midibox_user_pack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
eagle3d_midibox_user_pack [2009/02/22 23:23]
Jack
eagle3d_midibox_user_pack [2009/03/08 02:55] (current)
Jack
Line 28: Line 28:
 3310LCD:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​USER_3310LCD(:​3310LCD Midibox:​3310LCD Midibox 3310LCD:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​USER_3310LCD(:​3310LCD Midibox:​3310LCD Midibox
 LED_RING:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​USER_LED_RING(:​ LED_RING:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​USER_LED_RING(:​
 +70000K-25VA:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​0:​USER_Talema_70000K_25VA(:​
 </​code>​ </​code>​
  
Line 35: Line 36:
 <code c#> <code c#>
 /​******************************************************************************************************************************************** /​********************************************************************************************************************************************
-//DT6+//Switch ​DT6
 //Created from Jack(forum.midibox.org) on 16-Jan-2006 //Created from Jack(forum.midibox.org) on 16-Jan-2006
 // //
Line 88: Line 89:
 <code c#> <code c#>
 /​******************************************************************************************************************************************** /​********************************************************************************************************************************************
-//ALPS STEC16B03-04+//Encoder ​ALPS STEC16B03-04
 //Created from Jack(forum.midibox.org) on 16-Jan-2006 //Created from Jack(forum.midibox.org) on 16-Jan-2006
 // //
Line 229: Line 230:
 <code c#> <code c#>
 /​******************************************************************************************************************************************** /​********************************************************************************************************************************************
-//Nokia 3310 LCD+//Display ​Nokia 3310 LCD
 //Created from Jack(forum.midibox.org) on 16-Jan-2006 //Created from Jack(forum.midibox.org) on 16-Jan-2006
 // //
Line 260: Line 261:
 } }
 rotate<​-90,​180,​0>​ rotate<​-90,​180,​0>​
 +#end
 +</​code>​
 +
 +==== Talema 70000K-25VA ====
 +{{:​70000k-25va.png|}}
 +<code c#>
 +/​********************************************************************************************************************************************
 +//Trafo Talema 70000K-25VA
 +//Created from Jack(forum.midibox.org) on 08-Mar-2009
 +//
 +********************************************************************************************************************************************/​
 +#macro USER_Talema_70000K_25VA()
 +union{
 +
 +        box { <-30, 0, -30>, <30, 6.7, 30> }
 +        cylinder{<​0,​6.7,​0>,<​0,​32,​0>,​ 29.5 }
 +        cylinder{<​0,​32,​0>,<​0,​32.1,​0>,​ 25}
 +
 +        intersection{
 +                        union{  ​
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​0,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​11.25,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​22.50,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​33.75,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​45.00,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​56.25,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​67.5,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​78.75,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​90,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​101.25,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​112.50,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​123.75,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​135.00,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​146.25,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​157.5,​0>​}
 +                                box {<​-1,​6.7,​-45>,<​1,​32,​45>​ rotate<​0,​168.75,​0>​}
 +                        }
 +                        box { <-29.5, 6.7, -29.5>, <29.5, 32, 29.5> }
 +        }                                                        ​
 +        box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> ​    ​texture { T_Silver_5A }  translate<​ 27.94,​0,​-25.4>​ rotate<​0,​0,​0>​}
 +        box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> ​    ​texture { T_Silver_5A }  translate<​ 27.94,​0,​-20.32>​ rotate<​0,​0,​0>​}
 +        box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> ​    ​texture { T_Silver_5A }  translate<​ 27.94,0, 20.32> rotate<​0,​0,​0>​}
 +        box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> ​    ​texture { T_Silver_5A }  translate<​ 27.94,0, 25.4> rotate<​0,​0,​0>​}
 +        ​
 +        box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> ​    ​texture { T_Silver_5A }  translate<​ -27.94,​0,​-27.94>​ rotate<​0,​0,​0>​}
 +        box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> ​    ​texture { T_Silver_5A }  translate<​ -27.94,​0,​-22.86>​ rotate<​0,​0,​0>​}
 +        box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> ​    ​texture { T_Silver_5A }  translate<​ -27.94,0, 22.86> rotate<​0,​0,​0>​}
 +        box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> ​    ​texture { T_Silver_5A }  translate<​ -27.94,0, 27.94> rotate<​0,​0,​0>​}
 +                        ​
 +        texture{ pigment{color NeonBlue} finish {ambient 0.1 diffuse 0.9 phong_size 40 roughness 0.05}}
 +
 +}
 +rotate<​0,​180,​0>​
 #end #end
 </​code>​ </​code>​
eagle3d_midibox_user_pack.txt ยท Last modified: 2009/03/08 02:55 by Jack