nanoCAD 2D Drafting Setup: Interface, Units, Layers, and Template Creation
A beginner-to-intermediate guide for setting up nanoCAD as a 2D drafting environment, covering interface customization, unit configuration, layer standards, and reusable template creation for consistent drawing production.

nanoCAD 2D Drafting Setup: Interface, Units, Layers, and Template Creation
nanoCAD is a free-to-use 2D CAD application that reads and writes DWG files with command-line compatibility similar to AutoCAD. For small firms, independent contractors, and educational users, nanoCAD provides a no-cost entry point into professional DWG-based drafting. This guide covers the complete setup from installation to a production-ready drafting template.
Interface Overview and Customization
Default Workspace Layout
When you first launch nanoCAD, the interface displays:
- Command line — bottom of the screen, accepts typed commands
- Toolbars — Standard, Draw, Modify, and Properties toolbars by default
- Properties panel — right side, shows selected entity properties
- Model tab and Layout tabs — bottom left, switch between model space and paper space
- Status bar — bottom, shows cursor coordinates and toggle switches (Snap, Grid, Ortho, etc.)
Essential Interface Adjustments
- Enable the Properties panel: View > Properties (or
Ctrl+1) - Enable the Tool Palettes: View > Tool Palettes (or
Ctrl+3) - Set background color: Tools > Options > Display > Colors > Model Space > set to black or white per preference
- Set crosshair size: Tools > Options > Display > Crosshair Size > 100 (full screen) or 5 (compact)
- Show line weights: Tools > Options > Display > Show Line Weights > enable for visual lineweight feedback
Command Line Configuration
The command line is the primary interaction method in nanoCAD. To optimize it:
- Right-click the command line > Options
- Set
Command line fontto Consolas 11pt (clear, monospaced) - Set
Lines in command lineto 3 (shows recent command history) - Enable
AutoComplete— suggests commands as you type - Set
Input search optionsto search commands and system variables
Drawing Units Configuration
Type UNITS to open the Drawing Units dialog:
For Metric Drawings
- Length type: Decimal
- Precision: 0.00
- Insertion scale: Millimeters
- Angle type: Decimal Degrees
- Angle precision: 0.0
- Direction: East (0° = positive X)
For Imperial Drawings
- Length type: Architectural
- Precision: 0'-0 1/16"
- Insertion scale: Inches
- Angle type: Surveyor's Units
- Angle precision: 0.0
- Direction: East (0° = positive X, North = 90°)
Drawing Limits
Set the drawing limits to match your paper size at 1:1 scale:
LIMITS
0,0
420,297 ;; A3 landscape in mm
After setting limits, run GRID to show the grid within the limits. Use ZOOM > All to fit the limits to the screen.
Layer Setup
Standard Layer Naming
Use a consistent naming convention. For architectural drawings:
| Layer Name | Description | Color | Lineweight | |------------|-------------|-------|------------| | A-WALL-EXT | Exterior walls | 1 (Red) | 0.35mm | | A-WALL-INT | Interior walls | 4 (Cyan) | 0.25mm | | A-DOOR | Doors | 3 (Green) | 0.25mm | | A-WIND | Windows | 3 (Green) | 0.25mm | | A-FLOR | Floor outlines | 7 (White) | 0.15mm | | A-FLOR-PATT | Floor hatch | 8 (Gray) | 0.10mm | | A-ANNO-DIMS | Dimensions | 7 (White) | 0.15mm | | A-ANNO-NOTE | Text and notes | 2 (Yellow) | 0.15mm | | A-ANNO-TTLB | Title block | 7 (White) | 0.35mm | | A-ANNO-VIEW | Viewport boundaries | 9 (Light gray) | 0.00mm (no plot) |
Creating Layers
Use the Layer Manager (LAYER command):
- Click "New Layer" for each layer
- Set the color by clicking the color swatch
- Set lineweight by clicking the lineweight column
- Set linetype by clicking the linetype column (load additional linetypes with
LINETYPE> Load) - Set plot/no-plot by clicking the printer icon
Layer Filters
For drawings with many layers, create layer filters:
- In the Layer Manager, right-click the filter tree > New Filter
- Name the filter (e.g., "Annotations")
- Add layers to the filter by dragging or by setting filter criteria (e.g., name starts with "A-ANNO-")
Dimension Style Setup
Creating a Dimension Style
- Type
DIMSTYLEand click "New" - Name: "ARCH-50" (for 1:50 plot scale)
- Set the following parameters:
Lines Tab
- Extend beyond dim line: 2mm
- Offset from origin: 1mm
- Baseline spacing: 10mm
Arrows Tab
- Arrow type: Architectural tick
- Arrow size: 2.5mm
Text Tab
- Text style: "DIM" (create first with
STYLEcommand) - Text height: 2.5mm
- Text placement: Above line, centered
- Text alignment: Aligned with dimension line
Fit Tab
- Scale for dimension features: 50 (matches 1:50 plot scale)
- Text placement: Beside the dimension line when not enough space
Primary Units Tab
- Unit format: Decimal
- Precision: 0.0
- Measurement scale factor: 1.0
Text Style for Dimensions
- Type
STYLEand click "New" - Name: "DIM"
- Font:
simplex.shxorArial Narrow - Height: 0 (let the dimension style control height)
- Width factor: 0.8 (slightly condensed for compact dimensions)
- Oblique angle: 0
Title Block Creation
Drawing the Title Block
- Switch to a Layout tab (click the Layout1 tab at the bottom)
- Draw the title block border at A3 size (420 x 297mm) on the
A-ANNO-TTLBlayer - Add internal lines for the title block panels (title, drawing number, scale, date, drawn by, checked by)
Adding Attributes
-
Type
ATTDEFto create attribute definitions:- Tag: TITLE
- Prompt: Enter drawing title
- Default: (blank)
- Text height: 5mm
- Justification: Center
- Insertion point: center of the title panel
-
Repeat for each attribute: DWG-NO, SCALE, DATE, DRAWN, CHECKED, PROJECT
-
Use
BLOCKto create a block from the title block geometry and all attributes -
Use
WBLOCKto save the block to an external file for reuse
Template Creation
Saving the Template
- With all settings configured (units, layers, dimension styles, text styles, title block):
- Type
SAVEAS - File type:
.dwt(Drawing Template) - Name:
A3-Architectural-Metric.dwt - Location: nanoCAD template folder (typically
C:\Program Files\Nanosoft\nanoCAD x.x\Templates\)
Using the Template
- Type
NEW - Select the template from the list
- All layers, styles, and title block are pre-loaded
Plot Configuration
Page Setup
- In the Layout tab, type
PAGESETUP - Select printer/plotter
- Paper size: A3 (420 x 297mm)
- Plot area: Layout
- Plot scale: 1:1 (viewport handles model space scaling)
- Plot style: select your CTB file
Viewport Setup
- Type
MVIEWand draw a rectangle within the title block - Double-click inside the viewport to enter model space
- Set the viewport scale from the scale dropdown (e.g., 1:50)
- Pan to position the drawing
- Double-click outside to return to paper space
- Select the viewport, right-click > Properties > Display Locked > Yes
Conclusion
Setting up nanoCAD for 2D drafting follows the same logical workflow as AutoCAD: configure the interface, set units, create layers, define dimension and text styles, build a title block, and save everything as a reusable template. The template is the key to consistent output — once it is configured correctly, every new drawing starts with the right settings. By following this guide, you can transform a default nanoCAD installation into a professional drafting environment at zero software cost.
More Nanocad Guides
troubleshooting
nanoCAD DWG File Recovery: Fixing Corrupted Drawings and Recovering Lost Data
11 min read
workflow
nanoCAD LISP Programming: Custom Commands, Entity Selection, and Drawing Automation
13 min read
printing
nanoCAD Plotting and Print Standards: CTB Files, Page Setups, and Batch Output
11 min read
comparison
nanoCAD vs AutoCAD LT: Feature Comparison and Cost-Saving Migration Guide
12 min read
Related workflow Guides
Similar workflow content for other CAD tools
Abaqus
•workflow
Abaqus Composite Material Analysis: Laminate Modeling, Damage, and Progressive Failure
12 min read
Abaqus
•workflow
Abaqus Contact Mechanics: General Contact, Friction, and Wear Simulation
12 min read
Abaqus
•workflow
Abaqus/Explicit Dynamic Analysis: Crash, Drop Test, and High-Speed Impact Simulation
13 min read
Abaqus
•workflow
Abaqus Fracture Mechanics: XFEM, Cohesive Zone, and J-Integral for Crack Propagation
12 min read