{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "Stepped Bore Ring",
      "op": {
        "type": "Cylinder",
        "radius": 40,
        "height": 50,
        "segments": 64
      }
    },
    "2": {
      "id": 2,
      "name": "Bottom Bore Tool",
      "op": {
        "type": "Cylinder",
        "radius": 15,
        "height": 25,
        "segments": 64
      }
    },
    "3": {
      "id": 3,
      "name": "After Bottom Bore",
      "op": {
        "type": "Difference",
        "left": 1,
        "right": 2
      }
    },
    "4": {
      "id": 4,
      "name": "Top Bore Raw",
      "op": {
        "type": "Cylinder",
        "radius": 25,
        "height": 25,
        "segments": 64
      }
    },
    "5": {
      "id": 5,
      "name": "Top Bore Tool",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": 0,
          "y": 0,
          "z": 25
        }
      }
    },
    "6": {
      "id": 6,
      "name": "Stepped Bore Ring",
      "op": {
        "type": "Difference",
        "left": 3,
        "right": 5
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 6,
      "material": "default"
    }
  ]
}