canon_ble #82

Merged
mattmcw merged 149 commits from canon_ble into main 2023-08-01 03:38:52 +00:00
1 changed files with 7 additions and 5 deletions
Showing only changes of commit 908fe52ad8 - Show all commits

View File

@ -28,11 +28,13 @@ module case_mount_debug () {
} }
module case_mounts_debug () { module case_mounts_debug () {
Z = -CaseInnerZ/2+(CaseMountsH/2); X = CaseMountsX/2;
translate([CaseMountsX/2, CaseMountsY/2, Z]) case_mount_debug(); Y = CaseMountsY/2;
translate([CaseMountsX/2, -CaseMountsY/2, Z]) case_mount_debug(); Z = -(CaseInnerZ/2)+(CaseMountsH/2);
translate([-CaseMountsX/2, CaseMountsY/2, Z]) case_mount_debug(); translate([X, Y, Z]) case_mount_debug();
translate([-CaseMountsX/2, -CaseMountsY/2, Z]) case_mount_debug(); translate([X, -Y, Z]) case_mount_debug();
translate([-X, Y, Z]) case_mount_debug();
translate([-X, -Y, Z]) case_mount_debug();
} }
module case_debug () { module case_debug () {