Retrive the current printer state
get/api/printer
Query parameters
excludestring[]
A list of attributes to not return in the response.
Response
OK
Example response
{
"temperature": {
"tool0": {
"actual": 22.5,
"target": 50,
"offset": 1
},
"bed": {
"actual": 22.5,
"target": 50,
"offset": 1
},
"chamber": {
"actual": 22.5,
"target": 50,
"offset": 1
}
},
"state": {
"text": "Operational",
"flags": {
"printing": true,
"ready": true
}
},
"telemetry": {
"fanUvLed": 2000,
"fanBlower": 3333,
"fanRear": 1000,
"coverClosed": true,
"tempAmbient": 23.4,
"tempCpu": 46.9,
"tempUvLed": 52.6
}
}