From d3e9ace45e2c9ad8f68582ef00603cee7f26c213 Mon Sep 17 00:00:00 2001 From: "Schoenberger, Philipp" Date: Thu, 24 Jan 2019 21:28:15 +0100 Subject: [PATCH] change quad motor size --- 3d/quad.scad | 12 +++++------- 3d/remote.scad | 4 ++-- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/3d/quad.scad b/3d/quad.scad index 417c3cf..4eced52 100644 --- a/3d/quad.scad +++ b/3d/quad.scad @@ -7,17 +7,15 @@ with_props=0; with_motor=1; with_pcbs=0; -name="phschoen"; -version="v1.1"; +name="malaika"; +version="v1.2"; text_depth=0.5; - - -motor_d = 8.620; +motor_d = 8.75;//8.620; motor_r=motor_d/2; motor_height = 20; -motor_clamp_wall_thickness = 2.2; +motor_clamp_wall_thickness = 1.75; motor_clamp_d= motor_d + 2*motor_clamp_wall_thickness; motor_clamp_r= motor_clamp_d /2; motor_clamp_cut = 3; @@ -27,7 +25,7 @@ motor_clamp_hight = motor_height + motor_clamp_extra_hight; usb_width=12; usb_hight=8; -motor_helper_disc = 18; +motor_helper_disc = 3; motor_helper_height = 0.3; motor_arm_width = 8; diff --git a/3d/remote.scad b/3d/remote.scad index 47a2340..8b3d0ec 100644 --- a/3d/remote.scad +++ b/3d/remote.scad @@ -28,7 +28,7 @@ show_joysticks_pcb =0; show_stands=1; -screw_d = 2.90; +screw_d = 2.98; screw_d_loos = 3.25; screw_head_d = 6.25; @@ -515,7 +515,7 @@ module top_case() { module switch_with_text(thick=4,top_text="on",bottom_text="off") { dist_text=9.5; - cylinder(d=6.2, h=5*thick+2*eps, center=true); + cylinder(d=6.35, h=5*thick+2*eps, center=true); color("gray")