OpenSCAD Module Biohazard Trefoil

OpenSCAD Module Biohazard Trefoil

Description

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<biohazard_trefoil.scad>; 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); ```

Statistics

Likes

4

Downloads

0

Category

Decor