Currently, users don't have a choice to disable refit in the GUI. In the Fit Grains Options Dialog, it gives users an option to set refit scale settings, but not an option to disable refit altogether.
In the config, I believe the refit is set like refit: [2, 1]. If you disable refit, it should be set to refit: None instead.
Currently, users don't have a choice to disable refit in the GUI. In the Fit Grains Options Dialog, it gives users an option to set refit scale settings, but not an option to disable refit altogether.
In the config, I believe the refit is set like
refit: [2, 1]
. If you disable refit, it should be set torefit: None
instead.