Skip to content

Instantly share code, notes, and snippets.

@StudioLE
Last active April 10, 2019 09:47
Show Gist options
  • Save StudioLE/6e2ba27ad3434e2944cd6f7e54850c52 to your computer and use it in GitHub Desktop.
Save StudioLE/6e2ba27ad3434e2944cd6f7e54850c52 to your computer and use it in GitHub Desktop.
AutoCAD Setup
// Display start tab and not a new drawing on Startup
// https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to-open-AutoCAD-without-opening-Drawing1.html
Command: STARTUP
Value: 2
// Disable drawing thumbnails when hovering a tab
// https://forums.autodesk.com/t5/autocad-forum/how-to-turn-off-file-tab-hover-preview/m-p/6347588#M126228
Command: FILETABPREVIEW
Value: 0
// Disable loading of preview when hovering a thumbnail tab
// https://forums.autodesk.com/t5/autocad-forum/how-to-turn-off-file-tab-hover-preview/m-p/6347588#M126228
Command: FILETABTHUMBHOVER
Value: 0
// Options
// // Files tab
// // // Printer Support File Path
// // // // Printer Configuration Search Path
C:\Users\elsdonl0213\OneDrive - ARCADIS\Projects\000_Templates\AutoCAD\Arcadis Manchester PC3
// // // // Plot Style Table Search Path
C:\Users\elsdonl0213\OneDrive - ARCADIS\Projects\000_Templates\AutoCAD\Arcadis Manchester CTB
// // // Template Settings
// // // // Drawing Template File Location
C:\Users\elsdonl0213\OneDrive - ARCADIS\Projects\000_Templates\AutoCAD\Arcadis Manchester DWT
// // // // Default Template File Name for QNEW
C:\Users\elsdonl0213\OneDrive - ARCADIS\Projects\000_Templates\AutoCAD\Arcadis Manchester DWT\A1_VERTICAL.dwt
// // Plot and Publish tab
// // // Use as default output device
DWG to PDF.pc3
// // // Hide system printers
Check / Tick
// // // // Plot Style Table Settings
// // // // // Default plot style table settings
ARCADIS Standard Pen Table.ctb
// // User Preferences Tab
// // // Right-click customisation
Turn on time-sensitive right-click
// // Drafting tab
// // // Colors... 2D model Space
Color: 33,40,48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment