3d Printed Parts For Supported Headsets

{% for threed_parts in site.data.3d_printed_parts_yaml.3d_printed_parts %}

{{ threed_parts.hmd }}

    {% if threed_parts.hyper_links != null and threed_parts.hyper_links != "" %} {% for hyper_link in threed_parts.hyper_links %}

    {{ hyper_link.desc }}

    {% endfor %} {% endif %} {% for part in threed_parts.parts %}
  • {{ part }}
  • {% endfor %}
{% endfor %}