Rendered at 23:54:02 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
pyuser314 1 hours ago [-]
This is implemented well.
FWIW: I find explaining to Claude or Gemini what I want and that I’m using Openscad works super well. The bonus is that I can make further changes in Openscad or continue the chat to further refine the code.
Printytron 52 minutes ago [-]
Thank you! I'm glad you like it! Please let me know if you have any feedback or hit bugs.
I've found printy works best if you prompt her like:
1. Situational context (eg: my kids pull the toilet paper and it free spins till the roll is empty)
2. Specifics (eg: my roll holder is 9mm in diameter and 10cm long)
3. Desired outcome (eg: I want something I can clip on it to add friction and slow the roll down from spinning)
Flux159 4 hours ago [-]
It's a nice demo and appreciate the guides on what won't work well. Also pretty nice to be able to try it out anonymously without having to sign in.
It'd be nice to have some info on how it's substantially different from something like https://github.com/earthtojake/text-to-cad (besides from being hosted). Is there a 'document' format you're working with besides from being able to export to stl? Can we download that / continue our work with another editor if we need to make updates? I guess how far into production parts is this project aiming to go?
Printytron 2 hours ago [-]
Heya! Thanks for the useful set of questioning.
I hadn't seen earthtojake/text-to-cad, looks cool I'll have to check it out. I approached creating printy to solve the problem of friends and family wanting me to print "something" for them, but them not knowing CAD or how to search thingiverse or whatever.
The other reason was, I like to do woodwork or other physical maker hobbies, but going and trying to hack something together in tinkercad to use in my project would end up burning hours I could have been building.
Ideally, printytron solves those.
I've been doing some work on file types recently - I'm hoping to give more support for different types, to allow you to do exactly what your describing. Do you have any specific file types you're chasing?
As for the production parts question, I'm not sure how to answer that. Because I suspect you and I have different definitions of production parts. At the end of the day I'm working on Printy for the love of the game. I just want to make a product people love using and is useful. (Hence leading with entirely unlogged-in experience first.)
Printytron 1 hours ago [-]
This was very unexpected to wake up to this morning! I'm seeing about 10 to 20 times the traffic I normally would.
Please if you have any user feedback or bugs or feature requests - let me know! I'm listening.
I'm just trying to make a product people love and delivers value.
And if you find it useful, please share it with a friend.
efxhoy 4 hours ago [-]
This is really cool. I'm interested in getting into 3d printing parts to help with my wood working but I can't find the time to get productive in CAD software. Something like this feels like it might tip the balance into having a 3d printer actually save me time instead of becoming another black hole of tinkering time.
Printytron 2 hours ago [-]
You and me too! Of the two primary user problems I made printytron to address, this is one of them.
Any time I'm making furniture or some workshop project, going and using CAD just burns hours if rather be in the workshop.
I hadn't see this before, super cool. I'll have to check it out.
anthonj 2 hours ago [-]
Refused to design a dragon dildo :(
Printytron 2 hours ago [-]
I might need to implement a NSFW allowed mode and a private gallery...
ThrowawayTestr 2 hours ago [-]
Please do. I wanna generate cocks.
eigenspace 2 hours ago [-]
Worked fine for me
cadamsdotcom 47 minutes ago [-]
You must've asked for a small one ;p
Diti 2 hours ago [-]
I wonder how! I’m getting refusals too:
> I cannot fulfill this request. I am unable to generate sexually explicit models or adult toys.
ThrowawayTestr 2 hours ago [-]
What was your prompt?
LoganDark 2 hours ago [-]
Dang it. Now what am I going to use for my D&D campaign?
panki27 3 hours ago [-]
Oh wow. I ran FreeCAD today to design a little block with 2 holes to 3D print - just a little spacer.
This did in in 2 messages, I'm impressed.
Printytron 2 hours ago [-]
I love that! I'm glad! Let me know if you have any feedback or some across bugs.
joebig 3 hours ago [-]
I'll like to extend my compliments to the creator (is it op?). Generated a 17*17 MURA mask within 3 messages.
Printytron 2 hours ago [-]
Thanks!
I assume that was just something to test Printy's limits? Otherwise I'm curious what you might do with a printed MURA mask?!
ChaseRensberger 2 hours ago [-]
I can't believe how well this works!
Printytron 2 hours ago [-]
Thank you! This makes me happy to hear! I'm trying to make a product people love!
valcarvalho 2 hours ago [-]
Dude! This is so freaking cool.
Curious to know how much are you spending in LLMs to generate each model.
Printytron 2 hours ago [-]
Thanks! Well, it had previously been about $5usd a day. Until today and this post... So far in the last 24 hours I've auto topped up while I was asleep 4 times and spent $170 bucks on inference alone.
The complexity of the model does heavily influence the cost. Some models can cost me at little as 7 cents to generate. Others can be a couple bucks.
At the moment I'm focusing on user experience. I just trying to make a product people love as number 1 priority. I'm constantly trying to improve the speed and quality of the model outputs for user. Thankfully, optimising speed helps bring costs down as a side effect too!
taylorfinley 1 hours ago [-]
I'm also self-funding my own solo-dev "in it for the love of the game" agentic app[0], mine for woodworking. It also supports STL output for printing the woodworking designs.
I found building an MCP was the easiest way to avoid paying for inference or having to charge to try it out. Anyone can add the MCP to chatgpt or claude and use their subscription to do the inference.
[0] sawdust.diy
dgellow 2 hours ago [-]
Pretty impressive demo. Though I’m not looking forward to even more slop models to go through in 3d print catalogs such as makerworld
Printytron 2 hours ago [-]
You're right, it's something I think about too. I'd like to implement some kind of feature that could help prevent or at least highlight gen'd models easily when uploaded to other places if they are low effort. But I'm focusing on improving model quality and trying to get eyeballs at the moment.
FWIW: I find explaining to Claude or Gemini what I want and that I’m using Openscad works super well. The bonus is that I can make further changes in Openscad or continue the chat to further refine the code.
I've found printy works best if you prompt her like:
1. Situational context (eg: my kids pull the toilet paper and it free spins till the roll is empty)
2. Specifics (eg: my roll holder is 9mm in diameter and 10cm long)
3. Desired outcome (eg: I want something I can clip on it to add friction and slow the roll down from spinning)
It'd be nice to have some info on how it's substantially different from something like https://github.com/earthtojake/text-to-cad (besides from being hosted). Is there a 'document' format you're working with besides from being able to export to stl? Can we download that / continue our work with another editor if we need to make updates? I guess how far into production parts is this project aiming to go?
The other reason was, I like to do woodwork or other physical maker hobbies, but going and trying to hack something together in tinkercad to use in my project would end up burning hours I could have been building.
Ideally, printytron solves those.
I've been doing some work on file types recently - I'm hoping to give more support for different types, to allow you to do exactly what your describing. Do you have any specific file types you're chasing?
As for the production parts question, I'm not sure how to answer that. Because I suspect you and I have different definitions of production parts. At the end of the day I'm working on Printy for the love of the game. I just want to make a product people love using and is useful. (Hence leading with entirely unlogged-in experience first.)
Please if you have any user feedback or bugs or feature requests - let me know! I'm listening.
I'm just trying to make a product people love and delivers value.
And if you find it useful, please share it with a friend.
Any time I'm making furniture or some workshop project, going and using CAD just burns hours if rather be in the workshop.
> I cannot fulfill this request. I am unable to generate sexually explicit models or adult toys.
This did in in 2 messages, I'm impressed.
The complexity of the model does heavily influence the cost. Some models can cost me at little as 7 cents to generate. Others can be a couple bucks.
At the moment I'm focusing on user experience. I just trying to make a product people love as number 1 priority. I'm constantly trying to improve the speed and quality of the model outputs for user. Thankfully, optimising speed helps bring costs down as a side effect too!
I found building an MCP was the easiest way to avoid paying for inference or having to charge to try it out. Anyone can add the MCP to chatgpt or claude and use their subscription to do the inference.
[0] sawdust.diy