Model State is marked Unrepeatable

What is the usual cause(s) the will trigger the warning, “The model state is currently marked as unrepeatable, meaning that you cannot recreate the state using the input record or data files”?

1 Like

Common reasons are that there are some manual operations, e.g., extruder or building-block operations, or, some commands are manually input from the console window.

2 Likes

Manual input of commands will not cause the unrepeatable warning.
Most often this is caused by setting python-reset-state to false (meaning the python state is not reset on MODEL NEW, which means the model state is not guaranteed to be repeatable).
It is also caused by interrupting a command or FISH execution before it is completed with an ESC key.

2 Likes

Is it possible to disable this warning? Or to have it appear only once?

In my case (in nearly all my models) I do have python-reset-state as false, so I can run parametric analyses. Restoring save files from the project window issues the Unrepeatable warning, which requires the user to click OK every time I restore a state.

Thank you,

juantello:

If you go into Tools/Options/Console you can turn off raising the warning dialog.

1 Like