{
  "kind": "tty000-profile",
  "version": 1,
  "id": "marlin",
  "name": "Marlin / 3D printer",
  "family": "marlin",
  "settings": {
    "baud": 250000,
    "dataBits": 8,
    "parity": "none",
    "stopBits": 1,
    "ending": "lf",
    "flowControl": "none"
  },
  "reset": null,
  "macros": [
    {
      "name": "M115",
      "text": "M115"
    },
    {
      "name": "M503",
      "text": "M503"
    },
    {
      "name": "M119",
      "text": "M119"
    },
    {
      "name": "M105",
      "text": "M105"
    }
  ],
  "notes": "250000 8N1 is common. Some boards 115200. G-code plus ok."
}
