discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

A little fun

L
lar3ry
Thu, Jun 13, 2019 4:38 PM

Here's something I cribbed from MichaelAtOz.

union() {
import("L:/3D/Prints/Fun/Sherrif_badge/Sherriff B - Blank.stl");

color("black")
translate([-21,2,0])
linear_extrude(6.5)
text ("STEENKING", 5.4, "Arial:style=Bold");
color("black")
translate([-13,-7.4,0])
linear_extrude(6.5)
text ("BADGE", 5.4, "Arial:style=Bold");
}
Badge.png http://forum.openscad.org/file/t2121/Badge.png

--
Sent from: http://forum.openscad.org/

Here's something I cribbed from MichaelAtOz. union() { import("L:/3D/Prints/Fun/Sherrif_badge/Sherriff B - Blank.stl"); color("black") translate([-21,2,0]) linear_extrude(6.5) text ("STEENKING", 5.4, "Arial:style=Bold"); color("black") translate([-13,-7.4,0]) linear_extrude(6.5) text ("BADGE", 5.4, "Arial:style=Bold"); } Badge.png <http://forum.openscad.org/file/t2121/Badge.png> -- Sent from: http://forum.openscad.org/
L
lar3ry
Thu, Jun 13, 2019 4:44 PM

oops! Forgot to send the STL it was based on.

Sherriff_B_-_Blank.stl
http://forum.openscad.org/file/t2121/Sherriff_B_-_Blank.stl

--
Sent from: http://forum.openscad.org/

oops! Forgot to send the STL it was based on. Sherriff_B_-_Blank.stl <http://forum.openscad.org/file/t2121/Sherriff_B_-_Blank.stl> -- Sent from: http://forum.openscad.org/