Removed redundant longer = true with nyloc = true.
This commit is contained in:
parent
7f9122ae66
commit
dc3905b284
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue