Skip to content

Instantly share code, notes, and snippets.

@pteacher
Created August 12, 2020 07:52
Show Gist options
  • Save pteacher/8229df4757c8c296ac58829eba571d86 to your computer and use it in GitHub Desktop.
Save pteacher/8229df4757c8c296ac58829eba571d86 to your computer and use it in GitHub Desktop.
Window stopper
difference() {
linear_extrude(20)
text("STOP", spacing=0.8, font="Paper Works Personal Use only:style=Bold", size=50);
translate([0, -10, 20])
rotate([0, 13, 0])
cube([100, 60, 40]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment