nanoCAD Plotting and Print Standards: CTB Files, Page Setups, and Batch Output
A comprehensive guide to configuring plot standards in nanoCAD, covering CTB color-dependent plot tables, page setup management, viewport scaling, and batch printing across multiple layouts and drawings.

nanoCAD Plotting and Print Standards: CTB Files, Page Setups, and Batch Output
Plotting is the final and most critical step in CAD production — a perfectly drawn model means nothing if the printed output has wrong lineweights, missing layers, or incorrect scale. nanoCAD's plotting system is compatible with AutoCAD's CTB and STB plot style tables, making it straightforward to maintain consistent output standards. This guide covers the complete plotting workflow from CTB configuration to batch output.
Plot Style Tables: CTB vs STB
Color-Dependent Plot Table (CTB)
CTB maps entity colors to lineweights and other plot properties. This is the most common approach in 2D drafting because it is simple — the color you see on screen determines the plotted lineweight.
Named Plot Style Table (STB)
STB assigns plot styles by name, independent of entity color. This allows more flexibility (e.g., two entities with the same color can have different lineweights) but requires more setup discipline.
This guide focuses on CTB, as it is the standard for most 2D drafting workflows.
Creating a CTB Plot Style Table
Step 1: Open the Plot Style Manager
- Type
STYLESMANAGERor go to File > Plot Style Manager - This opens the Windows folder containing plot style tables
- Double-click "Add a Plot Style Table Wizard"
Step 2: Create New CTB
- Select "Start from scratch"
- Choose "Color-Dependent Plot Style Table"
- Name the file (e.g.,
Architectural-Standard.ctb) - Click Finish
Step 3: Configure Color Mappings
Open the new .ctb file by double-clicking it. The Plot Style Table Editor shows 255 color tabs. Configure the colors you use:
| Color | Lineweight | Description | |-------|-----------|-------------| | 1 (Red) | 0.35mm | Exterior walls, prominent lines | | 2 (Yellow) | 0.15mm | Notes, annotations | | 3 (Green) | 0.25mm | Doors, windows | | 4 (Cyan) | 0.25mm | Interior walls | | 5 (Blue) | 0.20mm | Hidden lines, secondary geometry | | 6 (Magenta) | 0.15mm | Center lines, layout marks | | 7 (White/Black) | 0.15mm | Default geometry | | 8 (Gray) | 0.10mm | Hatch patterns, secondary info | | 9 (Light gray) | 0.00mm | No-plot layers (viewport boundaries) |
Step 4: Set Additional Properties
For each color, also configure:
- Screening: 100% for normal plotting; reduce to 50% for background/reference information
- Linetype: Use object linetype (default) or override with a specific linetype
- Line endpoints: Square (standard) or round
- Fill style: Use object (normal) or solid fill
Step 5: Save and Distribute
Save the .ctb file to a network share accessible to all users. Add the folder path to nanoCAD's Plot Style Path:
- Tools > Options > File Locations > Plot Style Table Search Path
- Add the network share path
- All users will see the CTB file in the plot dialog
Page Setup Configuration
Creating a Page Setup
- Switch to a Layout tab
- Type
PAGESETUPand click "New" - Name the setup (e.g., "A3-Plot")
- Configure:
Printer/Plotter
- Select your physical plotter or PDF driver
- For PDF output, use "nanoCAD PDF.pc3" or a third-party PDF driver
Paper Size
- Match the title block size (e.g., A3 = 420 x 297mm, A1 = 841 x 594mm)
- Verify the printable area matches the title block margins
Plot Area
- Layout: Plots everything in paper space (recommended for layouts with title blocks)
- Extents: Plots all geometry in model space (use for model space plotting)
- Window: Plots a user-defined rectangular area
Plot Scale
- For layouts: 1:1 (the viewport handles model space scaling)
- For model space: set to the drawing scale (e.g., 1:50 means 1mm on paper = 50mm in model)
Plot Style Table
- Select your CTB file (e.g.,
Architectural-Standard.ctb) - Check "Display plot styles" to preview lineweights on screen
Orientation
- Landscape or Portrait to match the title block
Applying Page Setups
- Each layout can have a different page setup
- Right-click a Layout tab > Page Setup Manager > select and apply
- To copy a page setup between drawings, use
PUBLISHwith saved settings
Viewport Scaling
Creating a Viewport
- In a Layout tab, type
MVIEW - Draw a rectangle within the title block area
- The viewport is created showing model space geometry
Setting Viewport Scale
- Double-click inside the viewport to enter model space
- From the viewport scale dropdown (bottom right of status bar), select the scale:
- 1:1, 1:5, 1:10, 1:20, 1:25, 1:50, 1:100, etc.
- Pan to position the drawing within the viewport
- Double-click outside the viewport to return to paper space
Locking Viewport Scale
- Select the viewport border
- Right-click > Display Locked > Yes
- This prevents accidental scale changes when panning/zooming in the viewport
Multiple Viewports at Different Scales
For detail drawings with a main view and a detail callout:
- Create two viewports side by side
- Set the main viewport to 1:50
- Set the detail viewport to 1:10
- Draw a leader line from the detail area to the detail viewport (in paper space)
Batch Printing with PUBLISH
Setting Up Batch Print
- Type
PUBLISHto open the Publish dialog - Add sheets:
- Click "Add Sheet" > select DWG files from disk
- Or expand the current drawing to add specific layouts
- For each sheet, configure:
- Page setup (select from saved setups)
- Printer/plotter
- Paper size
- Arrange sheet order using up/down arrows
Saving Publish Set
- Click "Save Sheet List"
- Name as
.dsdfile (e.g.,Project-Plot-Set.dsd) - Reload later with "Load Sheet List"
Batch to PDF
- In the Publish dialog, set "Publish To" = PDF
- Set output folder
- Choose:
- Single-sheet PDF: One PDF per layout (recommended for individual sheets)
- Multi-sheet PDF: All layouts in one PDF (recommended for complete sets)
- Click "Publish" and wait for processing to complete
Common Plotting Issues
Issue: Lineweights Not Showing in Plot
Cause: CTB not selected, or lineweights set to 0.00mm in the CTB.
Fix:
- Verify CTB is selected in the Page Setup
- Open the CTB file and verify each color has a non-zero lineweight
- Check that entity colors match the CTB mapping (e.g., red entities should be color 1, not a custom RGB red)
Issue: Viewport Boundary Prints
Cause: The viewport border is on a layer that is set to plot.
Fix:
- Create a dedicated layer (e.g.,
A-ANNO-VIEW) for viewport borders - Set the layer to no-plot (open Layer Manager, click the printer icon to disable)
- Move all viewport borders to this layer
Issue: Text Too Small or Too Large in Plot
Cause: Text height does not match the viewport scale.
Fix:
- Calculate required text height:
printed_height × viewport_scale - For 2.5mm text at 1:50 scale:
2.5 × 50 = 125mmin model space - Select all text and update height in the Properties panel
Issue: PDF Output Is Low Resolution
Cause: PDF driver resolution is set too low.
Fix:
- In the Page Setup, click "Properties" next to the PDF plotter
- Set resolution to 1200 DPI for engineering drawings, 600 DPI for architectural
- For raster content (images), set raster quality to "High"
Conclusion
Consistent plotting output requires three things: a well-configured CTB plot style table, standardized page setups, and properly scaled viewports. By creating a CTB that maps colors to lineweights, saving page setups for each paper size, and using the PUBLISH command for batch output, you can ensure that every drawing your team produces has the same professional appearance. The key is to configure these standards once in a template file and distribute it to all users — never rely on individual users to configure plot settings correctly on every drawing.
Source Verification
More Nanocad Guides
workflow
nanoCAD 2D Drafting Setup: Interface, Units, Layers, and Template Creation
11 min read
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
comparison
nanoCAD vs AutoCAD LT: Feature Comparison and Cost-Saving Migration Guide
12 min read
Related Printing Guides
Similar printing content for other CAD tools
Allplan
•printing
Allplan Drawing Production: Layouts, Title Blocks, Views, and Plotting Standards
12 min read
Corelcad
•printing
CorelCAD Plotting and PDF Export: CTB Configuration, Page Setups, and Batch Output
10 min read
Librecad
•printing
LibreCAD Printing and PDF Export: Scale, Paper Size, and Output Configuration
10 min read