Removed redundant longer = true with nyloc = true.

This commit is contained in:
Chris Palmer 2021-01-18 10:33:17 +00:00
parent 7f9122ae66
commit dc3905b284
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ function cam_screw_length(cam) = let(
front = cam_front_size(cam),
screw = pcb_screw(camera_pcb(cam)),
nut = screw_nut(screw)
) screw_length(screw, front.z - nut_trap_depth(nut), 1, nyloc = true, longer = true);
) screw_length(screw, front.z - nut_trap_depth(nut), 1, nyloc = true);
function hinge_z(cam) = cam_screw_length(cam) - hinge_r;