Merge in 9 months of work on capper branch #71
|
@ -16,7 +16,7 @@ CapThickness = 3;
|
||||||
|
|
||||||
CapCatchDiameter = 38;
|
CapCatchDiameter = 38;
|
||||||
CapCatchLength = 2;
|
CapCatchLength = 2;
|
||||||
CapCatchOffset = 15;
|
CapCatchOffset = 15 + 1;
|
||||||
|
|
||||||
CapRimDiameter = 46.5;
|
CapRimDiameter = 46.5;
|
||||||
CapRimThickness = 3;
|
CapRimThickness = 3;
|
||||||
|
@ -465,7 +465,7 @@ module driveCouplingDCConnector () {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
PART2 = "bellows_camera_board";
|
PART2 = "bellows_camera_board_adapter";
|
||||||
|
|
||||||
if (PART2 == "drive_coupling_DC_connector") {
|
if (PART2 == "drive_coupling_DC_connector") {
|
||||||
driveCouplingDCConnector();
|
driveCouplingDCConnector();
|
||||||
|
@ -481,7 +481,7 @@ if (PART2 == "drive_coupling_DC_connector") {
|
||||||
rotate([180, 0, 0]) animationMotorCap();
|
rotate([180, 0, 0]) animationMotorCap();
|
||||||
} else if (PART2 == "drive_coupling") {
|
} else if (PART2 == "drive_coupling") {
|
||||||
driveCoupling();
|
driveCoupling();
|
||||||
} else if (PART2 == "bellows_camera_board") {
|
} else if (PART2 == "bellows_camera_board_adapter") {
|
||||||
bodyCapBellowsAdapter();
|
bodyCapBellowsAdapter();
|
||||||
} else if (PART2 == "bellows_camera_board") {
|
} else if (PART2 == "bellows_camera_board") {
|
||||||
bellows_camera_board();
|
bellows_camera_board();
|
||||||
|
|
|
@ -298,9 +298,11 @@ module debug () {
|
||||||
translate([0, BackOffset, -70]) lensAssemblyBaseZ();
|
translate([0, BackOffset, -70]) lensAssemblyBaseZ();
|
||||||
}
|
}
|
||||||
|
|
||||||
PART = "lens_assembly_threaded_z";
|
PART = "lens_assembly_camera_bellows_board";
|
||||||
|
|
||||||
if (PART == "lens_assembly_bellows_board") {
|
if (PART == "lens_assembly_camera_bellows_board") {
|
||||||
|
bellows_camera_board();
|
||||||
|
} else if (PART == "lens_assembly_bellows_board") {
|
||||||
lensAssemblyBellowsBoard();
|
lensAssemblyBellowsBoard();
|
||||||
} else if (PART == "lens_assembly_threaded_z") {
|
} else if (PART == "lens_assembly_threaded_z") {
|
||||||
lensAssemblyThreadedZ();
|
lensAssemblyThreadedZ();
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue