Skip to content

Commit

Permalink
Swap mounting screw orientation. #128
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklik committed Aug 25, 2023
1 parent 0e949a6 commit e77ff1d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CAD/src/888_2101.scad
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ module 888_2101(draft=true) // Skid holder

//šroubek tulsté trubky
translate([mount_tube_out_d/2 + big_screw,0,tube_screw_l])
rotate([90,0,0])
rotate([-90,0,0])
cylinder(d=sm_screw,h=tube_hole, center=true,$fn=circle_fn);

translate([mount_tube_out_d/2 + big_screw,0,tube_screw_l])
rotate([-90,0,0])
rotate([90,0,0])
cylinder(d=big_screw,h=tube_hole, center=false,$fn=circle_fn);


Expand All @@ -77,9 +77,9 @@ module 888_2101(draft=true) // Skid holder
rotate([0,0,0])
cylinder(d=M3_head_diameter,h=4, center=true, $fn = circle_fn);

//matičky tlustá trubka
translate([mount_tube_out_d/2 + big_screw,joint_d/3,tube_screw_l])
rotate([90,0,0])
//hlava šroubu tlusta trubka
translate([mount_tube_out_d/2 + big_screw,-joint_d/3,tube_screw_l])
rotate([-90,0,0])
translate([0,0,0])
cylinder(d=M3_head_diameter,h=4, center=true, $fn = circle_fn);
}
Expand Down

0 comments on commit e77ff1d

Please sign in to comment.