include <../assets/hook.scad> $fn = 100; size = hole_entrance * 1.2; move_x = size * (hook_manufacture_count - 1) / 2; for (count = [-move_x : size : move_x]) { translate([count, 0, 0]) { hook_object(); } }