eagle3d_midibox_user_pack
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
eagle3d_midibox_user_pack [2009/01/23 15:29] – Jack | eagle3d_midibox_user_pack [2009/03/08 02:55] (current) – Jack | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~NOTOC~~ | ||
====== Eagle3D MIDIBox User Pack ====== | ====== Eagle3D MIDIBox User Pack ====== | ||
Line 9: | Line 8: | ||
===== 3dusrpac.dat ===== | ===== 3dusrpac.dat ===== | ||
- | <code 3dusrpac |3dusrpac.dat> | + | Just copy the code below to your 3dusrpac.dat |
+ | |||
+ | ==== known packages (not assigned in the 3dpack.dat): | ||
+ | < | ||
+ | HEADER1X2: | ||
+ | HEADER1X3: | ||
+ | HEADER1X4: | ||
+ | HEADER2X5-NO: | ||
+ | HEADER2X5: | ||
+ | HEADER2X8: | ||
+ | HEADER2X10: | ||
+ | CA6V: | ||
+ | </ | ||
+ | |||
+ | ==== new packages: ==== | ||
+ | <code> | ||
DT6: | DT6: | ||
STEC16: | STEC16: | ||
3310LCD: | 3310LCD: | ||
+ | LED_RING: | ||
+ | 70000K-25VA: | ||
</ | </ | ||
===== user.inc ===== | ===== user.inc ===== | ||
==== DT6 ==== | ==== DT6 ==== | ||
- | < | + | {{: |
+ | < | ||
/ | / | ||
- | //DT6 | + | //Switch |
//Created from Jack(forum.midibox.org) on 16-Jan-2006 | //Created from Jack(forum.midibox.org) on 16-Jan-2006 | ||
// | // | ||
Line 69: | Line 86: | ||
==== ALPS STEC16B03-04 ==== | ==== ALPS STEC16B03-04 ==== | ||
- | < | + | {{: |
+ | < | ||
/ | / | ||
- | //ALPS STEC16B03-04 | + | //Encoder |
//Created from Jack(forum.midibox.org) on 16-Jan-2006 | //Created from Jack(forum.midibox.org) on 16-Jan-2006 | ||
// | // | ||
Line 210: | Line 228: | ||
==== Nokia 3310 LCD ==== | ==== Nokia 3310 LCD ==== | ||
- | < | + | < |
/ | / | ||
- | //Nokia 3310 LCD | + | //Display |
//Created from Jack(forum.midibox.org) on 16-Jan-2006 | //Created from Jack(forum.midibox.org) on 16-Jan-2006 | ||
// | // | ||
Line 245: | Line 263: | ||
#end | #end | ||
</ | </ | ||
+ | |||
+ | ==== Talema 70000K-25VA ==== | ||
+ | {{: | ||
+ | <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{< | ||
+ | cylinder{< | ||
+ | |||
+ | intersection{ | ||
+ | union{ | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | } | ||
+ | box { <-29.5, 6.7, -29.5>, <29.5, 32, 29.5> } | ||
+ | } | ||
+ | box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> | ||
+ | box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> | ||
+ | box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> | ||
+ | box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> | ||
+ | | ||
+ | box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> | ||
+ | box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> | ||
+ | box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> | ||
+ | box { <-0.25, 0, -0.5>, <0.25, -5, 0.5> | ||
+ | | ||
+ | texture{ pigment{color NeonBlue} finish {ambient 0.1 diffuse 0.9 phong_size 40 roughness 0.05}} | ||
+ | |||
+ | } | ||
+ | rotate< | ||
+ | #end | ||
+ | </ | ||
+ | |||
+ | ==== LEDRING TEST ==== | ||
+ | <code c#> | ||
+ | / | ||
+ | // | ||
+ | //Jack from forum.midibox.org | ||
+ | // | ||
+ | ********************************************************************************************************************************************/ | ||
+ | #macro USER_LED_RING() | ||
+ | union{ | ||
+ | #declare X = 0.1; // | ||
+ | #declare H0 = 0; //Body startpoint | ||
+ | #declare H1 = 1.5; //Body Height | ||
+ | #declare H20 = H1+X; //Glas startpoint | ||
+ | #declare H2 = H20+0.5; | ||
+ | #declare H10 = H1-0.25; | ||
+ | #declare DF = 0.9; // | ||
+ | #declare P1 = 0.5; // | ||
+ | #declare C1 = Grey; // | ||
+ | #declare R1 = 17.78; | ||
+ | #declare R2 = 10.16; | ||
+ | #declare R3 = 13.97; | ||
+ | #declare LW = 0.75; //LED hole width / 2 | ||
+ | #declare LL = 2.00; //LED hole length /2 | ||
+ | |||
+ | #declare AS = 15; // | ||
+ | #declare A0 = 0; //angle 0 | ||
+ | #declare A1 = 75; // | ||
+ | #declare A2 = A1+AS; | ||
+ | #declare A3 = A2+AS; | ||
+ | #declare A4 = A3+AS; | ||
+ | #declare A5 = A4+AS; | ||
+ | #declare A6 = A5+AS; | ||
+ | #declare A7 = A6+AS; | ||
+ | #declare A8 = A7+AS; | ||
+ | #declare A9 = A8+AS; | ||
+ | #declare A10 = A9+AS; | ||
+ | #declare A11 = A10+AS; | ||
+ | #declare A12 = A11+AS; | ||
+ | #declare A13 = A12+AS; | ||
+ | #declare A14 = A13+AS; | ||
+ | #declare A15 = A14+AS; | ||
+ | | ||
+ | difference{ | ||
+ | union{ | ||
+ | cylinder {< | ||
+ | } | ||
+ | union{ | ||
+ | cylinder {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | } | ||
+ | |||
+ | } | ||
+ | /* difference{ | ||
+ | cylinder {< | ||
+ | cylinder {< | ||
+ | } | ||
+ | */ | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | box {< | ||
+ | } | ||
+ | rotate< | ||
+ | #end | ||
+ | </ | ||
+ | |||
+ | ===== POV-Ray tweaks ===== | ||
+ | For better image quality, change the file " | ||
+ | < | ||
+ | [1280x1024, AA 20x0.3] | ||
+ | Width=1280 | ||
+ | Height=1024 | ||
+ | Antialias=on | ||
+ | Antialias_Threshold=0.1 | ||
+ | Antialias_Depth=20 | ||
+ | </ | ||
+ | |||
+ | ===== Wish List ===== | ||
+ | * MEC_SWITCH_3FTL6 | ||
+ | * MEC_CAP_1U | ||
+ | * EA_DOG-M | ||
+ | * EA_DOGL128-6 | ||
+ | * EA_DOGM128-6 | ||
+ | * EA_DOGM132-5 | ||
+ | * EA_LED55X31 | ||
+ | * EA_LED55X46 | ||
+ | * EA_LED68X51 | ||
+ | * EA_TOUCH128-1 | ||
+ | * EA_TOUCH128-2 | ||
+ | * EA_WF100-04S | ||
+ |
eagle3d_midibox_user_pack.1232724547.txt.gz · Last modified: 2009/01/23 15:29 (external edit)