AMF Converter
FileFlip converts AMF files into 14 other formats entirely inside your browser, using Assimp compiled to WebAssembly. The AMF file is never uploaded to a server: it is read off your disk, converted on your own machine, and saved back by the browser. There is no file-size limit and no account to create.
How do I convert an AMF file?#
- Drop your AMF file onto the converter at the top of this page, or click it to pick one from your computer.
- Choose the format you want out of it. FileFlip downloads the engine that conversion needs, once, and your browser caches it.
- Conversion starts the moment you pick the format, and the result is yours to download. The work happens in this tab, so nothing is uploaded and nothing is queued.
Is it safe to convert AMF files online?#
Yes, because nothing is uploaded. FileFlip converts AMF files inside the browser tab you already have open, using WebAssembly builds of the same engines a desktop converter would install. Your file is read from your own disk into the page's memory, and no request carrying it is ever made.
You do not have to take that on trust. Open your browser's network panel, run a conversion, and you will see the engine come down and your file go nowhere. There is no upload, no server-side copy, no retention window, and no account tied to what you converted.
How FileFlip works lists every engine, its version and its download size, and shows how to check for yourself that nothing leaves your machine.
What happens to a AMF file#
FileFlip converts AMF into 14 formats with Assimp, all of it inside the browser tab. Each conversion below names the engine it uses, what it downloads, and exactly what that conversion keeps or drops.
| Category | 3D Models |
|---|---|
| File extension | .amf |
| FileFlip support | Read only, so it is a source rather than a target |
| Conversions available | 14 |
| Engines | Assimp |
| Downloaded to your browser | 11.2 MB on the first conversion, then cached |
What is an AMF file?#
An AMF file holds a 3D-printable object description in XML, adding curved triangles, per-vertex colour, multiple materials and lattice structures beyond what STL's flat triangle mesh can record.
Use AMF when a tool specifically outputs it and needs to carry colour or multi-material data that STL can't hold.
Convert AMF to 3MF or STL for any modern slicer, since that's what current 3D printing software actually expects.
The AMF file format reference covers the specification, the programs that open one, and what each conversion keeps or drops.
AMF questions people ask#
What is an AMF file used for?
AMF is a 3D printing format meant to describe an object's colour, materials and curved surfaces alongside its geometry, which is more than STL, the format it was designed to replace, can store.
Is AMF better than STL?
AMF stores more than STL, including colour, multiple materials, curved triangles and units, all things a bare STL file has no field for. That richer feature set never translated into wide slicer support, so most workflows still default to STL or 3MF.
Why did 3MF replace AMF?
3MF launched in 2015 with backing from major CAD and printer vendors and a simpler, ZIP-based structure, and it picked up the slicer and printer support that AMF, despite arriving first with similar goals, never got.