RUN PLUGIN: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
Line 5: Line 5:


|param1=<plugin filename>|param1_desc=Plugin filename (without .dll).<br>
|param1=<plugin filename>|param1_desc=Plugin filename (without .dll).<br>
:Note - the name of the plugin dll, which may be different to the name on the Plugins Menu.
<br>
:Note - the name of the plugin dll may be different to the name on the Plugins Menu.
:You should not try and run any plugins that use dialogs or other prompts. There is no<br>
:way to provide any data to these plugins.
}}
}}



Revision as of 23:46, 12 January 2011

Up

Command

RUN_PLUGIN <plugin filename>


Run a GibbsCAM plugin.

Parameters

<plugin filename>
Plugin filename (without .dll).


Note - the name of the plugin dll may be different to the name on the Plugins Menu.
You should not try and run any plugins that use dialogs or other prompts. There is no
way to provide any data to these plugins.

Example

RUN_PLUGIN "MyPlugin"


This will run the plugin from the file MyPlugin.dll