{
  "version": "0.1",
  "nodes": {
    "1": { "id": 1, "name": "plate_raw", "op": { "type": "Cube", "size": { "x": 60, "y": 60, "z": 8 } } },
    "2": { "id": 2, "name": "plate_centered", "op": { "type": "Translate", "child": 1, "offset": { "x": -30, "y": -30, "z": 0 } } },
    "3": { "id": 3, "name": "hole_cyl", "op": { "type": "Cylinder", "radius": 2.5, "height": 8, "segments": 32 } },
    "4": { "id": 4, "name": "hole_center", "op": { "type": "Translate", "child": 3, "offset": { "x": 0, "y": 0, "z": 0 } } },
    "5": { "id": 5, "name": "hole_hex_0deg", "op": { "type": "Translate", "child": 3, "offset": { "x": 15, "y": 0, "z": 0 } } },
    "6": { "id": 6, "name": "hole_hex_60deg", "op": { "type": "Translate", "child": 3, "offset": { "x": 7.5, "y": 12.990381056, "z": 0 } } },
    "7": { "id": 7, "name": "hole_hex_120deg", "op": { "type": "Translate", "child": 3, "offset": { "x": -7.5, "y": 12.990381056, "z": 0 } } },
    "8": { "id": 8, "name": "hole_hex_180deg", "op": { "type": "Translate", "child": 3, "offset": { "x": -15, "y": 0, "z": 0 } } },
    "9": { "id": 9, "name": "hole_hex_240deg", "op": { "type": "Translate", "child": 3, "offset": { "x": -7.5, "y": -12.990381056, "z": 0 } } },
    "10": { "id": 10, "name": "hole_hex_300deg", "op": { "type": "Translate", "child": 3, "offset": { "x": 7.5, "y": -12.990381056, "z": 0 } } },
    "11": { "id": 11, "name": "holes_u1", "op": { "type": "Union", "left": 4, "right": 5 } },
    "12": { "id": 12, "name": "holes_u2", "op": { "type": "Union", "left": 11, "right": 6 } },
    "13": { "id": 13, "name": "holes_u3", "op": { "type": "Union", "left": 12, "right": 7 } },
    "14": { "id": 14, "name": "holes_u4", "op": { "type": "Union", "left": 13, "right": 8 } },
    "15": { "id": 15, "name": "holes_u5", "op": { "type": "Union", "left": 14, "right": 9 } },
    "16": { "id": 16, "name": "holes_union", "op": { "type": "Union", "left": 15, "right": 10 } },
    "17": { "id": 17, "name": "plate_with_holes", "op": { "type": "Difference", "left": 2, "right": 16 } }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    { "root": 17, "material": "default" }
  ]
}