Skip to content

Instantly share code, notes, and snippets.

View medicationforall's full-sized avatar

James Adams medicationforall

View GitHub Profile

Creating Brick Patterns - How To Cover A Shape In Bricks

How to cover a shape in a collection of bricks using python and cadquery

Make The Initial Shape

import cadquery as cq
height = 50
diameter = 30
import cadquery as cq
from cadqueryhelper import Base
class Boiler(Base):
def __init__(self):
super().__init__()
#parameters
self.length:float = 30
self.width:float = 25
self.height:float = 60

Portal Terrain Set

Code STL Printed
cqportal Patreon Etsy Portal Set
cults3d

Futuristic mystical portals. Would make for interesting objective makers for tabetop games.

I hacked together a test print with lights.

3d Printing Repositories

I've posted my designs to a number of 3d model warehouses. Here is a summary of my experience with each as a designer.


01