Message 1 of 27
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone already have a LISP or know how to tell AutoCAD to zoom extents on the current layout if it is a Paperspace layout? It only needs to be the current layout when opened, since that's the only one the bug affects, but we don't want model space zoomed to extents automatically.
Since it doesn't seem that Autodesk is going to fix the bug it introduced in 2015 with the statusbar loading over the layout, I guess it's time to add a fix to my custom.lsp file.
IF LAYOUT=PAPERSPACE, THEN:
(command "zoom" "extents")(princ))
Work: AutoCAD 2022.1.3, Windows 10 Pro v22H2 64-bit, Intel Core i7-8700K, 32GB RAM, Samsung 960 Pro SSD, AMD Radeon Pro WX 5100, 3 Dell Monitors (3840x2160)
Home: AutoCAD 2022.1.3, Windows 10 Pro v22H2 64-bit, Intel Core i7-11700, 64GB RAM, Samsung 980 Pro SSD, NVIDIA Quadro P2200, Dell Monitor (3840x2160)
Solved! Go to Solution.