make neutrik D cutout bigger, simplifies that frame wall

This commit is contained in:
Brian S. Stephan 2023-09-11 09:45:09 -05:00
parent 28c0c0e475
commit fe961e8a7e
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ module neutrik_d_mount() {
translate([9.5, 12, 0]) neutrik_d_screw_hole();
translate([-9.5, -12, 0]) neutrik_d_screw_hole();
// clearance for cutting space out of e.g. frame wall
translate([0, 0, 25]) cube([32, 37, 50], center=true);
translate([0, 0, 25]) cube([32, 40, 50], center=true);
}
module m3_mount_post() {