Hi Guys I have made a drawing of a Logo and want to be

Hi Guys
I have made a drawing of a Logo and want to be able to convert the 2D drawing to a 3D Model. Would like ti be able to 3D print the model

What free software can I use to convert the drawing to 3D.

Have a look at Autodesk 123 make, sorry catch!
http://www.123dapp.com/catch

Most software has a trial period if you’re not looking for something long term.
Also, if I’m not mistaken (been awhile since I used this feature) put Adobe cs4 or 5 added 3D. So I think photoshop or illustrator can make your logo 3D, then it’s just a matter of making sure it’s the correct file format for whatever printer you’re going to use.

Did you make a vector or raster image?

Inkscape can do it (with OpenScad) but it takes a few steps.

You can use Blender.

  • Import the logo in svg format

  • In object mode, press ALT together with C (to convert the bezier curve in a mesh)

  • In edit mode, press the E key (to extrude) followed by the X, Y and Z (depending on the extrusion axis).

  • Check the print 3D addon tool box that is ready for printing.

  • Export to the appropriate format.

Blender is the way to go. Solid works also has auto trace but isn’t a free software.

You can do this in +FreeCAD. Import the drawings and extrude the shape.

Inkscape has an extension to extrude a drawing into 3d to a specified thickness that will open in OpenSCAD, both programs and the extension are free.

Openscad has native image import now. You set the height, depth and width. It converts the image to grayscale and height is determined by the value. It’s great for making lithophanes, but there is some aliasing because it’s not vector based.