CAD for CNC Plasma Cutting Explained

Hosted by fgmedia

Tweet Share
Attend

The objective of this guide is to define a reproducible workflow for preparing precision CAD files optimized for CNC plasma fabrication. It addresses geometry creation, tolerances, offsets, lead strategies, nesting, export parameters, and quality control. The process described is software-agnostic and applies to most 2D CAD and CAM toolchains; workflows are compatible with mainstream CAD platforms, including nanocad. The target outcome is predictable cut quality, minimal rework, and controlled dimensional variation across materials and machine classes.

Purpose and Scope of Precision Plasma Files

CNC plasma is a thermal profiling process with finite kerf, heat-affected zone, and positional accuracy defined by machine mechanics, torch technology, and consumables. CAD files must anticipate these constraints. This article focuses on 2D profiles for plate and sheet cutting. It excludes machine-specific G-code details and covers general practices that transfer across controllers and CAM systems.

Key goals:

  • Consistent interpretation of units, layers, and entity types from CAD to CAM.
  • Geometry that is manufacturable at the specified thickness and process capability.
  • Explicit handling of kerf and lead strategies to preserve features.
  • Minimal file complexity for stable post-processing and path planning.

File Standards and Formats

Use formats that preserve 2D vector fidelity without unnecessary metadata. DXF (R12/R14/2000) and DWG are typical for line and arc entities. SVG can be acceptable if the CAM supports it and units are unambiguous.

Recommendations:

  • Prefer DXF with polylines and true arcs. Avoid splines where possible.
  • Set drawing units explicitly to millimeters or inches and keep scale 1 to 1.
  • Place all cut geometry on dedicated layers. Avoid hatches, dimensions, text, and images in the export.
  • Define a single sheet coordinate system with a stable origin aligned to the stock corner.
  • Keep file size small by removing redundant blocks, proxies, and viewport objects.

Geometry Modeling Rules

Geometry suitable for plasma cutting should be topologically clean and limited to supported primitives.

Layering Strategy

Use a minimal and explicit layer scheme:

  • Cut exterior contours on one layer.
  • Cut interior features (holes, slots) on a separate layer.
  • Optional layers for etch or mark passes if the machine supports marking.
  • Optional layers for bend lines or reference only, excluded from cutting.

Line Types and Entities

  • Represent profiles with polylines and circular arcs. Straight segments should be single polylines, not fragmented lines.
  • Avoid splines and ellipses. If present, approximate them with arc or line segments at a chord error smaller than the process resolution. Keep the segmentation tolerance consistent across the drawing.
  • Remove all construction lines and duplicates. Eliminate zero-length entities and stacked contours.

Curves, Splines, and Arcs

  • Prefer true arcs for circular features; this reduces path points and improves machine fluidity.
  • For spline-derived shapes, use conversion with a defined maximum chord error below the expected kerf width to prevent faceting visibility.
  • Maintain tangent continuity at joins to avoid micro-pauses in motion planning that can mark the edge.

Dimensional Control and Tolerances

Plasma cut tolerance depends on torch class, table accuracy, consumables, gas, and thickness. Typical general-purpose tables achieve millimeter-level accuracy on thin sheet and looser results on thick plate.

Guidelines:

  • Specify hole diameters, slot widths, and web features based on achievable minimums for the thickness. Extremely small inner features are at risk of overburn and loss of circularity.
  • Do not design holes at the nominal dimension when the CAM performs kerf compensation; allow for true hole quality enhancement strategies if available in the CAM or controller.
  • For clearance holes in thin sheet, increase nominal diameter relative to drill size assumptions, as plasma holes tend to taper and exhibit dross if undersized.
  • For fit-critical profiles, plan for secondary finishing or apply process allowances in CAD if CAM is not compensating automatically.

Material, Thickness, and Process Parameters

Material and thickness determine kerf width, cut speed, pierce capability, minimum radii, and heat input. The following values are indicative and must be validated against the specific torch and consumables. cad3

| Material thickness | Typical kerf width | Minimum inner radius | Minimum hole diameter | Minimum web width | Recommended lead-in length | | --- | --- | --- | --- | --- | --- | | Thin sheet (up to 2 mm) | 1.0 to 1.5 mm | 0.8 to 1.0 mm | 1.5 to 2.0 times thickness | 1.5 times thickness | 3 to 5 mm | | Light plate (3 to 6 mm) | 1.2 to 1.8 mm | 1.0 to 1.5 mm | 1.8 to 2.5 times thickness | 2.0 times thickness | 5 to 8 mm | | Medium plate (8 to 12 mm) | 1.5 to 2.2 mm | 1.5 to 2.0 mm | 2.5 to 3.0 times thickness | 2.5 times thickness | 8 to 12 mm | | Heavy plate (16 to 25 mm) | 2.0 to 3.0 mm | 2.0 to 3.0 mm | 3.0 to 4.0 times thickness | 3.0 times thickness | 12 to 18 mm |

Use these as design-time constraints. CAM-specific hole quality features, slower feed on small holes, or specialized consumables can shift these limits.

Topology Cleaning and Validation

Before export, ensure geometry is watertight and machinable. Clean topology prevents CAM from misinterpreting cuts and inserting unintended moves.

  • Close all contours. Convert open chains into closed polylines where required. No gaps or overlaps between segment endpoints.
  • Remove duplicates. Deduplicate overlapping entities so each path is unique.
  • Resolve self-intersections. No crossing edges within a single contour.
  • Ensure correct winding. Interior contours should be defined as inner loops as expected by the CAM, or ensure the CAM detects islands reliably.
  • Normalize direction. Use consistent clockwise or counterclockwise direction per layer if your CAM uses path direction for compensation side.
  • Unify geometry scale. Confirm 1 to 1 scale. Avoid embedded scales or blocks with differing units.

Nesting and Part Organization

Nesting affects heat distribution, material yield, cycle time, and dimensional stability.

  • Maintain part spacing consistent with kerf and heat input. For thin sheet, small spacing can be acceptable; for thick plate, increase spacing to reduce heat accumulation and part tip-up risk.
  • Use common-line cutting only when straight segments align and quality impact is acceptable. Validate torch lag and edge quality on both parts.
  • Stagger small-hole-heavy parts to avoid localized overheating.
  • Sequence cuts to prioritize interior features before exterior profiles. This reduces part movement risk after the external contour is free.
  • Place micro-joints (tabs) on long edges or non-cosmetic faces. Keep tabs minimal but sufficient to hold parts until the last cuts.

Lead-ins, Lead-outs, and Entry Strategy

Lead geometry preserves part edges by moving the pierce point off the nominal profile. Selection depends on feature size and material.

  • For exterior contours, use short straight or arc lead-ins that direct the molten jet away from the finished edge. Position leads on non-critical faces.
  • For interior holes, use arc leads where possible. For very small holes near the minimum feasible size, some workflows pierce on the contour with reduced current and lower speed, or substitute a drill operation.
  • Set lead-in length proportional to thickness and kerf to allow stable motion before intersecting the profile. Lead-out can be shorter and should exit to a scrap area to prevent edge blowout.
  • Avoid placing leads near corners, tight radii, or intersections. Offset pierce points away from concentrated heat zones.

Kerf Compensation Approaches

Kerf is the material removed by the plasma jet. Compensation can be applied in CAD by offsetting geometry or in CAM by applying toolpath offsets. Each method has implications for revision control and downstream reuse.

| Aspect | CAD pre-offset | CAM compensation | | --- | --- | --- | | Change traceability | Geometry encodes offsets; risk of confusion between nominal and compensated versions | Nominal geometry preserved; compensation defined in CAM setup | | Flexibility across machines | Rigid; offsets baked in and not portable to different kerf widths | Flexible; kerf width and side selectable per machine, consumable, and material | | Risk of double compensation | Possible when CAM also offsets by default | Low if nominal geometry is used consistently | | Revision workflow | Requires careful labeling and segregation of compensated drawings | Single source of truth in CAD; variations handled in CAM templates | | Accuracy control | Fixed to the assumed kerf; mismatch if consumables change | Tunable per job; supports hole quality rules and feature-aware strategies |

In general, maintain nominal CAD geometry and apply compensation in CAM. Use CAD pre-offset only in controlled contexts with strict labeling to prevent errors.

Text, Marking, and Etching

Text for plasma cutting requires adequate stroke width and size. Standard fonts convert to outlines with tight features that may burn away.

  • Prefer single-line (stick) fonts for marking passes if supported. For cut-through text, increase letter height and simplify shapes.
  • Ensure minimum web between characters and cutouts is above process minimums.
  • Separate marking and cutting on different layers. Confirm your machine supports reduced power marking or separate tool definitions.

Datum, Origin, and Sheet Coordinate System

A stable origin and orientation simplify setup and reduce mistakes.

  • Set the model origin at a sheet corner or a fixture datum that exists on the table.
  • Align the X and Y axes to the expected machine axes. Avoid rotated drawings unless the CAM performs auto-rotation.
  • Keep the top-left or bottom-left corner conventions consistent across projects.
  • Add a non-cut reference square or fiducial on a non-export layer if your shop uses on-table verification.

Export Workflow and Settings

Exports must be deterministic and stripped of non-cut elements.

  • Keep only cut and mark layers in the export. Purge text, dimensions, hatches, images, and construction geometry.
  • Use polylines with consistent vertex ordering. Retain true arcs to minimize point counts and maintain smooth motion.
  • Apply a chord tolerance that is finer than the kerf when converting splines to polylines or arcs. Maintain a single value across the file to avoid mixed fidelity.
  • Verify units embedded in the file match the intended units in CAM. Use explicit unit metadata when available.

Export settings checklist:

  • DXF R12 or R14 with polylines and arcs
  • Units set to millimeters or inches consistently
  • All contours closed; no duplicate or zero-length entities
  • Layers limited to cut and mark; correct layer naming
  • Scale 1 to 1; origin placed at a practical corner
  • Spline-to-arc/line conversion tolerance below kerf width
  • No hatches, images, or proxy objects

Quality Control Before Cutting

Before sending to the machine, run checks in the CAM environment.

  • Simulate toolpaths to verify cut order, lead-in placement, and collision with tabs.
  • Confirm interior features cut before exterior profiles.
  • Count pierces and evaluate pierce distribution to minimize consumable wear and heat concentration.
  • Review estimated cut time and total path length for scheduling and cost.
  • If available, enable small-hole routines or reduced-speed parameters for holes and fine features.

Common Pitfalls and Fixes

  • Tiny bridges and fillets burn away: increase radii and web dimensions beyond process minimums.
  • Distorted small holes: enlarge nominal size or plan secondary drilling; apply hole quality routines in CAM.
  • Excess dross and bevel: adjust cut speed, stand-off, and consumables; review kerf compensation side.
  • Warping in thin sheet: revise nesting to distribute heat, add tabs, or sequence cuts to reduce localized heating.
  • Mis-scaled parts: unify units and scale before export; verify in CAM with known dimension checks.
  • Unintended internal cuts: remove residual construction geometry and hatches; restrict export layers.

FAQs

What file format works best for CNC plasma CAM?

DXF with polylines and true arcs is the most reliable for 2D plasma workflows. It preserves geometry fidelity while remaining lightweight. DWG is also acceptable if your CAM handles it consistently. Use a single unit system and maintain scale 1 to 1. Avoid embedded hatches, dimensions, or images in the exported file.

How small can I make holes and slots with plasma?

Minimum hole size depends on torch, consumables, and thickness. As a rule of practicality, design hole diameters larger than one and a half to two times the material thickness for thin sheet and larger multiples for thicker plate. For fit-critical or small holes, plan a secondary drilling step or enable small-hole routines in CAM that reduce speed and modify lead strategies.

Should I offset for kerf in CAD or let CAM handle it?

Keep CAD geometry nominal and apply kerf compensation in CAM. This preserves a single source of truth and allows quick adjustment for different machines, consumables, and materials. Pre-offset in CAD is prone to confusion and double compensation unless drawings are tightly controlled and labeled.

How do I prevent parts from tipping or shifting during cutting?

Use tabs sized to the material and part mass, place interior cuts before exterior profiles, and maintain adequate part spacing. Sequence cuts to avoid concentrating heat in one region. For small parts, consider skeleton retention strategies or temporary bridges that are removed after cutting.

Why does my CAM break curves into many short segments?

Spline or polyline curves with tight chord tolerances can export as dense segment sets. Convert splines to arcs where possible and set a chord error finer than the kerf but not excessively small. Excessive segmentation increases motion planner workload and can degrade edge quality due to frequent decelerations.

Conclusion

A precise plasma-ready CAD file is defined by clean topology, manufacturable feature sizes, explicit layer discipline, and consistent units. Design within process limits for the chosen material and thickness. Preserve nominal geometry and apply kerf compensation and lead strategies in CAM. Control exports to simple, closed polylines and arcs. Validate with simulation and a practical QC checklist before cutting. This disciplined workflow produces predictable dimensions, stable edge quality, and repeatable results across machines and jobs.

Time:
Jan. 1, 2026, midnight - Jan. 1, 2026, midnight
Place:
No place selected yet.

Attendees (1)

fgmedia Yes
Host

Photos