1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-10 09:24:01 +02:00

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

View File

@@ -68,7 +68,7 @@ function cam_screw_length(cam) = let(
front = cam_front_size(cam), front = cam_front_size(cam),
screw = pcb_screw(camera_pcb(cam)), screw = pcb_screw(camera_pcb(cam)),
nut = screw_nut(screw) 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; function hinge_z(cam) = cam_screw_length(cam) - hinge_r;