- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Hi,
>>"Is there a way that this goes automatically?"
Yes
>>"For example. If I enter CTRL+P"
Edit your CTRL+P shortcut macro
>>"or if I click the printer logo"
Edit your 'printer logo' button
-
Way to edit your customization user interface file .cuix
Command: CUI
CTRL+P, search your Shortcut and edit the macro, add (command "_PlotToFilePath" (getvar "DWGPREFIX")) ;
between ^C^C and _plot
"printer logo", which one?
search the button and edit the macro, add (command "_PlotToFilePath" (getvar "DWGPREFIX")) ;
between ^C^C and _plot
For example: Ribbon tab Output, panel Plot, button plot
or if you are refering to the default QuickToolbar - you have to remove the standard button and
add the usual plot button (id_print or ID_RBN_CMDBTN_PRINT, Ribbon tab Output, panel Plot, button plot)
-
For SDIusers (SingleDocumentInterface) it is easier, they can use there own acaddoc.lsp
Sebastian