Product suggestion for STL extension

I make each printable piece a component because I draw large (10X) and then make an actual size copy of the large component to export. I average roughly 5 components in any given SU file.

For the sake of nerdy OCD I like my STL file names to be the same as the component name. Of course, when exporting the STL the default STL name is always the SU file name. Sometimes it is kind of a pain because I forgot the component name and have to stop and look up the name then export again.

It is hardly a huge deal but it would be nice if the default STL file name was the current component or group name. then I would not have to re-type the name every time I export it.

Pardon the Pseudo code:

if COMPONENT_NAME exists
. DEFAULT_STL_NAME = COMPONENT_NAME
elseif GROUP_NAME exists
. DEFAULT_STL_NAME = GROUP_NAME
else
. DEFAULT_STL_NAME = FILE_NAME
end if