Skip to content

Instantly share code, notes, and snippets.

@jkremser
Last active February 7, 2025 20:06
Show Gist options
  • Save jkremser/745f70911ca695b13c5e9b330c1959cc to your computer and use it in GitHub Desktop.
Save jkremser/745f70911ca695b13c5e9b330c1959cc to your computer and use it in GitHub Desktop.
// polygon
linear_extrude(20, twist=140,slices=500,scale=0)
translate([-1,0,0])
polygon([[-5,-5],[10,0],[6,4],[5,10],[3,6],[-5,2]]);
// svg
linear_extrude(800, scale=.4, twist=120, slices=11)
translate([-280,-280,0])
import("/Users/jkremser/Downloads/logo-ked.svg");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment