STEP to STL, measured

STEP to STL (.stp) for 3D printing without faceted curves

Updated 26 September 2026 · measured with 3D CAD Converter 1.0.22

A STEP file stores exact curves; an STL stores flat triangles. One setting decides how many triangles stand in for each curve, and it is the difference between a smooth print and a faceted one. Here is the same part converted four ways.

Draft preset: the rounded corner of the enclosure shows flat facets
Draft 1.0 / 5.0 420 triangles · 21 KB
Flat facets on every fillet
Standard preset: faint bands on the rounded corner
Standard 0.1 / 0.5 1,724 triangles · 86 KB
Faint bands on fillets
Fine preset: the rounded corner is smooth
Fine 0.01 / 0.1 20,864 triangles · 1.0 MB
Smooth fillets
Pick for printing
Ultra Fine preset: smooth, no visible gain over Fine
Ultra Fine 0.001 / 0.05 73,508 triangles · 3.7 MB
3.5x the file of Fine, same look

Real output, not a mock-up. housing_grove_scd41.stp (70 KB, 54 faces, exported from Creo Parametric) converted to STL by 3D CAD Converter 1.0.22 at each preset, then rendered from the STL without smoothing. The numbers are linear / angular deflection as set in the app. Each conversion took under 1.3 s on a Ryzen 9 3900X.

Watch the short version

Download Free Trial

Windows · free trial · pay once, no subscription

Which STEP to STL setting for your printer

You print onPickWhy
FDM, 0.4 mm nozzleFineA 0.01 mm deviation is 20x smaller than a 0.2 mm layer, so fillets print round.
Resin (SLA, MSLA)FineResin shows flats that FDM layers hide. Use Ultra Fine only if a small part still shows them.
Quick fit checkStandardThe file was 12x smaller than Fine here (86 KB vs 1.0 MB); faint bands do not matter for a test.
Print service uploadFineThe service prints the mesh it receives; send the smooth one.

STEP to STL converter: four steps, one file or a folder

  1. Add the STEP filesDrop .stp or .step files, or a whole folder with its subfolders.
  2. Pick STL as outputBinary STL, the smaller of the two STL variants.
  3. Set the preset to FineOr type the deviation yourself. Compare Quality Levels shows the presets side by side.
  4. Convert the batchEvery file gets the same settings; the list shows the time per file.
The Tessellation panel in 3D CAD Converter set to Fine: linear deflection 0.01, angular deflection 0.1
Step 3 in the app: the Tessellation panel.
3D CAD Converter results list: 6 of 6 files converted, 2.3 to 4.3 s each
Step 4: the results list, with the time for each file.
cadconvert convert -i part.stp -o part.stl --tessellation 0.01 --angular 0.1
cadconvert batch -i .\step -o .\stl -f stl

The same from the command line. batch uses the Standard preset; for Fine, call convert per file or run the folder in the app.

STEP to STL problems and the fix

Flat spots on curves

The preset was too coarse. Convert again at Fine; the STEP still holds the exact curve.

Slicer says non-manifold

Tick Repair geometry and convert again. It sews small gaps between the STEP surfaces before meshing. How repair works

Part prints 25.4x too small

STL has no units and slicers assume mm, so an STL written in inches prints 25.4x too small. Convert it again with Convert units set from inch to mm.

File too big to upload

Go one preset down: Standard was 12x smaller than Fine on the part above.

Online STEP to STL converter or desktop app

What matters3D CAD ConverterFree online converters
Files per runA whole folderUsually one
Your CAD fileStays on your PCUploaded to a server
Smoothness control4 presets or exact deviationOften none
Price10 free conversions, then a one-time licenseFree

For one small part, a free online tool or FreeCAD does the job. The desktop app pays off on a folder, or on files you may not upload.

Convert your own STEP files at FineFree trial: 10 conversions, no credit card. Windows 10/11, 64-bit.

Download Free Trial

STEP to STL: questions

Is there a free STEP to STL converter?

Yes. FreeCAD opens a STEP file and exports STL, one file at a time. The 3D CAD Converter trial gives you 10 conversions, batch included.

Can I convert STEP to STL online?

Yes, for small files you are allowed to upload. Online tools usually take one file at a time and offer no smoothness setting.

Which setting is best for 3D printing?

Fine, for FDM and resin. Standard left bands on fillets; Ultra Fine made the file 3.5x bigger with no visible gain.

Can I turn the STL back into a STEP?

No. An STL holds only triangles; the exact surfaces are gone. Keep the STEP as the master and export again when the design changes.

Does it open SolidWorks or Inventor files?

No. Export STEP from the CAD program first, then convert the STEP. Batch export guides: SolidWorks · Inventor

What does the conversion leave behind?

Exact curves, the assembly tree, colors and units stay in the STEP. The STL keeps the shape, which is all a slicer needs.