Default setting for different modules

Hi. Is there a way to change the default settings for different modules? For example, I would like:

Models -> 3D display -> Representation: Surface with Edges
Model Maker -> Model Maker Parameters -> Filter Type: Laplacian, and so on.

I saw this page:
https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository
and learned that I could update .slicerrc.py to run that change every time I start the program, but I was unable to find an example that allows me to make the changes I wanted.

Thank you.

There has not been a way to change defaults for CLI modules, but I’ve added methods for it now (see here). Slicer Preview Release that you download tomorrow or later will include this feature.

For all other MRML nodes, you can specify default value and add to the scene as described in the script repository.

If you have trouble finding how to change a specific default value then let us know.