Retrieve a status response from RepRapFirmware in JSON format. Deprecated in RRF 3.0 and later, use `rr_model` instead

get/rr_status

Query parameters

typenumber

Type of the status response (defaults to 1)

  • 1: Standard status response
  • 2: Advanced status response. This also contains fields from the standard status response
  • 3: Print status response. This contains fields from the standard status response as well as information about the current (print) job

Response

Status response content, see JSON responses for further information

Changes