include <../assets/laptop_pocket.scad> $fn = 100; laptop_pocket_object(); move_y = thread_height / 2 + laptop_pocket_base_thickness / 2 + laptop_pocket_laptop_thickness / 2 + laptop_pocket_front_thickness / 2; move_z = thread_top_diameter / 2 + laptop_pocket_base_thickness - laptop_pocket_handle_back_height / 2; translate([0, move_y, move_z]) { rotate([90, 0, 0]) { laptop_pocket_front_object(); } }