modifications to star64, rock64 and indent.scad for jack_3.5, updated sbc model framework
This commit is contained in:
Submodule SBC_Model_Framework updated: b9b323ef65...5613faccdd
@@ -246,7 +246,7 @@ module indent(loc_x, loc_y, loc_z, rotation, side, class, type, wallthick, gap,
|
||||
rotate([90,0,0]) cylinder(d=10, h=wallthick);
|
||||
}
|
||||
if(class == "audio" && type == "jack_3.5" && rotation == 270 && side == "top") {
|
||||
place(width-(wallthick+gap)-8-wallthick/2,loc_y+3.15,loc_z+2,8,8,rotation,side)
|
||||
place(width-(wallthick+gap)-8-wallthick/2,loc_y+3.25,loc_z+2.75,8,8,rotation,side)
|
||||
rotate([90,0,0]) cylinder(d=10, h=wallthick);
|
||||
}
|
||||
if(class == "audio" && type == "jack_3.5" && rotation == 0 && side == "bottom") {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -143,7 +143,7 @@ top_standoff_type = "blind"; //[none, countersunk, recessed, nut holder, blind]
|
||||
top_standoff_pillar = "hex"; //[hex, round]
|
||||
top_standoff_diameter = 5.75; //[0:.01:10]
|
||||
top_standoff_hole_size = 2.75; //[0:.01:5]
|
||||
top_standoff_support_size = 10; //[0:.01:15]
|
||||
top_standoff_support_size = 10; //[0:.01:25]
|
||||
top_standoff_support_height = 4; //[0:.01:50]
|
||||
top_standoff_insert = false;
|
||||
top_standoff_insert_dia = 4.2; //.01
|
||||
@@ -179,7 +179,7 @@ bottom_standoff_type = "countersunk"; //[none, countersunk, recessed, nut holder
|
||||
bottom_standoff_pillar = "hex"; //[hex, round]
|
||||
bottom_standoff_diameter = 5.75; //[2:.01:10]
|
||||
bottom_standoff_hole_size = 3.4; //[0:.01:5]
|
||||
bottom_standoff_support_size = 10; //[1:.01:15]
|
||||
bottom_standoff_support_size = 10; //[1:.01:25]
|
||||
bottom_standoff_support_height = 4; //[0:.01:50]
|
||||
bottom_standoff_insert = false;
|
||||
bottom_standoff_insert_dia = 4.2; //.01
|
||||
@@ -214,7 +214,7 @@ ext_top_standoff_type = "blind"; //[none, countersunk, recessed, nut holder, bli
|
||||
ext_top_standoff_pillar = "hex"; //[hex, round]
|
||||
ext_top_standoff_diameter = 5.75; //[0:.01:10]
|
||||
ext_top_standoff_hole_size = 2.75; //[0:.01:5]
|
||||
ext_top_standoff_support_size = 10; //[0:.01:15]
|
||||
ext_top_standoff_support_size = 10; //[0:.01:25]
|
||||
ext_top_standoff_support_height = 4; //[0:.01:50]
|
||||
ext_top_standoff_insert = false;
|
||||
ext_top_standoff_insert_dia = 4.2; //.01
|
||||
@@ -248,7 +248,7 @@ ext_bottom_standoff_type = "countersunk"; //[none, countersunk, recessed, nut ho
|
||||
ext_bottom_standoff_pillar = "hex"; //[hex, round]
|
||||
ext_bottom_standoff_diameter = 5.75; //[2:.01:10]
|
||||
ext_bottom_standoff_hole_size = 3.4; //[0:.01:5]
|
||||
ext_bottom_standoff_support_size = 10; //[1:.01:15]
|
||||
ext_bottom_standoff_support_size = 10; //[1:.01:25]
|
||||
ext_bottom_standoff_support_height = 4; //[0:.01:50]
|
||||
ext_bottom_standoff_insert = false;
|
||||
ext_bottom_standoff_insert_dia = 4.2; //.01
|
||||
@@ -283,7 +283,7 @@ multipcb_top_standoff_type = "blind"; //[none, countersunk, recessed, nut holder
|
||||
multipcb_top_standoff_pillar = "hex"; //[hex, round]
|
||||
multipcb_top_standoff_diameter = 5.75; //[0:.01:10]
|
||||
multipcb_top_standoff_hole_size = 2.75; //[0:.01:5]
|
||||
multipcb_top_standoff_support_size = 7; //[0:.01:15]
|
||||
multipcb_top_standoff_support_size = 7; //[0:.01:25]
|
||||
multipcb_top_standoff_support_height = 4; //[0:.01:50]
|
||||
multipcb_top_standoff_insert = false;
|
||||
multipcb_top_standoff_insert_dia = 4.2; //.01
|
||||
@@ -317,7 +317,7 @@ multipcb_bottom_standoff_type = "countersunk"; //[none, countersunk, recessed, n
|
||||
multipcb_bottom_standoff_pillar = "hex"; //[hex, round]
|
||||
multipcb_bottom_standoff_diameter = 5.75; //[2:.01:10]
|
||||
multipcb_bottom_standoff_hole_size = 3.4; //[0:.01:5]
|
||||
multipcb_bottom_standoff_support_size = 7; //[1:.01:15]
|
||||
multipcb_bottom_standoff_support_size = 7; //[1:.01:25]
|
||||
multipcb_bottom_standoff_support_height = 4; //[0:.01:50]
|
||||
multipcb_bottom_standoff_insert = false;
|
||||
multipcb_bottom_standoff_insert_dia = 4.2; //.01
|
||||
|
||||
Reference in New Issue
Block a user