AI-Powered Plasma Cut Files in Seconds

Upload an image or describe a part. Our AI generates plasma-ready DXF and G-code files instantly. No CAD experience needed.

Start Cutting
Two ways to create plasma-ready cut files: PeakCutters.com or FreeCAD AI Plugin

Generate Your Cut File

🖼

Drop your image here or click to upload

Supports PNG, JPG, SVG, DXF

or describe your part

AI is designing your part...

Your Cut File

Part preview

How It Works

1

Upload or Describe

Drop an image (logo, sketch, photo) or type a description of the part you need.

2

AI Designs It

Our AI traces images and generates precise 2D profiles optimized for plasma cutting.

3

Download & Cut

Get DXF and G-code files ready for your CNC plasma table. Kerf compensation included.

Built for Fabricators

Image to Cut File

Upload a logo, sketch, or photo. AI traces it to clean vector paths optimized for plasma cutting.

Text to Part

Describe what you need: "bracket with 4 holes" — AI designs it with proper dimensions and features.

Kerf Compensation

Automatic kerf offset for your plasma torch width. Holes cut first, profiles last — proper cut order.

Universal G-code

Compatible with Mach3, LinuxCNC, FlashCut, and most CNC plasma controllers.

Simple Pricing

Start free. Upgrade when you need more.

Free

$0 /month
  • 3 cut files per month
  • Image upload
  • DXF + G-code export
  • Basic kerf compensation

FreeCAD AI Plugin

Create plasma-ready cut files using natural language — right inside FreeCAD.
Type "Make a 6-inch bracket with mounting holes" and the AI builds it for you.

What's Included

Install

  1. Download the plugin zip file
  2. Unzip and run ./install.sh (Linux/Mac) or copy FreeCADMCP/ to your FreeCAD Mod directory
  3. Restart FreeCAD and select "MCP Addon" workbench
  4. Click "AI Chat" in the toolbar
  5. Click Settings → enter your OpenAI API key → configure your machine
Download FreeCAD AI Plugin (18KB)

Requires FreeCAD 0.19+ and an OpenAI API key

Complete Workflow: AI Design to Plasma Cut

From a text description to G-code on your Eastwood plasma table in 6 steps:

  1. Describe your part in the AI Chat panel
    Example: "Make a 6-inch mounting bracket with four 1/4-inch holes near each corner"
  2. AI generates the design — validates it fits your table (24"x24"), checks minimum hole sizes and feature widths, uses your configured material thickness
  3. Review in FreeCAD — rotate, zoom, inspect. Ask the AI to modify: "move the holes 10mm inward" or "add a center slot"
  4. Export DXF — tell the AI: "Export this as a DXF file"
    The AI generates the export code and saves the DXF to your computer
  5. Import DXF into CAM software
    Open the DXF in SheetCAM, Fusion 360, or your Eastwood's included software.
    Set: material type, thickness, amperage, feed rate, kerf compensation (typically 1.5mm / 0.06")
  6. Generate G-code & cut
    Post-process to G-code → transfer to your Eastwood controller → zero your torch → cut

Tip: The plugin's Machine Settings automatically enforce your Eastwood's 2'x2' table limits, so the AI will reject designs that are too large and warn about features that are too small for plasma.

Eastwood Versa-Cut Post Processor

Free FreeCAD plugin for Eastwood Versa-Cut 2x2 & 4x4 CNC plasma tables

FREE

Design in FreeCAD. Cut on Your Eastwood.

Go from 3D design to machine-ready .cnc G-code without Fusion 360 or SheetCAM. This post processor generates the exact G-code dialect your Eastwood controller expects.

What It Does

  • ✓ Torch control — M07 on / M08 off
  • ✓ Kerf compensation — G41/G42/G40
  • ✓ Pierce delay — configurable dwell
  • ✓ 2x2 and 4x4 table bounds checking
  • ✓ Z-axis stripping (THC handles height)
  • ✓ Spindle → torch auto-remapping

What's Included

  • 📄 eastwood_post.py — Path workbench post processor
  • 📄 PlasmaWorkflow.FCMacro — Design-to-G-code wizard
  • 📄 install.sh / install.bat — One-click installers
  • 📄 Example .cnc file — Sample output
  • 📄 README — Full docs & G-code reference

Quick Install

Linux / Mac:

unzip EastwoodPlasma*.zip && cd EastwoodPlasma*v1.1 && ./install.sh

Windows:

Extract zip → double-click install.bat
Download Plugin v1.1 (44KB) View on GitHub v1.1 — FreeCAD 0.19+ — Windows, Linux, Mac

G-code Output Example

(Eastwood Versa-Cut 2x2 CNC Plasma Table)
G21                        ;metric
G90                        ;absolute
G92 X0.0 Y0.0             ;zero at torch
G40                        ;cancel kerf comp

G00 X10.0000 Y10.0000     ;rapid to start
G41                        ;kerf compensation left
M07                        ;torch ON
G04 P0.500                 ;pierce delay
G01 X140.0000 Y10.0000 F1500
G01 X140.0000 Y140.0000 F1500
G01 X10.0000 Y140.0000 F1500
G01 X10.0000 Y10.0000 F1500
M08                        ;torch OFF
G40                        ;cancel kerf comp

G00 X0.0 Y0.0             ;return home
M02                        ;end program

Supported Tables

  • ■ Eastwood Versa-Cut 2x2 (24" x 24")
  • ■ Eastwood Versa-Cut 4x4 (48" x 48")

Why Not Fusion 360?

Fusion 360 requires a subscription and doesn't run on Linux. FreeCAD is free, open-source, and runs everywhere. This plugin gives Eastwood owners the same post-processing capability — for free.