Text variables for displaying only the version and milestone number in a PCB silkscreen title
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I would like to add variables to my silkscreen title on my PCB. I know this is possible by using ">DRAWING_NAME" as a value to a text item, but I would like to display the version number only and the milestone value as well. What I am so far able to get by using ">DRAWING_NAME" is something like:
My Drawing Name v960
But I would like to only place a variable resulting in showing the following:
960
And the milestone:
0.9.3
1) How would I be able to do that?
2) How can I use multiple variables in combination with other text within the same text line? (Like how "version >DRAWING_MILESTONE (>DRAWING_VERSION)" does not result in "version 0.9.3 (960)"
(And for anyone interested in the already existing text variables: https://help.autodesk.com/view/fusion360/ENU/?guid=ECD-TEXT-VARIABLES)