Index: MPAK.scad =================================================================== --- MPAK.scad (revision 37542) +++ MPAK.scad (revision 37543) @@ -31,7 +31,7 @@ // in any way. // -module mpak(fillet=0) +module part_mpak(fillet=0) { module fillet(pad_width=0.45, pad_len=1.1, pad_height= 0.2) { Index: SC70_4.scad =================================================================== --- SC70_4.scad (revision 37542) +++ SC70_4.scad (revision 37543) @@ -31,7 +31,7 @@ // in any way. // -module sc70_4(fillet=0) +module part_sc70_4(fillet=0) { module fillet(pad_len=0.3, pad_width=0.3, pad_height= 0.2) { Index: SC90.scad =================================================================== --- SC90.scad (revision 37542) +++ SC90.scad (revision 37543) @@ -31,7 +31,7 @@ // in any way. // -module sc90(fillet=0) +module part_sc90(fillet=0) { module fillet(pad_len=0.2, pad_width=0.2, pad_height= 0.15) { Index: SOT143.scad =================================================================== --- SOT143.scad (revision 37542) +++ SOT143.scad (revision 37543) @@ -32,7 +32,7 @@ // -module sot143(fillet=0) +module part_sot143(fillet=0) { module fillet(pad_len=0.35, pad_width=0.4, pad_height= 0.1) { fillet_height = pad_height/3; Index: SOT223.scad =================================================================== --- SOT223.scad (revision 37542) +++ SOT223.scad (revision 37543) @@ -32,7 +32,7 @@ // -module sot223(fillet=0) +module part_sot223(fillet=0) { module fillet(pad_len=0.7, pad_width=0.6, pad_height= 0.2) { Index: SOT23.scad =================================================================== --- SOT23.scad (revision 37542) +++ SOT23.scad (revision 37543) @@ -30,7 +30,7 @@ // in any way. // -module sot23(fillet=0) +module part_sot23(fillet=0) { module fillet(pad_len=0.23, pad_width=0.43,pad_height= 0.1) { Index: SOT25.scad =================================================================== --- SOT25.scad (revision 37542) +++ SOT25.scad (revision 37543) @@ -31,7 +31,7 @@ // in any way. // -module sot25(fillet=0) +module part_sot25(fillet=0) { module fillet(pad_len=0.23, pad_width=0.43, pad_height= 0.1) { Index: SOT26.scad =================================================================== --- SOT26.scad (revision 37542) +++ SOT26.scad (revision 37543) @@ -31,7 +31,7 @@ // in any way. // -module sot26(fillet=0) +module part_sot26(fillet=0) { module fillet(pad_len=0.23, pad_width=0.43, pad_height= 0.1) { Index: SOT323.scad =================================================================== --- SOT323.scad (revision 37542) +++ SOT323.scad (revision 37543) @@ -31,7 +31,7 @@ // in any way. // -module sot323(fillet=0) +module part_sot323(fillet=0) { module fillet(pad_len=0.3, pad_width=0.3, pad_height= 0.2) { Index: SOT323D.scad =================================================================== --- SOT323D.scad (revision 37542) +++ SOT323D.scad (revision 37543) @@ -31,7 +31,7 @@ // in any way. // -module sot323D(fillet=0) +module part_sot323D(fillet=0) { module fillet(pad_len=0.3, pad_width=0.3, pad_height= 0.2) { Index: SOT325.scad =================================================================== --- SOT325.scad (revision 37542) +++ SOT325.scad (revision 37543) @@ -31,7 +31,7 @@ // in any way. // -module sot325(fillet=0) +module part_sot325(fillet=0) { module fillet(pad_len=0.3, pad_width=0.3, pad_height= 0.2) { Index: SOT326.scad =================================================================== --- SOT326.scad (revision 37542) +++ SOT326.scad (revision 37543) @@ -31,7 +31,7 @@ // in any way. // -module sot326(fillet=0) +module part_sot326(fillet=0) { module fillet(pad_len=0.3, pad_width=0.3, pad_height= 0.2) { Index: SOT89.scad =================================================================== --- SOT89.scad (revision 37542) +++ SOT89.scad (revision 37543) @@ -31,7 +31,7 @@ // in any way. // -module sot89(fillet=0) +module part_sot89(fillet=0) { module fillet(pad_width=0.48,pad_len=1.0,pad_height= 0.4) { fillet_height = pad_height/3;