Quick question, if I’ve got a 2D file (a logo) is there any simple way to raise parts of that logo up into a 3D file? Perhaps a customisable thing on thingiverse? Can’t seem to find one.
One way would be to draw it and save it as a DXF file then use OpenSCAD to import the DXF and extruder it.
There are examples on the OpenSCAD site.
Try this:
http://geisel.ba-bautzen.de/bmp2iges.htm
Thanks for the answers guys
Tinkercad has an excellent method to import an SVG file (saved from Illustrator) at a specified height.
@Brian_Evans TinkerCAD ended up being absolutely perfect for what I needed. Thanks.