Upload an image or describe a part. Our AI generates plasma-ready DXF and G-code files instantly. No CAD experience needed.
Start CuttingDrop your image here or click to upload
Supports PNG, JPG, SVG, DXF
AI is designing your part...
Drop an image (logo, sketch, photo) or type a description of the part you need.
Our AI traces images and generates precise 2D profiles optimized for plasma cutting.
Get DXF and G-code files ready for your CNC plasma table. Kerf compensation included.
Upload a logo, sketch, or photo. AI traces it to clean vector paths optimized for plasma cutting.
Describe what you need: "bracket with 4 holes" — AI designs it with proper dimensions and features.
Automatic kerf offset for your plasma torch width. Holes cut first, profiles last — proper cut order.
Compatible with Mach3, LinuxCNC, FlashCut, and most CNC plasma controllers.
Start free. Upgrade when you need more.
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.
./install.sh (Linux/Mac) or copy FreeCADMCP/ to your FreeCAD Mod directoryRequires FreeCAD 0.19+ and an OpenAI API key
From a text description to G-code on your Eastwood plasma table in 6 steps:
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.
Free FreeCAD plugin for Eastwood Versa-Cut 2x2 & 4x4 CNC plasma tables
(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
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.