Saving file format

Excuse me, I am using Rhino8, how to save file to rhino6 automatically? doesn’t want to select format option everytime when I am saving.
Appreciate

You can create a macro:

Command: -Save
Save file name <C:\Users.…\filename.3dm> ( Version=8 SaveSmall=No GeometryOnly=No SaveTextures=Yes SavePlugInData=Yes Browse ): v
Enter version of file to save <8>: 6
Save file name <C:\Users.…\filename.3dm> ( Version=6 SaveSmall=No GeometryOnly=No SaveTextures=Yes SavePlugInData=Yes Browse )


Excuse me, where can I create a macro?? is there any screenshot for reference?? I can’t find in the process of saving file.

Everything is explained here:

https://wiki.mcneel.com/rhino/basicmacros

1 Like

Got it
Thanks a lot