Parametric Model Maker V1.0.0 - Fusion 360 Support!

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.

  1. Why is this happening, given that it works fine in Fusion?
  2. 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.5 or if you want to go more precise if(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.

1 Like

añadir porfavor compatibilidad para parametrizar texto, solo se pueden medidas