{
  "version": "0.1",
  "nodes": {
    "1": { "id": 1, "name": "Plate Cube", "op": { "type": "Cube", "size": { "x": 80, "y": 80, "z": 6 } } },
    "2": { "id": 2, "name": "Plate Positioned", "op": { "type": "Translate", "child": 1, "offset": { "x": -40, "y": -40, "z": 0 } } },
    "3": { "id": 3, "name": "Center Hole", "op": { "type": "Cylinder", "radius": 6, "height": 6, "segments": 32 } },
    "4": { "id": 4, "name": "Corner Hole Base", "op": { "type": "Cylinder", "radius": 3, "height": 6, "segments": 32 } },
    "5": { "id": 5, "name": "Corner Hole (+30,+30)", "op": { "type": "Translate", "child": 4, "offset": { "x": 30, "y": 30, "z": 0 } } },
    "6": { "id": 6, "name": "Corner Hole (-30,+30)", "op": { "type": "Translate", "child": 4, "offset": { "x": -30, "y": 30, "z": 0 } } },
    "7": { "id": 7, "name": "Corner Hole (+30,-30)", "op": { "type": "Translate", "child": 4, "offset": { "x": 30, "y": -30, "z": 0 } } },
    "8": { "id": 8, "name": "Corner Hole (-30,-30)", "op": { "type": "Translate", "child": 4, "offset": { "x": -30, "y": -30, "z": 0 } } },
    "9": { "id": 9, "name": "Union Corners A", "op": { "type": "Union", "left": 5, "right": 6 } },
    "10": { "id": 10, "name": "Union Corners B", "op": { "type": "Union", "left": 7, "right": 8 } },
    "11": { "id": 11, "name": "Union All Corners", "op": { "type": "Union", "left": 9, "right": 10 } },
    "12": { "id": 12, "name": "Union All Holes", "op": { "type": "Union", "left": 3, "right": 11 } },
    "13": { "id": 13, "name": "Plate With Holes", "op": { "type": "Difference", "left": 2, "right": 12 } }
  },
  "materials": {},
  "part_materials": {},
  "roots": [{ "root": 13, "material": "default" }]
}