{
  "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 center",
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "Drill center",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 3
      }
    },
    "5": {
      "id": 5,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 64
      }
    },
    "6": {
      "id": 6,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 5,
        "offset": {
          "x": 15,
          "y": 0,
          "z": 0
        }
      }
    },
    "7": {
      "id": 7,
      "name": "drill h1",
      "op": {
        "type": "Difference",
        "left": 4,
        "right": 6
      }
    },
    "8": {
      "id": 8,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 64
      }
    },
    "9": {
      "id": 9,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 8,
        "offset": {
          "x": 7.5,
          "y": 12.9903810567666,
          "z": 0
        }
      }
    },
    "10": {
      "id": 10,
      "name": "drill h2",
      "op": {
        "type": "Difference",
        "left": 7,
        "right": 9
      }
    },
    "11": {
      "id": 11,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 64
      }
    },
    "12": {
      "id": 12,
      "name": null,
      "op": {
        "type": "Translate",
        "child": 11,
        "offset": {
          "x": -7.5,
          "y": 12.9903810567666,
          "z": 0
        }
      }
    },
    "13": {
      "id": 13,
      "name": "drill h3",
      "op": {
        "type": "Difference",
        "left": 10,
        "right": 12
      }
    },
    "14": {
      "id": 14,
      "name": null,
      "op": {
        "type": "Cylinder",
        "radius": 2.5,
        "height": 8,
        "segments": 64
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 13,
      "material": "default"
    },
    {
      "root": 14,
      "material": "default"
    }
  ]
}