Save Command Defaults

I’m not sure what this would be called in Rhino, but what I’m trying to figure out is how to save the defaults that come up in commands… for example when I do _FilletEdge I get a prompt like this:
Select edges to fillet ( ShowRadius=Yes NextRadius=1 ChainEdges FaceEdges Preview=No Edit ):

90% of the time I want all 0.5" Radii, so I set it to 0.5 and from then on, the command always comes up with NextRadius = 0.5 which is great… but if I exit Rhino, and later on open it again, and work on the same drawing, the NextRadius is now 1 again.

Is there a way to save the defaults so that when I first open Rhino if has 0.5"

It seems like a basic thing, but when I try to search for “Rhino Save Command Defaults” Or Rhino Save Defaults, I just don’t get any results that have anything to do with what I’m trying to do. I’m guessing I just don’t know what it’s called.

James

Hi James - not really - a trick that may work, sort of, is to put the command in your startup commands (Options > General) and then cancel it before it can run -

FilletEdge NextRadius=.5 !
(! = cancel)
Then once Rhino opens and you run FilletEdge it will remember that radius.

-Pascal

Yes that does work nicely, thank you for the suggestion.

Out of curiosity, is there a place where I could run this command just when a particular document is open?

So Document A could have Radius of 0.5 preset and Document B could have Radius of 0.25 preset?

James

no this is not possible right now