Index: HC49U.scad =================================================================== --- HC49U.scad (revision 37543) +++ HC49U.scad (revision 37544) @@ -30,7 +30,7 @@ // in any way. // -module HC49(height=13.46, pins=2, pin_descent=2.5) +module part_HC49(height=13.46, pins=2, pin_descent=2.5) { major_diameter = 4.65; minor_diameter = 3.8; @@ -87,3 +87,4 @@ } } } + Index: HC49UH.scad =================================================================== --- HC49UH.scad (revision 37543) +++ HC49UH.scad (revision 37544) @@ -30,7 +30,7 @@ // in any way. // -module HC49H(height=13.46, pins=2, pin_descent=2.5) +module part_HC49H(height=13.46, pins=2, pin_descent=2.5) { major_diameter = 4.65; minor_diameter = 3.8; @@ -112,3 +112,4 @@ } } } + Index: HC51U.scad =================================================================== --- HC51U.scad (revision 37543) +++ HC51U.scad (revision 37544) @@ -30,7 +30,7 @@ // in any way. // -module HC51(height=19.7, pins=2, pin_descent=2.5) +module part_HC51(height=19.7, pins=2, pin_descent=2.5) { major_diameter = 9.2; minor_diameter = 8.94; @@ -88,3 +88,4 @@ } } } + Index: HC51UH.scad =================================================================== --- HC51UH.scad (revision 37543) +++ HC51UH.scad (revision 37544) @@ -30,7 +30,7 @@ // in any way. // -module HC51H(height=19.7, pins=2, pin_descent=2.5) +module part_HC51H(height=19.7, pins=2, pin_descent=2.5) { major_diameter = 9.2; minor_diameter = 8.94; @@ -114,3 +114,4 @@ } } } + Index: HEPTAWATT.scad =================================================================== --- HEPTAWATT.scad (revision 37543) +++ HEPTAWATT.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module heptawatt(pin_descent=2.5) +module part_heptawatt(pin_descent=2.5) { pins=7; pin_thickness = 0.5; @@ -118,3 +118,4 @@ } } } + Index: LED.scad =================================================================== --- LED.scad (revision 37543) +++ LED.scad (revision 37544) @@ -30,7 +30,7 @@ // in any way. // -module led(diameter=3, pin_descent=2.5) +module part_led(diameter=3, pin_descent=2.5) { height = 1.65*diameter + 0.35; union () { @@ -52,3 +52,4 @@ } } } + Index: MULTIWATT11.scad =================================================================== --- MULTIWATT11.scad (revision 37543) +++ MULTIWATT11.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module multiwatt11(pin_descent=2.5) +module part_multiwatt11(pin_descent=2.5) { pins=11; pin_thickness = 0.6; @@ -117,3 +117,4 @@ } } } + Index: MULTIWATT15.scad =================================================================== --- MULTIWATT15.scad (revision 37543) +++ MULTIWATT15.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module multiwatt15(pin_descent=2.5) +module part_multiwatt15(pin_descent=2.5) { pins=15; pin_thickness = 0.6; @@ -117,3 +117,4 @@ } } } + Index: MULTIWATT8.scad =================================================================== --- MULTIWATT8.scad (revision 37543) +++ MULTIWATT8.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module multiwatt8(pin_descent=2.5) +module part_multiwatt8(pin_descent=2.5) { pins=8; pin_thickness = 0.6; @@ -105,3 +105,4 @@ } } } + Index: OSC14_8.scad =================================================================== --- OSC14_8.scad (revision 37543) +++ OSC14_8.scad (revision 37544) @@ -33,7 +33,7 @@ // in any way. // -module OSC8_14(size=0,pin_descent=2.5) +module part_OSC8_14(size=0,pin_descent=2.5) { height = 5.3; major_diameter = 9.2; @@ -118,3 +118,4 @@ } } } + Index: PENTAWATT.scad =================================================================== --- PENTAWATT.scad (revision 37543) +++ PENTAWATT.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module pentawatt(pin_descent=2.5) +module part_pentawatt(pin_descent=2.5) { pins=5; pin_thickness = 0.5; @@ -119,3 +119,4 @@ } } } + Index: TACT_6x6_4p.scad =================================================================== --- TACT_6x6_4p.scad (revision 37543) +++ TACT_6x6_4p.scad (revision 37544) @@ -32,7 +32,7 @@ // in any way. // -module tact6x6(button_height=1.0) +module part_tact6x6(button_height=1.0) { pin_thickness = 0.3; pin_width = 0.7; @@ -92,3 +92,4 @@ } } } + Index: TO126.scad =================================================================== --- TO126.scad (revision 37543) +++ TO126.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module to126(pins=3,S=0,pin_descent=2.5) +module part_to126(pins=3,S=0,pin_descent=2.5) { pin_thickness = 0.5; pin_width1 = 1.2; @@ -117,3 +117,4 @@ } } } + Index: TO126W.scad =================================================================== --- TO126W.scad (revision 37543) +++ TO126W.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module to126w(pins=3, S=0, pin_descent=2.5) +module part_to126w(pins=3, S=0, pin_descent=2.5) { pin_thickness = 0.5; pin_width1 = 1.2; Index: TO18.scad =================================================================== --- TO18.scad (revision 37543) +++ TO18.scad (revision 37544) @@ -30,7 +30,7 @@ // in any way. // -module to18(pin_descent=2.5) +module part_to18(pin_descent=2.5) { height = 4.83; major_diameter = 5.6; @@ -68,3 +68,4 @@ } } } + Index: TO220.scad =================================================================== --- TO220.scad (revision 37543) +++ TO220.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module to220(pins=3, S=0, pin_descent=2.5) +module part_to220(pins=3, S=0, pin_descent=2.5) { pin_thickness = 0.5; pin_width1 = 1.45; @@ -127,3 +127,4 @@ } } } + Index: TO220SW.scad =================================================================== --- TO220SW.scad (revision 37543) +++ TO220SW.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module to220sw(pin_descent=2.5) +module part_to220sw(pin_descent=2.5) { pin_thickness = 0.5; pin_width1 = 1.45; @@ -126,3 +126,4 @@ } } } + Index: TO220W.scad =================================================================== --- TO220W.scad (revision 37543) +++ TO220W.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module to220w(pins=3,pin_descent=2.5) +module part_to220w(pins=3,pin_descent=2.5) { pin_thickness = 0.5; pin_width1 = 1.45; @@ -117,3 +117,4 @@ } } } + Index: TO247.scad =================================================================== --- TO247.scad (revision 37543) +++ TO247.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module to247(pins=3,pin_descent=2.5) +module part_to247(pins=3,pin_descent=2.5) { pin_thickness = 0.6; pin_width1 = 2.0; @@ -107,3 +107,4 @@ } } } + Index: TO251.scad =================================================================== --- TO251.scad (revision 37543) +++ TO251.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module to251(pins=3,pin_descent=2.5) +module part_to251(pins=3,pin_descent=2.5) { pin_thickness = 0.5; pin_width1 = 1.0; @@ -95,3 +95,4 @@ } } } + Index: TO264.scad =================================================================== --- TO264.scad (revision 37543) +++ TO264.scad (revision 37544) @@ -31,7 +31,7 @@ // in any way. // -module to264(pins=3,pin_descent=2.5) +module part_to264(pins=3,pin_descent=2.5) { pin_thickness = 0.6; pin_width1 = 2.9; @@ -112,3 +112,4 @@ } } } + Index: TO39.scad =================================================================== --- TO39.scad (revision 37543) +++ TO39.scad (revision 37544) @@ -30,7 +30,7 @@ // in any way. // -module to39(pin_descent=2.5) +module part_to39(pin_descent=2.5) { height = 6.35; major_diameter = 8.95; @@ -68,3 +68,4 @@ } } } + Index: TO92.scad =================================================================== --- TO92.scad (revision 37543) +++ TO92.scad (revision 37544) @@ -30,7 +30,7 @@ // in any way. // -module to92(pin_descent=2.5) +module part_to92(pin_descent=2.5) { height = 5.0; diameter = 5.0; @@ -65,3 +65,4 @@ } } } +