Skip to content

Instantly share code, notes, and snippets.

View RagingRoosevelt's full-sized avatar
🤓

Theodore S Lindsey RagingRoosevelt

🤓
View GitHub Profile
@RagingRoosevelt
RagingRoosevelt / fan_grill.py
Last active April 13, 2023 21:10
fan grill with hexagon cut pattern
if "show_object" not in locals():
from cq_server.ui import ui, show_object
from fnmatch import translate
from os import link
import cadquery as cq
from math import cos, sin, tan, radians as rad, floor, ceil
from collections import namedtuple
DimsCube = namedtuple('DimsCube', ['l', 'w', 't'])