{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "block_cube",
      "op": {
        "type": "Cube",
        "size": {
          "x": 60,
          "y": 60,
          "z": 10
        }
      }
    },
    "2": {
      "id": 2,
      "name": "block_centered",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -30,
          "y": -30,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "hole_cylinder",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 10,
        "segments": 32
      }
    },
    "4": {
      "id": 4,
      "name": "hole_0deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 20,
          "y": 0,
          "z": 0
        }
      }
    },
    "5": {
      "id": 5,
      "name": "hole_45deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 14.142136,
          "y": 14.142136,
          "z": 0
        }
      }
    },
    "6": {
      "id": 6,
      "name": "hole_90deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 0,
          "y": 20,
          "z": 0
        }
      }
    },
    "7": {
      "id": 7,
      "name": "hole_135deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -14.142136,
          "y": 14.142136,
          "z": 0
        }
      }
    },
    "8": {
      "id": 8,
      "name": "hole_180deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -20,
          "y": 0,
          "z": 0
        }
      }
    },
    "9": {
      "id": 9,
      "name": "hole_225deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -14.142136,
          "y": -14.142136,
          "z": 0
        }
      }
    },
    "10": {
      "id": 10,
      "name": "hole_270deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 0,
          "y": -20,
          "z": 0
        }
      }
    },
    "11": {
      "id": 11,
      "name": "hole_315deg",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 14.142136,
          "y": -14.142136,
          "z": 0
        }
      }
    },
    "12": {
      "id": 12,
      "name": "union_4_5",
      "op": {
        "type": "Union",
        "left": 4,
        "right": 5
      }
    },
    "13": {
      "id": 13,
      "name": "union_12_6",
      "op": {
        "type": "Union",
        "left": 12,
        "right": 6
      }
    },
    "14": {
      "id": 14,
      "name": "union_13_7",
      "op": {
        "type": "Union",
        "left": 13,
        "right": 7
      }
    },
    "15": {
      "id": 15,
      "name": "union_14_8",
      "op": {
        "type": "Union",
        "left": 14,
        "right": 8
      }
    },
    "16": {
      "id": 16,
      "name": "union_15_9",
      "op": {
        "type": "Union",
        "left": 15,
        "right": 9
      }
    },
    "17": {
      "id": 17,
      "name": "union_16_10",
      "op": {
        "type": "Union",
        "left": 16,
        "right": 10
      }
    },
    "18": {
      "id": 18,
      "name": "union_17_11",
      "op": {
        "type": "Union",
        "left": 17,
        "right": 11
      }
    },
    "19": {
      "id": 19,
      "name": "block_with_holes",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 18
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 19,
      "material": "default"
    }
  ]
}