PowerMill Save Function Modification

PowerMill Save Function Modification

Anonymous
Not applicable
455 Views
2 Replies
Message 1 of 3

PowerMill Save Function Modification

Anonymous
Not applicable

Crazy question - but is it possible to modify the powermill windows save function, either through the file save or to "control + s" by adding macro code to it so it does more than just save the project?

0 Likes
456 Views
2 Replies
Replies (2)
Message 2 of 3

mark.sully
Autodesk
Autodesk

A plug-in could subscribe to the ProjectSaved event and then perform additional tasks. 
Not possible just with macros alone I’m afraid without some user interaction.
For example a custom save button that runs a macro however then you’re relying on the user clicking that custom button. 
A plug-in would catch every save instance with nothing needed from the user. 

HTH. 

0 Likes
Message 3 of 3

Sean570
Advocate
Advocate

There are a few things you could do. The easiest way would be to make a macro that saves the project and then create a button on the quick access toolbar that runs the macro. And then bind the ctrl+s shortcut to the same macro. 

The longer way would be making a plugin and subscribing to the save event. In this case, I think a macro would be better if you changed the keyboard shortcut.

 

0 Likes