{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "base",
      "op": {
        "type": "Cube",
        "size": {
          "x": 120,
          "y": 80,
          "z": 15
        }
      }
    },
    "2": {
      "id": 2,
      "name": "base_translate",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -60,
          "y": -40,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "boss_l_raw",
      "op": {
        "type": "Cylinder",
        "radius": 15,
        "height": 20,
        "segments": 0
      }
    },
    "4": {
      "id": 4,
      "name": "boss_l",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -30,
          "y": 0,
          "z": 15
        }
      }
    },
    "5": {
      "id": 5,
      "name": "base_plus_left_boss",
      "op": {
        "type": "Union",
        "left": 2,
        "right": 4
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 5,
      "material": "default"
    }
  ]
}