{
  "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
        }
      }
    },
    "3": {
      "id": 3,
      "name": "hole_cyl_c",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "hole_c",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 0,
          "y": 0,
          "z": -1
        }
      }
    },
    "5": {
      "id": 5,
      "name": "drilled_c",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 4
      }
    },
    "6": {
      "id": 6,
      "name": "h0_cyl",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 64
      }
    },
    "7": {
      "id": 7,
      "name": "h0",
      "op": {
        "type": "Translate",
        "child": 6,
        "offset": {
          "x": 15,
          "y": 0,
          "z": -1
        }
      }
    },
    "8": {
      "id": 8,
      "name": "drilled_0",
      "op": {
        "type": "Difference",
        "left": 5,
        "right": 7
      }
    },
    "9": {
      "id": 9,
      "name": "h1_cyl",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 64
      }
    },
    "10": {
      "id": 10,
      "name": "h1",
      "op": {
        "type": "Translate",
        "child": 9,
        "offset": {
          "x": 7.5,
          "y": 12.9903810567,
          "z": -1
        }
      }
    },
    "11": {
      "id": 11,
      "name": "drilled_1",
      "op": {
        "type": "Difference",
        "left": 8,
        "right": 10
      }
    },
    "12": {
      "id": 12,
      "name": "h2_cyl",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 64
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 11,
      "material": "default"
    },
    {
      "root": 12,
      "material": "default"
    }
  ]
}