Operations for converting slicer profile formats (e.g., Bambu Studio to PrusaSlicer). Requires Cloud Slicer Token
Convert File To Stl
Converts a 3D model file (.3mf, .obj, .step, .stp) to STL format.Upload a supported model file and receive a downloadable .stl file.
Playground note: in the Body section, open the dropdown and select Multipart. Add an entry with the key
file, then click the value field to attach your 3D model file (.3mf, .obj, .step, .stp). Without this, the request will send the raw file bytes and the server will return a422validation error.
Convert File To Stl › Request Body
file3D model file (.3mf, .obj, .step, .stp)
Convert File To Stl › Responses
Successfully converted model to STL
Convert Bambu To Ini
Convert a Bambu Studio profile archive (.bbscfg) to PrusaSlicer INI format. Upload a .bbscfg file containing filament/, printer/, and process/ directories with Bambu profile JSON files. Returns a downloadable .ini configuration file.
Playground note: in the Body section, open the dropdown and select Multipart. Add an entry with the key
file, then click the value field to attach your Bambu Studio profile archive (.bbscfg). Without this, the request will send the raw file bytes and the server will return a422validation error.
Convert Bambu To Ini › Request Body
fileBambu Studio profile archive (.bbscfg)
Convert Bambu To Ini › Responses
Successfully converted profile to INI format
Convert Bambu To Json
Convert a Bambu Studio profile export to intermediate JSON format. Accepts .bbscfg, .bbsflmt, .zip (Printer/Filament/Process preset bundles), or a raw .json preset. Returns only the categories that were present in the upload; each present category is returned as a list of resolved configs.
Playground note: in the Body section, open the dropdown and select Multipart. Add an entry with the key
file, then click the value field to attach your Bambu Studio profile export (.bbscfg, .bbsflmt, .zip, or .json). Without this, the request will send the raw file bytes and the server will return a422validation error.
Convert Bambu To Json › Request Body
fileBambu Studio profile export (.bbscfg, .bbsflmt, .zip, or .json)
Convert Bambu To Json › Responses
Successfully converted profile to JSON format