Merge branch 'capper' of git.sixteenmillimeter.com:16mm/mcopy into capper

This commit is contained in:
Matt McWilliams 2023-01-31 11:52:13 -05:00
commit 2dce6f4b08
2 changed files with 9 additions and 1 deletions

View File

@ -296,6 +296,14 @@ module debug () {
translate([ZOffset/2, BackOffset, 0]) linearMotionRod(RodLength); translate([ZOffset/2, BackOffset, 0]) linearMotionRod(RodLength);
translate([0, BackOffset, -70]) lensAssemblyBaseZ(); 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_camera_bellows_board"; PART = "lens_assembly_camera_bellows_board";

View File

@ -41,5 +41,5 @@ module end () {
} }
//color("blue") rails(); color("blue") rails();
translate([0, RAIL_LEN / 2, 0]) end(); translate([0, RAIL_LEN / 2, 0]) end();