Skip to content

Commit

Permalink
Rudder wire tunnel fix #194
Browse files Browse the repository at this point in the history
  • Loading branch information
taury55 committed Oct 22, 2019
1 parent 903aac9 commit f3a17a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion parameters.scad
Original file line number Diff line number Diff line change
Expand Up @@ -376,11 +376,12 @@ tail_servo_z_offset = - 5; // posunuti serva vuci uchyc
tail_servo_length = 36; // velikost otvoru pro servo (delka)
tail_servo_height = 32; // velikost otvoru pro servo (vyska)
tail_servo_length_inside = 23.2; // velikost otvoru pro servo bez uchyceni (delka)
tail_servo_wing_depth = 1.2; // tloustka steny upevneni serva
tail_servo_screws_gap = 28; // mezera mezi srouby pro uchyceni serva
tail_servo_screws_z_position = 18; // pozice sroubu pro uchyceni serva (osa Z)
tail_servo_screws_diameter = 1.8; // prumer der na srouby
tail_servo_wall_y_offset = 2; // vyoseni uchyceni pro servo
tail_servo_wire_hole_length = 5; // delka vykusu pro draty
tail_servo_wire_hole_length = 8; // delka vykusu pro draty
tail_servo_wire_hole_width = 13; // sirka vykusu pro draty
tail_servo_wall_and_screws_y_position = 5; // pozice steny a sroubu pro uchyceni serva (osa Y)

Expand Down
4 changes: 2 additions & 2 deletions src/666_1028.scad
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,8 @@ module 666_1028_rudder(side_choose = 1, draft) {
// union(){
//666_1028_body_bottom();
//
//translate([0, 0, tail_bottom_height])
// 666_1028_body_middle();
translate([0, 0, tail_bottom_height])
666_1028_body_middle();

translate([0, 0, tail_bottom_height + global_clearance])
666_1028_rudder();
Expand Down

0 comments on commit f3a17a0

Please sign in to comment.