minor adjustments

main
zeus 2022-09-13 14:58:13 +02:00
parent beb92d38e0
commit 71dcf7f68b
2 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ m_grill_offset=5;
m_grill_spacing=m_grill_w;
//port ethernet:
p_eth_hole_dist=27.5;
p_eth_hole_dia=4.5;
p_eth_hole_dia=3.5;
p_eth_slack=0.5;
p_eth_base_x=22+p_eth_slack;
p_eth_base_y=21.75+p_eth_slack;
@ -41,7 +41,7 @@ p_eth_cut_x_offset=0;
p_eth_cut_y_offset=1.5;
//port usb:
p_usb_hole_dist=30;
p_usb_hole_dia=4.5;
p_usb_hole_dia=3.5;
p_usb_slack=0.5;
p_usb_base_x=23+p_eth_slack;
p_usb_base_y=16.5+p_eth_slack;
@ -52,11 +52,11 @@ p_usb_cut_x_offset=0;
p_usb_cut_y_offset=0;
//port vga:
p_vga_hole_dist=25;
p_vga_hole_dia=4.5;
p_vga_hole_dia=3.5;
p_vga_slack=0.5;
p_vga_base_x=34+p_eth_slack;
p_vga_base_y=15.25+p_eth_slack;
p_vga_cut_x=15.75+p_eth_slack;
p_vga_cut_x=16+p_eth_slack;
p_vga_cut_y=8+p_eth_slack;
p_vga_cut_z=mt;
p_vga_cut_x_offset=0;
@ -194,7 +194,7 @@ module shield_ports(){
translate([22.5,-1,-3*mt-q])rotate([0,0,-90])#port_ethernet();
translate([50,0,-3*mt-q])rotate([0,0,-90])#port_usb();
//flipped and embossed so that only 1mm of the plate thickness is left, due to the way, d-sub is mounted, and no support is needed for printing
translate([75,-1,-mt-(mt-1)])rotate([180,0,-90])port_vga();
translate([75,-1,-mt-(mt-1)])rotate([180,0,-90])#port_vga();
// slots
for (x=[-60,-52.5,-22.5,-15,-7.5,7.5,37.5,62.5]){
translate([x,0,-3*mt-q])rotate([0,0,90])#port_slot();