Skip to content

Instantly share code, notes, and snippets.

@dilawar
Last active June 10, 2022 10:57
Show Gist options
  • Save dilawar/309a080e63fc5b006e51c936f7eddec8 to your computer and use it in GitHub Desktop.
Save dilawar/309a080e63fc5b006e51c936f7eddec8 to your computer and use it in GitHub Desktop.
cube([200, 100, 2]);
translate([5,60, 3])
linear_extrude(2)
text("Congrats!", 30, "Arial");
translate([5,35,3])
linear_extrude(1.5)
text("Dr. Motu Mc Chotu!", 16, "Arial");
translate([5,15,3])
linear_extrude(1)
text("2022 Jun 10 | SubCom", 8, "Arial");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment