Thingiverse
OpenSCAD Module Biohazard Trefoil
di cyborg_x1
8
Download
5
Likes
1
Makes
Here you have a standard Biohazard sign as OpenScad Module.
Inside the library the sign is created by giving the outer diameter of it.
So you can integrate it easily in your design of a warning sign of your Lab ;-) or just for some nerdy decoration needs.
Example code:
```
include;
angle1 = 30;
color("red")
linear_extrude(10)
biohazard_trefoil(60, angle1);
angle2 = 50;
color("lime")
translate([150, 0, 0])
linear_extrude(20)
biohazard_trefoil_encircled(50, 2.5, 2.5, angle2, $fn=200);
```
Inside the library the sign is created by giving the outer diameter of it.
So you can integrate it easily in your design of a warning sign of your Lab ;-) or just for some nerdy decoration needs.
Example code:
```
include;
angle1 = 30;
color("red")
linear_extrude(10)
biohazard_trefoil(60, angle1);
angle2 = 50;
color("lime")
translate([150, 0, 0])
linear_extrude(20)
biohazard_trefoil_encircled(50, 2.5, 2.5, angle2, $fn=200);
```
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!