is there a way to add text from fusion?
Is there a way to edit the fusion file in the parametric model maker after?
@PineappleBun_BBL I’m currently working on a project for the MakerWorld Crowdfund feature and I had understood that I could include parametric Fusion files as described above as part of the backer rewards, allowing supporters to customise the model for their specific needs. However, I’ve now been told that the Fusion parametric model feature is not supported for crowdfund projects.
Could you please confirm whether this is the case, and if so, could you explain why it isn’t supported for my understanding ? Thank you.
Hola, me acab deenterar de esta noticia, queri saber si es posible tambien, tenes la opcion de hacer algun modelo en Fusion, con la opcion de por ejemplo, esconder objetos, o por ejemplo si hago una taza, poder visualizar diferentes tipos de mangos.
@PineappleBun_BBL : could you please tell us if Autodesk provide some information about this feature in a next version ?
Same here, my model has favourite params, but it got failed
my model only has 3 params for text and it was failed as non customizable
Hi, I need some quick help. I uploaded a parametric model that works perfectly parametrically in Fusion, but when testing it in the Parametric Model Maker, the entire model breaks whenever I change the parameters.
- Why is this happening, given that it works fine in Fusion?
- Would it be possible to add an error console—similar to the one in Fusion itself—so that users can see what went wrong?
Fusion: 2703.1.11 x86_64 - Windows 11 Pro
I tried to use the customizer to have it so one of my parameters would force the option that units had to end in .5. I set minimum 1.5, default 1.5, and step size 1. When i do that it rounds up the default value to 2 and then increments by 1. If any one has figured that one out please share.
Are you using fusion or openscad?
On fusion, what I usually do to “protect” the parameter(make sure that the user does not enter values that would break the model) is the following:
Let’s say I have a parameter called Height that can only be increments of 0.5. I usually have 2 parameters:
- height: (favorite, visible to the user)
- final_height : the corrected value, not visible to the user, here for instance the value would be
floor(height)+0.5or if you want to go more preciseif(round(height)>height;round(height)-0.5;round(height)+0.5)
With this method you can make sure that the value used in your model is in the range that you expect. It won’t be the exact value that the user would have entered but it’s close enough.
What I ended up doing it similar logic. I forced the model to only allow full numbers. I expose a user visible parameter. But Fusion will add 0.5 to it. That way it will always be a value ending in .5. I was just hoping that Makerworld would have offered the control.
But thank you for your reply, your method is another way to solve for the problem. Hopefully others will be able to find either of our methods if they run into the issue.
añadir porfavor compatibilidad para parametrizar texto, solo se pueden medidas
Hola escribo por aca por que soy nuevo por aca y estoy tratando de buscar un **Generador de plantillas de Tuberías boca de pez si alguien sabe me puede ayudar. Soy de Argentina y los admiro a la comunidad por que todo lo que hacen es fascinante. Saludos
This is a fantastic update! Fusion 360 support makes parametric model creation much more accessible for designers who prefer a visual workflow over coding. The step-by-step explanation is clear, especially the tips about favoriting parameters and adding comments. Looking forward to seeing more customizable models shared by the community. Great work!
Did u find a solution?
I got the same problem and cant find a way to make it work.
My model works perfectly parametric in fusion. In makerworld it seems to do many weird things and even take a really different approach to model my design. Its really strange.
Hi, unfortunately I didn’t get an answer to my question either.
I tried again a day later, and then everything worked.
Glad it worked out for you!
I got an answer from support:
“The issue is caused by a version inconsistency between the engine used in our cloud environment and the latest local version. We are currently working on a solution.”
So maybe this issue occures during unsynchronized update cycles between Fusion and Makerworld.
I just wanted to add a tiny little bug-report here.. Currently this feature of ‘parametric support’ means that it’s not possible to just upload a Fusion file that isn’t meant to be parametric. I just wanted to share an opensource design, but couldn’t as MW is looking for parameters and since it can’t find them, won’t validate and won’t allow me to keep them.
Current workaround was to upload the .f3d file in a zip file, but I feel that might drive some people away as zip/rar’s aren’t that safe always.

