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.
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.
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.
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