Stopping multiple UNDO

Hello,How can I set ICAD to stop multiple undo as a default?ICAD.lsp = (command ".undo" "_a" "_off" ".undo" "_c" "_o") doesn't stop it any more. Thanks,V. McIlrath

Comments

  • oops. I'm using Pro ver. 4.1.0033.

  • There is indeed something wrong with single undo(undoctl = 3). Normal undo is not affected, but single undo is broken. We'll fix it.sander,Bricscad

  • Sander,Is there a way to save UNDOCTL = 1, or must one go through the Drawing Settings menu every time one opens a drawing?I'll sure be glad to see the fix.Thanks, VM

  • Can you put it in Icad.lsp? (setvar "undoctl" 1) Some variables are changeable this way, others not.

  • My ICAD.lsp has (setvar "undoctl" 1) in it, with no effect. When ICAD is running, and I type "undoctl" I get "UNDOCTL = 5 (read only)". It seems like "5" is hard-wired into the program.

This discussion has been closed.