🗂️ Common 3D Printing File Types
Before you design, you need to know what kinds of files are used in the 3D printing process. Here are the three you will encounter most often.
STL
The ShapeSTL (Standard Tessellation Language) is one of the most common 3D printing file types. It stores the shape of an object as a mesh of triangles. STL files do not include color, materials, or print settings — just the geometry.
3MF
Smarter Design File3MF (3D Manufacturing Format) is a newer, smarter format. In addition to shape, it can store color, materials, scale, orientation, and print settings. Bambu Studio uses 3MF files to save your full project.
G-code
Printer InstructionsG-code is the machine language created by your slicer (Bambu Studio). It tells the printer exactly where to move, how fast to go, and when to heat up. G-code is what actually runs the printer.