Printago API
GET /v1/macros/printer-models

List printer models for macro compatibility

Reference list for the compatibility picker: the known printer models as stable (vendorName, modelName) pairs, deduped across slicer versions, annotated with whether each model's adapter supports raw GCODE.

Requires: macro.view

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "supportsGcode": true,
    "vendorName": "string",
    "modelName": "string"
  }
]