zwave-2002-lock/scad/assembly.scad

27 lines
857 B
OpenSCAD

use <joystick_top.scad>
use <joystick_bottom.scad>
use <joystick_top_trigger_cap.scad>
use <joystick_top_keyboard_3.scad>
use <joystick_holder.scad>
use <weight.scad>
use <weight_top.scad>
use <box.scad>
use <pcb_shelf.scad>
use <cover_lower.scad>
use <cover_upper.scad>
use <joystick_dome_ring.scad>
translate([0,0,130])rotate([0,0,-90]) joystick_bottom();
translate([0,0,130]) joystick_top();
translate([0,30,55+130])rotate([0,-25,70]) joystick_trigger_cap();
translate([-60/2-5/2+40/2,0,35+130])rotate([45,0,0]) joystick_top_keyboard();
color([0,1,0])translate([0,15,5]) weight();
color([0,1,0])translate([0,15,5+20.3]) weight_top();
translate([0,15,0]) box();
translate([0,0,5]) joystick_holder();
translate([0,0,40.6+10]) joystick_dome_ring();
translate([0,15,5+20]) pcb_shelf();
translate([0,15,5]) cover_upper();
translate([0,15,5]) cover_lower();