You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use ParametricText to generate filenames for the models I export directly in Fusion360 (like here). For another project I would also use another text paramter as part of the file name.
Describe the solution you'd like
So I am looking for a way to reference "Sambal Oelek" in this example to use it in the file name later. So
Is your feature request related to a problem? Please describe.
I use ParametricText to generate filenames for the models I export directly in Fusion360 (like here). For another project I would also use another text paramter as part of the file name.
Describe the solution you'd like
So I am looking for a way to reference "Sambal Oelek" in this example to use it in the file name later. So
spicefinity-lid-text-cutout-v{version:.0f}-id{inner_diameter:.1f}-wts{wall_thickness_side:.1f}-th{thread_height:.1f}-gd{grip_divider:.1f}-twt{thread_wall_thickness:.1f}-lh{lid_height:.1f}-chd{center_hole_diameter:.1f}
would become something like:
spicefinity-lid-{_.lowerCase[_.replace[_.reference[0], ' ', '-']]}-text-cutout-v{version:.0f}-id{inner_diameter:.1f}-wts{wall_thickness_side:.1f}-th{thread_height:.1f}-gd{grip_divider:.1f}-twt{thread_wall_thickness:.1f}-lh{lid_height:.1f}-chd{center_hole_diameter:.1f}
(new is
{_.lowerCase[_.replace[_.reference[0], ' ', '-']]}
)to generate a file name like:
spicefinity-lid-sambal-oelek-text-top-v1-id58.0-wts3.0-th4.0-gd5.0-twt4.0-lh4.0-chd32.0
Describe alternatives you've considered
For now I dont now an alternative beside editing the texts manually.
Additional context
The text was updated successfully, but these errors were encountered: