Skip to content

Instantly share code, notes, and snippets.

@four0four
Last active March 24, 2023 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save four0four/9ae4f8ec870222e8eae90d1822e8c9f7 to your computer and use it in GitHub Desktop.
Save four0four/9ae4f8ec870222e8eae90d1822e8c9f7 to your computer and use it in GitHub Desktop.
Simple piston-ring-pusher tool to help with measuring gaps repeatably. Requires https://github.com/revarbat/BOSL2 for the chamfer.
include <BOSL2/std.scad>
$fn=500;
difference() {
union() {
difference() {
cylinder(h=25, r = 50, center = false);
up(25) #chamfer_cylinder_mask(r=50, chamfer=2);
}
cylinder(h=5, r = 60, center = true);
}
cylinder(h=100, r = 40, center = true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment