Skip to content

Instantly share code, notes, and snippets.

@gazzar
gazzar / smith_monotile.py
Created April 9, 2023 00:18
stl of solid Smith hat monotile
"""
Generates an stl of the Smith aperiodic monotile
https://cs.uwaterloo.ca/~csk/hat/
https://www.sciencenews.org/article/mathematicians-discovered-einstein-tile
"""
import cadquery as cq
from cadquery import exporters