{% extends "layout_and_nav.html" %} {% block body %}

Design your own {{component}}

Generate custom 2D patterns for papercraft, lasercutter, or wood.

Left-click to rotate; Scroll to zoom; Right-click to drag. When loading page or changing parameters, design should auto-refresh, but please be patient (wait 1-3 seconds)

Customize
{% for field in form %}
{{field.label(**{'class':'col-form-label ml-auto col-xs-2'})}} {{field(**{'class':'form-control col-lg-6 col-md-8 col-xs-10 pr-0', "onchange":"remake()"})}}
{% endfor %}

Material:

(Please wait 5 seconds)

Export as file:

{% if "python" in source_code_paths %} Python source: Source
{% endif %} {% if "yaml" in source_code_paths %} YAML source: Source
{% endif %} {% if "builder" in source_code_paths %} YAML builder: Source
{% endif %} (Source code FAQ)


History (most recent first)

{% endblock %}