Browse Source

change quad motor size

master
Schoenberger, Philipp 6 years ago
parent
commit
d3e9ace45e
  1. 12
      3d/quad.scad
  2. 4
      3d/remote.scad

12
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;

4
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")

Loading…
Cancel
Save