convert png to stl

15 views
Skip to first unread message

charles meyer

unread,
May 25, 2026, 2:34:55 PM (5 days ago) May 25
to sect...@googlegroups.com

My talented listmates,

A cartoonist friend wants to convert this drawing - character to 3D print them. I signed up for a free meshy account, uploaded the png, and clicked convert to stl but when I click Download it just displays all sorts of paying options. 

Has anyone used meshy and downloaded an .stl? 

Have you used luma? Tripo? Kaedim? Other AI or application which converts a png into stl for free? 

Thank you.

Charles.


Jeff budrys

unread,
May 25, 2026, 3:57:21 PM (5 days ago) May 25
to sect...@googlegroups.com
There are free options here. The keychain generator is new, but might be a fast easy way to get what you need. I’ll try it this afternoon. 

Jeff 


On May 25, 2026, at 11:34, charles meyer <reachm...@gmail.com> wrote:


--
You received this message because you are subscribed to the Google Groups "Sector67 Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sector67+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sector67/CAFTwCBa%3D__Enuw9WHzMwgR25ni6UnT9Bw%3DzZ0Z-gRAaARQq6gQ%40mail.gmail.com.

cha...@charlescollins.net

unread,
May 25, 2026, 4:31:29 PM (5 days ago) May 25
to sect...@googlegroups.com, Jeff budrys

When I used meshy that it defaults to the Version 6 "pay model". If you go back to meshy and use model version 5 ( in the bottom left after uploading the image) it will be free.
Charles C

John G. Heim

unread,
May 25, 2026, 8:55:55 PM (5 days ago) May 25
to sect...@googlegroups.com, charles meyer

FWIW, you can use inkscape to convert a  png to an svg file and then use openscad to convert the svg into an stl.

The inkscape command  is something like this:

$ inkscape --export-type=svg --export-filename=image.svg image.png

The openscad command is somewhat more complicated:

openscad -D "image=\"image.svg\"" -o "image.stl" svgtostl.scad

Here's the  svgtostl.scad code:

image="error";
linear_extrude(height = 1) {
    import(file = image);
}
I have no idea  if this  actually works. I know  it produces  an stl file  but I don't  know if you can print it. I  was messing around  with it trying to print some maps for a D&D game I was running. I was hoping to print the maps on  a 3D  printer so myself and  my blind  friends  could have  a map  to  go by.  It might be interesting to actually give it a try someday.

Davie

unread,
May 25, 2026, 10:05:52 PM (5 days ago) May 25
to 'John G. Heim' via Sector67 Public, charles meyer
I use Inkscape and fusion for this often. In Inkscspe GUI and use Path > Trace Bitmap. You have to play around with how you want to define the lines, any smoothing and so on. Use the preview button to see if you are on the right track. I haven't found any one method to be universal, I just poke around until I find something that works.
Once you have an SVG then you can import that into a variety of CAD programs.
- Davie
--
Sent from mobile
Reply all
Reply to author
Forward
0 new messages