Why does PowerMill make me save a copy of my project?

When receiving the warning that the PowerMill project will need to save a copy as another name, you can claim that project to overwrite the project.

When you receive the warning message, you can use the type in command Project Claim which will allow you to save the current project rather than saving it as another name. This is easily added as a Command button to a custom Taskbar, Custom Ribbon or to run as a macro from your RMB user_menu.

 

                       

 

  1. On the Home Ribbon, click on the Echo Commands window. Type Project Claim into the command prompt, then press Enter on the keyboard.                                

  2. Create a button on your Quick Access Toolbar.

    1. Right-click on the empty area that follows your ribbon toolbars and select "Customize Quick Access Toolbar." This will initiate you to create a new button on your Quick Access Toolbar.

    2. Select the Command button option from the drop-down menu.     
                                     
    3. Name the button, and add a description that functions as your tooltip fly-out.

    4. Enter the command Project Claim; assign a picture to represent the command.

    5. Select OK at the bottom of the Customize Ribbon Dialog box when you are done.

      When you correctly create the button, you will see a new button on the top left corner of your PowerMill interface.

  1. Create a button for a custom ribbon toolbar.

    1. Right-click on the empty area that follows your ribbon toolbars and select "Customize the Ribbon."

    2. Create a new Ribbon Toolbar or update an existing custom toolbar.

    3. Select New Tab (or select an existing tab).

    4. Create a New Group (or update an existing group).

    5. From the drop-down menu, select "Command button," name the button that will appear under the picture, and add a description that will function as your tooltip fly-out.

    6. Enter the command Project Claim.

    7. Assign a picture to represent the command.

    8. Select the "Add>>" button to add the new command button to your custom ribbon.

    9. Select OK at the bottom of the Customize Ribbon dialog window when finished.

  2. Add a command to your user_menu. To add a command to your user_menu, you will need to know some basic knowledge of macro editing.

    1. Example code: <button label="Delete lock file" command="Project claim"/>