Disable Multitool Commands
If desired, certain commands added by the multitool can also be hidden. These settings should then be distributed to all users, or a network/vault configuration should be used.
These settings should be made by a CAD admin and should be agreed upon.
Under certain circumstances, commands may be unwanted. As a CAD admin, it is particularly valued to have control over which commands the user can use. The multitool supports the ability to selectively choose which commands are available when needed. It can also prevent an overcrowded interface.
The file required for this is located by default in this path: "C:\ProgramData\Mensch und Maschine\Multitool_For_Inventor\Data\ActiveCommands.xml"
An individual command has the following XML block:
<CommandActivation>
<CommandName>cmdDruckerTemplates</CommandName>
<Activated>true</Activated>
</CommandActivation>
By setting Activated
to false
, the command will disappear from the interface. However, a restart of Inventor is necessary.