8 min

How do you standardize DWG drawing printing on a shared plotter?

Standardize DWG drawing printing with consistent CTB or STB files, layouts, scales, PC3 profiles, and acceptance tests for a shared plotter.

How do you standardize DWG drawing printing on a shared plotter?

You will get the same sheet from every workstation only when the company controls the entire printing chain instead of handing employees a single CTB file. The result depends on the DWG template, layer and object properties, plot style table type, page setup, PC3 profile, driver, available paper sizes, and the plotter settings themselves.

I have seen dozens of drawing sets where a thin centerline vanished on one computer, the border shifted on another, and an overnight batch came out with Fit to Paper enabled. The plotter was almost always working correctly. People were simply printing the same drawing through different, undocumented sets of parameters.

A reliable setup has two control loops. In the first, the company defines what a sheet must look like: sizes, margins, lineweights, colors, scales, and transparency rules. In the second, the IT team and CAD administrator define how a particular device produces that sheet: driver, PC3, PMP, queue, roll, rotation, and job processing. Combining both loops in one file feels convenient until the plotter is replaced, after which every drawing needs manual repair.

Define a measurable output standard first

A printing standard must describe a verifiable print, not a sequence of clicks in the Plot dialog. The interface and software version will change, while requirements for a 0.25 mm line, border margin, orientation, and scale remain clear to anyone doing the work.

Create a reference DWG for every paper size in use. Put a border, title block, line scale with every permitted lineweight, samples of index and true colors, hatches of different densities, text at the minimum height, a raster fragment, a transparent object, and two viewports with different scales on the sheet. Add a 100 mm dimension in paper space. After printing, anyone can measure it with a normal ruler and separate a geometry error from a subjective argument about a line being too thin.

The reference sheet needs acceptance criteria, for example:

  • the 100 mm dimension falls within the tolerance set by the company;
  • the outer border stays outside the nonprintable area;
  • every specified lineweight remains distinguishable on paper and in the reference PDF;
  • small text remains readable and hatching does not merge into a solid fill;
  • orientation, clipping, and sheet order match the job.

Do not set an eyeballed tolerance. The owner of the engineering documentation standard defines it according to the document's purpose and the equipment's capabilities. The CAD administrator then turns that decision into settings and tests but does not invent the requirement.

Keep a short standard record with the files. It only needs the owner, version, effective date, supported software versions, driver model, print queue, paper size list, CTB or STB system, and reference file. If this information exists only in one specialist's memory, the company does not yet have a shared standard.

CTB and STB solve different problems

A company must choose one style system for its working templates: CTB links printing properties to AutoCAD index colors, while STB assigns named styles to objects and layers. Autodesk Help states directly that a color-dependent CTB table contains 255 styles mapped to ACI colors, while STB styles have names and are assigned to objects or layers. That distinction determines the rules used throughout the DWG.

CTB is practical in a legacy environment where a layer color has long indicated lineweight. For example, ACI 1 may print at 0.18 mm and ACI 3 at 0.35 mm. This approach is easy to inspect in Layer Properties Manager, but it fails when an author gives an object a true RGB color, overrides color inside a block, or draws for screen appearance without understanding the printing meaning. A CTB table should not compensate for chaotic object properties.

STB separates screen color from line purpose more cleanly. Names such as Thin, Main, and Thick are easier to understand than color numbers, and layers can keep a useful visual palette. That clarity requires discipline: the template, layers, blocks, and external references must receive permitted named styles, normally through ByLayer. If the attached STB does not contain a style assigned to an object, Autodesk warns that the object prints with its default properties. On paper, this looks like a random loss of the standard.

Do not keep CTB and STB as two equal options in one workflow. The drawing stores the style type, so copying both files to a computer does not give the user a free switch. The CONVERTCTB and CONVERTPSTYLES commands exist, but conversion changes the data model and requires checks of blocks, external references, and old layouts. Treat it as a separate migration with a backup, not as a way to repair output immediately before issue.

Put only the properties actually governed by the standard in the style table: output color, lineweight, screening, and line type and endings if they are specified. I would not use screening as a substitute for gray without testing the physical device. Different rasterization modes and papers can visibly change a light fill even when the PDF looks tidy on screen.

The layout template holds geometry and the profile holds the device

Separate the company package into files by responsibility so that changing a driver does not require editing borders and a new title block does not affect the plotter queue. A minimum package looks like this:

plot-standard/
  manifest.txt
  templates/enterprise.dwt
  samples/plot-acceptance.dwg
  plot-styles/enterprise.ctb
  page-setups/enterprise-pages.dwt
  plotters/office-plotter.pc3
  plotters/office-plotter.pmp
  tests/acceptance-checklist.txt

Store layers, linetypes, text and dimension styles, layouts, borders, title blocks, and configured viewports in enterprise.dwt. You can keep named page setups for import into older projects in enterprise-pages.dwt. The CTB or STB file remains separate because several templates can use one approved table. The PC3 and its associated PMP describe the device and its paper sizes.

The manifest.txt file is not decoration. Record exact file names and checksums in it, for example:

standard=DWG-PLOT-KZ
version=3.2
style=enterprise.ctb
pages=enterprise-pages.dwt
plotter=office-plotter.pc3
driver=approved-by-it
formats=A4,A3,A2,A1,A0,A1-roll

The driver=approved-by-it line does not replace the actual driver package number. In a working manifest, the IT team records the exact name and version verified against the reference sheet. This file immediately reveals whether an employee received the complete package or an old CTB next to a new PC3.

Company files are best distributed from a managed source into a read-only local folder. Loading PC3 files and plot style tables directly from a slow network location makes printing depend on network availability. A local copy with a version check gives predictable operation, while the central source remains the publication point for the approved package.

The package also includes dependencies that are not formally printing files. If the second workstation lacks a company SHX or TTF font, the software substitutes another, changing line widths and wrapping in the title block. A missing external reference can remove an entire discipline from a sheet, while a different underlay version can produce outdated geometry. The acceptance DWG must therefore open without messages about font substitution, proxy objects, or missing references. Set Xref and image paths according to project rules, and distribute approved fonts through the same managed process as the printing profile.

Do not copy the standard into every project folder without an update mechanism. A year later, those folders will contain dozens of enterprise-final.ctb files whose contents nobody can match to their names. A central version register and local deployment solve both needs: new projects receive the current package, while archived projects retain an exact reference to the previous one.

Named page setups remove manual decisions

Create a named Page Setup for every combination of paper size and purpose because it stores the device, paper size, plot area, orientation, scale, offset, plot style table, and additional output parameters. Autodesk Help describes Page Setup as a collection of settings saved in the DWG that can be applied to other layouts and imported into other drawings.

Names should communicate enough without becoming paragraphs. A workable scheme may look like this:

  • A3_PDF_1-1 for a reference PDF from a layout;
  • A3_PLOT_1-1 for the physical device;
  • A1_PLOT_1-1 for sheet media;
  • A1R_PLOT_1-1 for a roll;
  • A1_DRAFT_FIT only for an unscaled draft check.

For layouts, set the plot area to Layout and scale to 1:1. Do not use Window: its coordinates are not part of a stable standard and can easily change when someone copies the border. Extents is also risky because a stray point far from the sheet will expand the bounds. Center the Plot can conceal an incorrect origin, so build the border and layout relative to 0,0 and check them against the selected device's nonprintable area.

Create separate setups for PDF and the plotter even if both currently produce the same result. The PDF is an independent reference for sheet geometry and content. The physical profile accounts for margins, roll handling, cutting, and driver behavior. A single setup that the user switches between DWG To PDF.pc3 and the Windows queue for every job reintroduces manual decisions.

For roll media, agree on what a paper size name means. One driver treats the size as roll width and calculates the length, another offers a predefined rectangle, and a third rotates the sheet to save material. The standard must state media width, DWG orientation, permitted automatic rotation, cut position, and expected length. Otherwise, two A1 jobs can run across and along the roll, and the operator may accept both as valid.

Margins also belong to a specific device and paper size pair. The dashed boundary on a Layout shows the printable area for the selected configuration, not an abstract standard sheet. If the border crosses that boundary, fix the custom size or border placement. Do not set a positive offset separately on every computer because this is a hidden local correction that cannot be recovered from the DWG.

Import approved setups through Page Setup Manager from enterprise-pages.dwt. If an imported name already exists, the program offers to replace it. This is useful during a planned migration because the same name receives the new approved configuration. Save a copy of the DWG before investigating a defect, or you will destroy the settings under which the failure occurred.

PC3, PMP, and the driver form one device profile

Transparent equipment supply chain
GSE's own manufacturing simplifies control of computer hardware origin and lifecycle.
Choose a solution

A PC3 is not a universal plotter driver. It stores the configuration that AutoCAD applies over a system or nonsystem driver: port and media choices, graphics, custom properties, paper size filters, and other available parameters. If two workstations have different drivers, the same PC3 may show different paper names or send different commands to the device.

A PMP supplements the PC3 with calibration and custom paper size data. In Autodesk's Plotter Configuration Editor, the PMP attachment appears under User-Defined Paper Sizes & Calibration. The same area controls printable areas and paper size filtering. Copying a PC3 without its attached PMP therefore often explains why a roll size disappears on a new computer.

Configure the profile on a reference workstation in this order:

  1. The IT team installs the approved driver and creates a queue with the same name for the required computer group.
  2. The CAD administrator creates the PC3, selects the queue, leaves only permitted paper sizes in the list, and attaches a PMP when needed.
  3. On the device, staff fix the media type, roll source, rotation, cutting, and margin handling where those functions exist.
  4. They print the reference DWG and compare dimensions, margins, lineweights, hatches, and sheet order.
  5. They publish the completed profile with the manifest and prevent users from saving changes over the approved file.

Enable calibration only after measuring a consistent scale error. Autodesk recommends using the manufacturer's utility first when one is available and warns that AutoCAD calibration rescales every job sent through the profile. Trying to correct the wrong paper size, Fit mode, or driver stretching with calibration creates a second error.

Do not enable transparency by default unless the standard requires it. AutoCAD disables transparency output by default because of its processing cost. If transparency is required, include it on the reference sheet and check processing time, rasterization, and thin-line readability.

The Windows queue also needs a standard. Prevent the driver from applying scale to printable area, paper saving, or automatic media selection on its own if these functions alter the Page Setup result. Server defaults and local user preferences can conflict. Test the profile under a normal user account after installation because an administrator and a drafter may see different parameters or queues.

If the device serves several departments, do not make one PC3 guess all their requirements. Create separate approved profiles for genuinely different media or quality modes, but do not multiply them by employee. A name should describe the purpose, such as a 914 mm roll or A1 sheet, rather than a person's surname. The fewer permitted profiles you have, the easier it is to prove how a disputed sheet was printed.

The viewport sets scale and the layout prints at 1:1

In a normal workflow, users draw the model at full size, a viewport displays it at the required scale, and the layout prints at 1:1. Autodesk distinguishes these two scales: the layout scale relates to the paper, while the viewport scale connects paper units to model units. Fit to Paper is acceptable for a draft, but the resulting document is not a scale drawing.

Set the standard scale of each viewport through its properties, then lock the viewport. Panning inside a locked viewport should not change scale. Otherwise, a user who double-clicks inside the layout and rolls the mouse wheel before printing can produce an attractive but incorrect drawing.

Check four sources of discrepancies:

  • model units, whether millimeters, meters, or something else, must be defined in the project template;
  • the annotative scale for text, dimensions, and blocks must match the viewport scale;
  • PSLTSCALE and the company rules for linetypes must produce the same dash pattern in different viewports;
  • Scale lineweights must remain off for normal output unless the standard explicitly requires otherwise.

The last point is often missed. A 0.35 mm lineweight defines the line's size on paper and normally should not change with the layout scale. Scaling lineweights can help with a reduced copy, but create a separate draft Page Setup with an unmistakable name for that purpose.

After checking the PDF, print a calibration ruler on the physical plotter and measure it after the paper stabilizes. Do not judge scale by the outside edge of the sheet because roll cutting and margins do not define drawing geometry. A measurable object inside the border gives an unambiguous result.

Account for media deformation when the tolerance is tight. Paper changes size with humidity and temperature, and a freshly inkjet-printed sheet can behave differently after it rests. The company procedure must specify the material, measurement direction, instrument, and waiting time. Without those conditions, an argument over tenths of a millimeter compares different physical states of the paper.

A scale check does not replace a lineweight check. The measured segment confirms geometry, but the plotter head, quality mode, and paper affect line spread. The reference sheet therefore combines a dimensional scale and several similar lineweights. The standard owner decides whether they must remain visually distinct and approves a comparison sample.

Publishing should repeat without opening the Plot dialog

Workstations built for CAD tasks
GSE manufactures computers in Kazakhstan and selects configurations for corporate IT environments.
Choose a solution

Stable drawing set output uses Publish and named page setups rather than individual printing of every layout. The operator selects the approved sheet set, applies the required Page Setup override, and sends a PDF or plotter queue through one set of rules.

A saved DSD sheet list helps with repeat issues when project contents change in a controlled way. Check sheet order, names, source DWGs, page setups, and output destination in it. Do not treat a DSD as self-contained: it refers to drawings and setups, while plot style tables and device profiles must remain available at their standard paths.

Produce a multipage PDF and review it before physical printing. A PDF does not prove plotter accuracy, but it separates a DWG or style error from a driver and media problem. If the PDF is correct and the paper is not, investigate the queue, PC3, PMP, size, rotation, and device properties. If the error is already visible in the PDF, do not waste a roll on another attempt.

PDF comparison must have a defined purpose. A byte-for-byte hash is useful when the AutoCAD version, PDF driver, and metadata are fully fixed. In a mixed environment, creation dates, identifiers, and internal object order can change the file without visibly changing a sheet. In that case, check page count and dimensions, font presence, raster resolution under company policy, and visual differences after rasterizing with the same parameters. A responsible person still reviews automated results when the drawing set goes to production or approval.

Printing directly from many workstations leaves a queue exposed to many possible states. For large batches, it can make sense to designate one verified publishing workstation or a managed server process if the software and licensing permit it. Users prepare DWGs under one standard, and final issue goes through a known configuration. This does not remove the need to configure other computers: the author's draft PDF must expose a problem before the set is handed off.

Run the same acceptance procedure on every workstation:

  1. Open the reference DWG without font substitution or missing external references.
  2. Confirm that the required CTB or STB and PC3 appear without manually browsing folders.
  3. Publish the reference PDF through the approved Page Setup.
  4. Compare page count, size, borders, lines, text, and PDF hash according to company rules. The hash will match only with fully deterministic output, so also compare visually when permitted metadata differs.
  5. Send the same sheet to the plotter and complete the measurement record.

The STYLESMANAGER command is useful for opening the plot style table folder, while PLOTTERMANAGER opens the PC3 folder. These are diagnostic commands, not installation methods. If staff must copy files through the opened window every time, deployment is not complete.

Trace a discrepancy from the DWG to the paper

One project for every workstation
GSE combines workstations and Autodesk software in a system integration project.
Discuss the project

Troubleshoot along the chain, or a specialist will change the CTB, driver, and scale together and lose the cause. First save the problem DWG and output PDF, then record the workstation, user, time, manifest version, Page Setup, PC3, driver, paper size, and queue.

If a style is missing from the list, check whether the drawing uses CTB or STB and inspect Plot Style Table Search Path under Printer Support File Path. A file's presence in an arbitrary folder proves nothing. When a drawing was created for STB, the CTB list will not appear merely because someone copied a file nearby.

If a paper size is missing, compare the selected device, driver version, PC3, and PMP attachment. The paper list depends on the plotter selected in the page setup. The same A1 label in two drivers does not guarantee the same printable area.

If the border shifts or gets clipped, open the Layout and inspect the dashed printable boundary. Then check orientation, size, Layout plot area, 0,0 origin, and offset. Do not repair clipping by reducing output to 98 percent. That conceals an incorrect profile and damages scale.

If lines have different weights, compare the PDF first. Then check color or named style assignments, ByLayer properties, Plot with plot styles, and Plot object lineweights. For paper, include quality mode and gray handling in the driver. Testing one line is useless, so print the full scale on one sheet.

If some objects vanish, check off and nonplot layers, the Defpoints layer, missing STB styles, external references, wipeouts, draw order, and transparency. A problem reproduced in the PDF almost certainly occurred before the physical device queue.

Investigate fonts separately from lineweights. Font substitution can change characters, text width, and mask boundaries even when the plot style works correctly. Save the log from opening the faulty DWG, review the substitution list, and compare the company font folder to the manifest. Do not convert all text to geometry for one issue: the file will grow, search and editing will suffer, and the cause will remain on the next workstation.

Change one parameter per attempt and save the resulting PDF with a test number. A record such as "T04: only PC3 replaced, defect disappeared" is more useful than five screenshots of the Plot dialog. After fixing the issue, repeat the entire acceptance sheet because a new driver may correct margins while changing gray fills.

Release standard changes as versions

An update to a CTB, PC3, or template changes a production process, so test, approve, and release it as one package. Silently editing enterprise.ctb in a shared folder can alter a reprint of an already issued project. Saving a few minutes that way is a poor bargain.

Keep old versions available for reproducing archived drawing sets, but do not show users different versions under the same name. The current workflow may point to version 3.2, while an archived project must record version 2.7 and how to restore it. Company policy determines the retention period.

Separate the roles. The standard owner approves appearance and tolerances. The CAD administrator maintains the DWT, CTB or STB, and Page Setup. The IT team owns the driver, queue, file delivery, and access rights. Print room staff maintain the device, media, and acceptance record. The user selects an approved profile but does not repair it during a job.

GSE.kz supplies workstations, integrates Autodesk software, and provides 24/7 technical support across Kazakhstan, so this package can be included in a project to standardize workstations and printing infrastructure. The company still needs to own its standard because only it can define an acceptable result and approve the reference sheet.

The first useful action is not editing the CTB. Print one reference DWG from two workstations, save both PDFs and records, then compare the entire chain against the manifest. The difference will identify the undocumented file or parameter currently controlling your documentation.

FAQ

Why does the same DWG print differently on different computers?

Because the DWG does not contain the entire output chain. Workstations may use different CTB or STB files, page setups, PC3 and PMP files, drivers, queues, and available paper sizes. Compare component versions against a manifest instead of looking only at the Plot dialog.

Should a company choose CTB or STB?

Choose one system that fits the existing layer rules. CTB works well when an index color already has a strict lineweight meaning; STB is clearer when line purpose must remain separate from screen color. Handle migration between them as a separate project with tests of old DWGs.

Can CTB files be stored on a network drive?

Yes, but everyday printing then depends on network availability and speed. It is safer to publish the approved version centrally and deliver a read-only local copy with version checking to each workstation.

Why does a CTB file not appear in the plot style list?

First check whether the drawing itself uses CTB or STB. Then inspect Plot Style Table Search Path because the software does not have to show a file outside that location. Copying a CTB does not switch an STB drawing into CTB mode.

Should an AutoCAD layout print at 1:1?

A layout normally prints at 1:1, while the viewport sets the model scale. Reserve Fit to Paper for draft copies because it changes the geometric scale of the result.

Why is a PC3 needed if the plotter is already installed in Windows?

A PC3 records AutoCAD settings over the system driver, including the device, media, graphics, and available options. It makes the configuration repeatable but cannot remove differences between driver versions.

What does a PMP file contain?

A PMP contains calibration and custom paper size data associated with a PC3. If a roll size disappears or the printable area changes on a new workstation, check that the PMP exists and remains attached.

How do you check the scale accuracy of a shared plotter?

Print a reference object of known length inside the border and measure it using the approved procedure. First rule out Fit mode, the wrong paper size, and an incorrect viewport scale, then inspect the driver and consider calibration only for a consistent error.

Why is the PDF correct while the plotted sheet is clipped?

The DWG and style table probably worked correctly, and the discrepancy arose after PDF creation. Check media size, printable area, orientation, rotation, PC3, PMP, driver, and queue settings.

How can a printing standard be updated without breaking old projects?

Release the DWT, CTB or STB, Page Setup, PC3, PMP, and reference file as a versioned package. Record the package version in each project and retain a way to restore the older configuration for archived reissues.