Merge in 9 months of work on capper branch #71

Merged
mattmcw merged 95 commits from capper into main 2023-02-19 05:28:46 +00:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit 2dce6f4b08 - Show all commits

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();