Want to learn OpenSCAD and I need a couple of stop signs. I plan on also learning how to do filament switches and print this with red base and white top. Or if I'm lazy print red and paint the raised border and text white.
Included the scad file. No idea why it's rendering without the text in the preview.
OpenSCAD
Designed in OpenSCAD with spheres and some hacky math to get things rotated.
It's got variables so you can change:
sides = number of sides (works up to 12)
height = total height of the sign
width = diamenter of the sphere
edge_width = the width of the border (default 2.7% of width)
txt = the text (default "STOP")
txt_font = the font to use (default "Lohit Telugu")
txt_size = size of the font (defaults to about 59% of width)