{
  "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", "op": {"type": "Translate", "child": 1, "offset": {"x": -30, "y": -30, "z": 0}}},
    "10": {"id": 10, "name": "hole_proto", "op": {"type": "Cylinder", "radius": 2.5, "height": 10, "segments": 32}},
    "11": {"id": 11, "name": "hole_base", "op": {"type": "Translate", "child": 10, "offset": {"x": 0, "y": 0, "z": -1}}},
    "20": {"id": 20, "name": "hole_center", "op": {"type": "Translate", "child": 11, "offset": {"x": 0, "y": 0, "z": 0}}},
    "21": {"id": 21, "name": "hole_0", "op": {"type": "Translate", "child": 11, "offset": {"x": 15.0, "y": 0.0, "z": 0}}},
    "22": {"id": 22, "name": "hole_60", "op": {"type": "Translate", "child": 11, "offset": {"x": 7.5, "y": 12.99038105676658, "z": 0}}},
    "23": {"id": 23, "name": "hole_120", "op": {"type": "Translate", "child": 11, "offset": {"x": -7.5, "y": 12.99038105676658, "z": 0}}},
    "24": {"id": 24, "name": "hole_180", "op": {"type": "Translate", "child": 11, "offset": {"x": -15.0, "y": 0.0, "z": 0}}},
    "25": {"id": 25, "name": "hole_240", "op": {"type": "Translate", "child": 11, "offset": {"x": -7.5, "y": -12.99038105676658, "z": 0}}},
    "26": {"id": 26, "name": "hole_300", "op": {"type": "Translate", "child": 11, "offset": {"x": 7.5, "y": -12.99038105676658, "z": 0}}},
    "30": {"id": 30, "name": "u1", "op": {"type": "Union", "left": 20, "right": 21}},
    "31": {"id": 31, "name": "u2", "op": {"type": "Union", "left": 30, "right": 22}},
    "32": {"id": 32, "name": "u3", "op": {"type": "Union", "left": 31, "right": 23}},
    "33": {"id": 33, "name": "u4", "op": {"type": "Union", "left": 32, "right": 24}},
    "34": {"id": 34, "name": "u5", "op": {"type": "Union", "left": 33, "right": 25}},
    "35": {"id": 35, "name": "all_holes", "op": {"type": "Union", "left": 34, "right": 26}},
    "100": {"id": 100, "name": "plate_with_holes", "op": {"type": "Difference", "left": 2, "right": 35}}
  },
  "materials": {},
  "part_materials": {},
  "roots": [{"root": 100, "material": "default"}]
}