Index: BNC_LAY.scad =================================================================== --- BNC_LAY.scad (revision 37544) +++ BNC_LAY.scad (revision 37545) @@ -30,7 +30,7 @@ // in any way. // -module bnc_lay(pin_descent = 2.5) +module part_bnc_lay(pin_descent = 2.5) { overall_length = 34.7; body_length = 13.97; @@ -156,3 +156,4 @@ mounting_pins(); } } + Index: DSUB.scad =================================================================== --- DSUB.scad (revision 37544) +++ DSUB.scad (revision 37545) @@ -32,7 +32,7 @@ // in any way. // -module dsub(pins=9,gender=1,rotation=90,pin_descent=2.5) +module part_dsub(pins=9,gender=1,rotation=90,pin_descent=2.5) { // body_width = 1.378603*pins + 18.48503; @@ -252,3 +252,4 @@ } } } + Index: pwrjack.scad =================================================================== --- pwrjack.scad (revision 37544) +++ pwrjack.scad (revision 37545) @@ -31,7 +31,7 @@ // in any way. // -module pwrjack(centre_pin_dia = 2.1,pin_descent=2.5) +module part_pwrjack(centre_pin_dia = 2.1,pin_descent=2.5) { pin_thickness = 0.3; pin1_width = 2.8; @@ -98,3 +98,4 @@ } } } +