Skip to content

Commit

Permalink
fix radius
Browse files Browse the repository at this point in the history
  • Loading branch information
qguv committed Apr 22, 2024
1 parent 3c81870 commit a33bdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a5-stop.scad
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module all() {
// walls
translate([0, a, 0]) {
translate([size / 2 - wall, -size / 2 + wall, 0]) {
rect_tube(size=size, wall=wall, rounding=3, h=d);
rect_tube(size=size, wall=wall, rounding=3+wall, h=d);
}
}
}
Expand Down

0 comments on commit a33bdb7

Please sign in to comment.