{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "PlateCube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 60,
          "y": 60,
          "z": 8
        }
      }
    },
    "2": {
      "id": 2,
      "name": "PlateCentered",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -30,
          "y": -30,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "HoleCylinder",
      "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_0deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 15,
          "y": 0,
          "z": 0
        }
      }
    },
    "6": {
      "id": 6,
      "name": "Hole_60deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 7.5,
          "y": 12.9903810568,
          "z": 0
        }
      }
    },
    "7": {
      "id": 7,
      "name": "Hole_120deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -7.5,
          "y": 12.9903810568,
          "z": 0
        }
      }
    },
    "8": {
      "id": 8,
      "name": "Hole_180deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -15,
          "y": 0,
          "z": 0
        }
      }
    },
    "9": {
      "id": 9,
      "name": "Hole_240deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -7.5,
          "y": -12.9903810568,
          "z": 0
        }
      }
    },
    "10": {
      "id": 10,
      "name": "Hole_300deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 7.5,
          "y": -12.9903810568,
          "z": 0
        }
      }
    },
    "11": {
      "id": 11,
      "name": "Union_1_0deg",
      "op": {
        "type": "Union",
        "left": 4,
        "right": 5
      }
    },
    "12": {
      "id": 12,
      "name": "Union_plus_60deg",
      "op": {
        "type": "Union",
        "left": 11,
        "right": 6
      }
    },
    "13": {
      "id": 13,
      "name": "Union_plus_120deg",
      "op": {
        "type": "Union",
        "left": 12,
        "right": 7
      }
    },
    "14": {
      "id": 14,
      "name": "Union_plus_180deg",
      "op": {
        "type": "Union",
        "left": 13,
        "right": 8
      }
    },
    "15": {
      "id": 15,
      "name": "Union_plus_240deg",
      "op": {
        "type": "Union",
        "left": 14,
        "right": 9
      }
    },
    "16": {
      "id": 16,
      "name": "Union_all_holes",
      "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"
    }
  ]
}