Skip to content

Instantly share code, notes, and snippets.

@JakeSays
Created November 6, 2021 00:47
Show Gist options
  • Save JakeSays/377b1e8e21200fe1e48f71677169d447 to your computer and use it in GitHub Desktop.
Save JakeSays/377b1e8e21200fe1e48f71677169d447 to your computer and use it in GitHub Desktop.
font = "Comic Sans MS:style=Bold";
fontres = 50;
translate([-53.5, 4.8, 0])
{
union()
{
linear_extrude(1)
text("8", size = 130, font = font, $fn = fontres);
translate([25, 5, 0])
cube([55, 110, 1]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment