LISP to set all options/preferences???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Below is the document that we use to setup ACAD on all of our machines. Is there a way through LISP or another means to setup all of this stuff more automatically?
AutoCad Mechanical 2020
Rename current <<ACADMPP>> profile to <<OLD>>
Import acadmpp 2020.arg file from R:\cad as profile <<ACADMPP>>
Application Options: (command line: options)
1. |
Files->Under Support File Search Path-> |
* -"R: \CAD\Keys\Support\ACADM 2020" (Top)
* -"R: \CAD\Keys\Steel" (Bottom)
2. |
Files->Under Text Editor, Dictionary, and Font File Names-> Alternate Font File-> |
*- Change to romans.shx
3. |
Files->Under Printer Support File Path->Printer Configuration Search Path-> |
*-"R: \CAD\Plot Styles"
4. |
Files->Under Printer Support File Path->Plot Style Search Path-> |
*-"R: \CAD\Plot Styles"
5. |
Files->Automatic Save File Location-> |
*-"C: \AUTOSAVE"
6. |
Files->Under Template Settings->Drawing Template File location-> |
*-"R: \CAD\Templates\2020\ACAD"
7. |
Display->Under Window Elements->Uncheck Display scroll Bars in drawing Window |
8. |
Display->Under Layout Elements->Uncheck *Display Paper Shadow, *Display Paper Background & Display Printable area |
9. |
Display->Under Crosshair Size-> Change 5 to 100 |
10. |
Display->Under Display Resolution->Change Arc and circle smoothness from 100 to 20000 |
11. |
Display->Under Window Elements->Colors->2D Model Space-> Change Color to Black |
12. |
Display->Under Window Elements->Colors->Sheet/Layout-> Change Color to Black |
13. |
Display->Under Window Elements->Colors->Plot Preview->Change Color to Black |
14. |
System->Security->Security Options->Security Level->SLIDER->Off->Load from all locations without displaying a warning |
15. |
System->Security->Security Options->Automatic Loading->Check->Load acad.lsp when opening each drawing |
16. |
Plot and Publish->Under plot and publish Log File->Uncheck Automatically save plot and publish log |
17. |
Plot and Publish->Under Plot Stamp settings->Uncheck Device Name, Check Layout Name and Login Name |
18. |
Plot and Publish->Under Plot Stamp settings->Under Advanced->Under Location and offset->Location Bottom Right & Orientation Vertical |
19. |
Plot and Publish->Under Plot Stamp settings->Under Advanced->Under Text Properties->Font RomanS Height .0625 & Check Single Line Plot Stamp |
20. |
Plot and Publish->Under Plot Stamp settings->Under Advanced->Under Log File Location-> Uncheck Create A Log File |
21. |
Drafting->Under Auto Track settings->Uncheck Display Polar tracking vector, Display Full-Screen Tracking Vector, and Display Auto Track Tooltip |
22. |
Drafting->Under Aperature Size-> Adjust Slider to Match the Size of AutoSnap Marker Size |
23. |
Selection->Under Pickbox Size-> Adjust Slider to match Grip Size |
24. |
Selection->Under Selection Preview-> Uncheck When No command is Active |
25. |
Selection->Under Selection Preview-> Under Visual Effect Settings->Under Line Highlighting change to Dash |
Command Line:
1. |
Menuload->Load->"R:\CAD Keys\Menu\KCI Client Print.cuix"->Load |
*2. |
vtenab1e->2 |
*3. |
Appload->Under Startup Suite->Contents->Add->"R:\CAD\Keys\Quick\qk.lsp"->Close |
3.1. |
Load qk.lsp one time |
*4. |
mbuttonpan->0 |
5. |
autosnap->23 |
6. |
osnap->Uncheck Object Snap On and Object Snap Tracking on |
7. |
-plotstamp>on enter enter |
8. |
MENUFIX |