Jack Foster contributed a menu item that makes sure a layer is on, thawed, unlocked and exists — in other words, that you can use it. He says, “When working on a drawing that other users have worked on, you may find that the layer you need is off or frozen. Even if the layer doesn’t exist, this routine will create it. His example is for a layer named “pipe.”
Here it is:
^c^c-layer;on;pipe;thaw;pipe;unlock;pipe;make;pipe;;
Latest posts by Ellen Finkelstein (see all)
- Clean your screen with AutoCAD’s Clean Screen feature - November 26, 2020
- Draw a circle centered in a rectangle - October 16, 2020
- Automate the creation of details and sections on a layout - October 9, 2020
Neat-O-Matic! That little LISP will save a lot of clicking around the screen for me; thanks a lot! I wish I’d run across it years ago.