I have a custom button I made that does this function '_SetDisplayMode _Mode=_New Mode
and I have a 2nd custom button I made that does
! _Print
Is it possible to make 1 button to do both function in the order listed bellow? I am trying to save 2 mouse clicks and do 1 mouse click.
'_SetDisplayMode _Mode=_New Mode
! _Print
When you are getting a pop-up, you’ve left the world of macros.
Generally, you can suppress dialogs by using a dash in front of a command.
Also see the help file on macros: Rhinoceros Help
-wim