Skip to content

Commit

Permalink
Extend tolerance of rear skids landing gear tube holder.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklik committed Aug 1, 2023
1 parent 6cac754 commit 41b6853
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CAD/src/888_2006.scad
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ module 888_2006(draft=true)
cube([length,box_h,thickness]);


888_1003();
minkowski(){
cylinder(d=global_clearance/2, h = global_clearance,$fn=60);
intersection(){
translate([top_leg_screw_pos_x-x_border,-box_h+(height_above_top_leg_screw+top_leg_screw_pos_y),0])
cube([length,box_h,thickness*2]);
888_1003();
}
}
/*translate([260,0,0])
cylinder(d=8, h = 8,$fn=60);*/

Expand Down

0 comments on commit 41b6853

Please sign in to comment.