Operations for managing FDM print setting configurations. Requires Cloud Slicer Token
Get Print Settings
Get all of the authenticated user's print setting configurations. Requires a valid API token.
Get Print Settings › Responses
Successful Response
user_idprint_setting_idprint_setting_nametimestampCreate Print Setting
Create a new print setting configuration for the authenticated user. Requires a valid API token.
Create Print Setting › Request Body
Name for this print settings profile
Filament color in hex format, this will override filament config color
Auto-orient the model to minimize overhangs before slicing, which reduces the supports it needs and so lowers the quoted weight and time. On by default; set false to slice the model in the orientation it was uploaded in. Bambu Studio only; ignored by PrusaSlicer.
Create Print Setting › Responses
Successful Response
user_idstatusprint_setting_idprint_setting_nametimestampGet Print Setting
Get a specific print setting configuration for the authenticated user. Requires a valid API token.
path Parameters
print_setting_idID for the print setting configuration to retrieve.
ID for the print setting configuration to retrieve.
Get Print Setting › Responses
Successful Response
user_idprint_setting_idprint_setting_nametimestampDelete Print Setting
Delete a specific print setting configuration for the authenticated user. Requires a valid API token.
path Parameters
print_setting_idID for the print setting configuration to delete.
ID for the print setting configuration to delete.
Delete Print Setting › Responses
Successful Response
user_idstatusprint_setting_idtimestampUpdate Print Setting
Update an existing print setting configuration for the authenticated user. Requires a valid API token.
path Parameters
print_setting_idID for the print setting configuration to update.
ID for the print setting configuration to update.
Update Print Setting › Request Body
Name for this print settings profile
Filament color in hex format, this will override filament config color
Auto-orient the model to minimize overhangs before slicing, which reduces the supports it needs and so lowers the quoted weight and time. On by default; set false to slice the model in the orientation it was uploaded in. Bambu Studio only; ignored by PrusaSlicer.
Update Print Setting › Responses
Successful Response
user_idstatusprint_setting_idprint_setting_nametimestamp