Retrive a mock of octoprinter printer profile
get/api/printerprofiles
Response
OK
Example response
{
"profiles": {
"_default": {
"id": "_default",
"name": "Original Prusa SL1",
"model": "Original Prusa SL1",
"color": "default",
"current": true,
"default": true,
"heatedBed": true,
"heatedChamber": true,
"extruder": {
"count": 1,
"offsets": [
[
0,
0
]
]
},
"resource": "http://localhost/api/printerprofiles/_default"
}
}
}