Skip to content

Commit

Permalink
fix 3821 and 3822
Browse files Browse the repository at this point in the history
  • Loading branch information
schiele committed Mar 7, 2024
1 parent 9965483 commit 4406adb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions soLDraw.scad
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,12 @@ module p3821() /*[3821]*/ render() scale(sc) {
linear_extrude(8) hull() for(i=[36, 44])
translate([-12, i]) circle(d=4);
}
rotate([0, -90, 0]) translate([0, 0, 5])
linear_extrude(8) translate([-12, 44]) circle(d=4);
rotate([0, -90, 0]) {
translate([0, 0, 5]) linear_extrude(8)
translate([-12, 44]) circle(d=4);
translate([0, 0, 10]) linear_extrude(3)
translate([-12, 49]) square(10, center=true);
}
}
}

Expand Down

0 comments on commit 4406adb

Please sign in to comment.