Update debug

This commit is contained in:
Matt McWilliams 2023-01-23 00:28:26 -05:00
parent ab6f517d27
commit cc06655cd6
1 changed files with 8 additions and 0 deletions

View File

@ -296,6 +296,14 @@ module debug () {
translate([ZOffset/2, BackOffset, 0]) linearMotionRod(RodLength);
translate([0, BackOffset, -70]) lensAssemblyBaseZ();
translate([0, 130, 0]) rotate([90, 0, 0]) bellows_camera_board();
translate([0, 130/2, 0]) color("blue") {
difference () {
cube([70, 130-10, 70], center = true);
cube([40, 130 + 1, 40], center = true);
}
}
}
PART = "lens_assembly_threaded_z";