{
  "version": "0.1",
  "nodes": {
    "1": {
      "id": 1,
      "name": "plate_raw",
      "op": {
        "type": "Cube",
        "size": {
          "x": 60,
          "y": 60,
          "z": 12
        }
      }
    },
    "2": {
      "id": 2,
      "name": "plate",
      "op": {
        "type": "Translate",
        "child": 1,
        "offset": {
          "x": -30,
          "y": -30,
          "z": 0
        }
      }
    },
    "3": {
      "id": 3,
      "name": "clear_cyl",
      "op": {
        "type": "Cylinder",
        "radius": 2,
        "height": 12,
        "segments": 64
      }
    },
    "4": {
      "id": 4,
      "name": "cb_cyl",
      "op": {
        "type": "Cylinder",
        "radius": 4,
        "height": 4,
        "segments": 64
      }
    },
    "5": {
      "id": 5,
      "name": "h_pp",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 20,
          "y": 20,
          "z": 0
        }
      }
    },
    "6": {
      "id": 6,
      "name": "h_np",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -20,
          "y": 20,
          "z": 0
        }
      }
    },
    "7": {
      "id": 7,
      "name": "h_nn",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": -20,
          "y": -20,
          "z": 0
        }
      }
    },
    "8": {
      "id": 8,
      "name": "h_pn",
      "op": {
        "type": "Translate",
        "child": 3,
        "offset": {
          "x": 20,
          "y": -20,
          "z": 0
        }
      }
    },
    "9": {
      "id": 9,
      "name": "cb_pp",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": 20,
          "y": 20,
          "z": 8
        }
      }
    },
    "10": {
      "id": 10,
      "name": "cb_np",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": -20,
          "y": 20,
          "z": 8
        }
      }
    },
    "11": {
      "id": 11,
      "name": "cb_nn",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": -20,
          "y": -20,
          "z": 8
        }
      }
    },
    "12": {
      "id": 12,
      "name": "cb_pn",
      "op": {
        "type": "Translate",
        "child": 4,
        "offset": {
          "x": 20,
          "y": -20,
          "z": 8
        }
      }
    },
    "13": {
      "id": 13,
      "name": "d1",
      "op": {
        "type": "Difference",
        "left": 2,
        "right": 5
      }
    },
    "14": {
      "id": 14,
      "name": "d2",
      "op": {
        "type": "Difference",
        "left": 13,
        "right": 6
      }
    },
    "15": {
      "id": 15,
      "name": "d3",
      "op": {
        "type": "Difference",
        "left": 14,
        "right": 7
      }
    },
    "16": {
      "id": 16,
      "name": "d4",
      "op": {
        "type": "Difference",
        "left": 15,
        "right": 8
      }
    },
    "17": {
      "id": 17,
      "name": "d5",
      "op": {
        "type": "Difference",
        "left": 16,
        "right": 9
      }
    },
    "18": {
      "id": 18,
      "name": "d6",
      "op": {
        "type": "Difference",
        "left": 17,
        "right": 10
      }
    }
  },
  "materials": {},
  "part_materials": {},
  "roots": [
    {
      "root": 2,
      "material": "default"
    },
    {
      "root": 3,
      "material": "default"
    },
    {
      "root": 4,
      "material": "default"
    },
    {
      "root": 5,
      "material": "default"
    },
    {
      "root": 6,
      "material": "default"
    },
    {
      "root": 7,
      "material": "default"
    },
    {
      "root": 8,
      "material": "default"
    },
    {
      "root": 9,
      "material": "default"
    },
    {
      "root": 10,
      "material": "default"
    },
    {
      "root": 11,
      "material": "default"
    },
    {
      "root": 12,
      "material": "default"
    },
    {
      "root": 13,
      "material": "default"
    },
    {
      "root": 14,
      "material": "default"
    },
    {
      "root": 15,
      "material": "default"
    },
    {
      "root": 16,
      "material": "default"
    },
    {
      "root": 17,
      "material": "default"
    },
    {
      "root": 18,
      "material": "default"
    }
  ]
}