Consolidating layers with Layer Merge keeps drawings lean, predictable, and easier to plot.
When to use it
- You received consultant files with overlapping or redundant layer names.
- Your drawing’s plot styles or viewport overrides behave inconsistently due to similar layers (e.g., WALL, WALLS, A-WALL).
- File size and performance suffer from excessive layer sprawl.
Preparation checklist (worth the minute)
- Save and audit: SAVEAS a working copy, then run AUDIT and PURGE to reduce noise.
- Make a Layer State: LAYERSTATE to capture a before snapshot for easy rollback.
- Standard target layers: Confirm names, colors, and plot styles for the destination layers.
- Clean object overrides: Use SETBYLAYER on problem objects so ByLayer properties flow after the merge.
- Unfreeze/unlock candidate layers to avoid selection surprises.
Steps: use LAYMRG to consolidate
- Type LAYMRG (or access Merge in the Layer panel).
- Select objects on the layers you want to remove. Press Enter.
- Select an object on the destination layer (your standard layer). Confirm to merge.
- AutoCAD moves all entities from the source layers to the destination, then deletes the old layers.
Pro tips and edge cases
- Choose one standard layer per category (e.g., A-WALL) and merge all variants into it in one pass.
- Viewport overrides: Use VPLAYER to clear or standardize viewport-specific color/linetype overrides before or after the merge.
- Blocks: Layer Merge affects entities on those layers throughout the current file, including inside block definitions. Xrefs are not modified—standardize those in the source files or map with Layer Translator.
- Avoid merging into 0 or DEFPOINTS for standards compliance and clean plotting behavior.
- Need command-line automation? Use the command-line version (-LAYMRG) to script repetitive mappings.
Clean up and verify
- Run PURGE and -PURGE Regapps to clear remnants and improve performance.
- Use LAYWALK or Quick Select to spot-check that nothing remains on retired layer names.
- Plot test: Confirm lineweights and screening in both CTB/STB workflows.
- Save a new Layer State that reflects your consolidated set.
Scaling the workflow
- For multi-file projects, use Layer Translator (LAYTRANS) to map nonstandard layers to standards and save a .DWS mapping you can reapply.
- Create a simple CSV of “from” → “to” layers to guide consistent merges across the team.
- Combine with OVERKILL to remove duplicates so the consolidated layers stay clean.
A consistent layer structure reduces errors, stabilizes plotting, and speeds editing. For licenses, training, and expert guidance on AutoCAD best practices, connect with NOVEDGE: novedge.com and explore AutoCAD options at NOVEDGE | AutoCAD. Their team can also recommend add-ons and standards workflows that complement Layer Merge for large projects.






