Skip to content

Commit

Permalink
t-support
Browse files Browse the repository at this point in the history
  • Loading branch information
5axes committed Mar 10, 2021
1 parent 4f8ad2d commit 49fedb0
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 131 deletions.
2 changes: 1 addition & 1 deletion models/t-support.scad
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ union() {
translate([0.5,0.5,0.0]) cylinder( h=1, r=0.5 , center = true);
translate([1,0.5,0.5]) rotate([-90, 0, 90]) {
linear_extrude(height=1) {
polygon(points=[[-1,0],[-1,-0.025],[1,-0.025],[1,0],[-1,0],[1,0],[0.1,0.5],[-0.1,0.5]], convexity=1);
polygon(points=[[-1,0],[-1,-0.05],[1,-0.05],[1,0],[-1,0],[1,0],[0.1,0.5],[-0.1,0.5]], convexity=1);
}
}
}
Loading

0 comments on commit 49fedb0

Please sign in to comment.