Last active
June 10, 2022 10:57
-
-
Save dilawar/309a080e63fc5b006e51c936f7eddec8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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